| /OK3568_Linux_fs/buildroot/support/scripts/ |
| H A D | generate-gitlab-ci-yml | 25 local -a basics defconfigs runtimes 31 defconfigs=( $(cd configs; LC_ALL=C ls -1 *_defconfig) ) 41 defconfigs=( $(cd configs; LC_ALL=C ls -1 qemu_*_defconfig) ) 66 (*-defconfigs) 70 defconfigs=( "${CI_COMMIT_REF_NAME##*-}" )
|
| H A D | pkg-stats | 1047 def dump_json(packages, defconfigs, stats, date, commit, output): argument 1058 defconfigs = { 1062 } for d in defconfigs 1074 'defconfigs': defconfigs, 1133 defconfigs = get_defconfig_list() 1134 for d in defconfigs: 1167 dump_json(packages, defconfigs, stats, date, commit, args.json)
|
| /OK3568_Linux_fs/u-boot/tools/ |
| H A D | moveconfig.py | 420 defconfigs = [] 437 defconfigs += matched 440 return [ defconfig[len('configs') + 1:] for defconfig in set(defconfigs) ] 444 defconfigs = [] 448 defconfigs.append(os.path.join(dirpath, filename)) 450 return defconfigs 694 defconfigs = get_all_defconfigs() 696 for defconfig in defconfigs: 1435 if options.defconfigs: 1436 defconfigs = get_matched_defconfigs(options.defconfigs) [all …]
|
| H A D | genboardscfg.py | 206 def scan_defconfigs_for_multiprocess(queue, defconfigs): argument 218 for defconfig in defconfigs: 246 defconfigs = all_defconfigs[total_boards * i / jobs : 250 args=(q, defconfigs))
|
| /OK3568_Linux_fs/u-boot/configs/ |
| H A D | README.rockchip | 7 All platform defconfigs of Rockchip SDK 59 All rv1126 defconfigs
|
| /OK3568_Linux_fs/buildroot/utils/ |
| H A D | getdeveloperlib.py | 114 self.defconfigs = parse_developer_defconfigs(files) 135 if len(self.defconfigs): 136 things.append('{} defconfigs'.format(len(self.defconfigs)))
|
| /OK3568_Linux_fs/buildroot/board/boundarydevices/common/ |
| H A D | readme.txt | 48 for additional and advanced defconfigs using Qt5, gstreamer,
|
| /OK3568_Linux_fs/u-boot/board/varisys/cyrus/ |
| H A D | README | 3 The Cyrus defconfigs are Cyrus_P5020_defconfig and Cyrus_P5040_defconfig.
|
| /OK3568_Linux_fs/buildroot/package/linux-backports/ |
| H A D | linux-backports.mk | 26 LINUX_BACKPORTS_KCONFIG_FILE = $(LINUX_BACKPORTS_DIR)/defconfigs/$(call qstrip,$(BR2_PACKAGE_LINUX_…
|
| H A D | Config.in | 35 leading defconfig-. The defconfig is located in defconfigs/
|
| /OK3568_Linux_fs/buildroot/ |
| H A D | README | 19 'make list-defconfigs' to view the list of provided configurations.
|
| H A D | Makefile | 169 graph-build graph-size list-defconfigs \ 1207 @echo ' list-defconfigs - list all defconfigs (pre-configured minimal systems)'
|
| H A D | CHANGES | 99 New defconfigs: Allwinner nezha, stm32mp157c_odyssey 101 Removed defconfigs: qemu_csky 290 New defconfigs: kontron_pitx_imx8m, microchip_sama5d2_icp, 532 New defconfigs: Acme Systems Acqua A5 (256/512MB), Beagleboard 943 New defconfigs: arrow avenger96, bananapi M1+, microchip 946 Removed defconfigs: QEMU ppc virtex-ml507 1145 Removed defconfigs: rock64 1213 New defconfigs: Acer chromebook elm, Friendlyarm nanopc-t4 and 1479 New defconfigs: bananapi_m2_zero, freescale_imx8mnevk, 1685 defconfigs to use this new option. [all …]
|
| /OK3568_Linux_fs/buildroot/board/olimex/a10_olinuxino/ |
| H A D | readme.txt | 12 The following defconfigs are available:
|
| /OK3568_Linux_fs/buildroot/board/olimex/a20_olinuxino/ |
| H A D | readme.txt | 14 The following defconfigs are available:
|
| /OK3568_Linux_fs/buildroot/board/armadeus/ |
| H A D | readme.txt | 14 associated defconfigs:
|
| /OK3568_Linux_fs/buildroot/docs/manual/ |
| H A D | make-tips.txt | 18 $ make list-defconfigs
|
| H A D | customize-outside-br.txt | 177 One can store Buildroot defconfigs in the +configs+ subdirectory of 179 output of +make list-defconfigs+ and allow them to be loaded with the 181 'make list-defconfigs' output, below an +External configs+ label that
|
| /OK3568_Linux_fs/buildroot/package/uboot-tools/ |
| H A D | Config.in.host | 52 defconfigs with different boot environments.
|
| /OK3568_Linux_fs/yocto/poky/meta/classes/ |
| H A D | kernel-yocto.bbclass | 145 # we don't overwrite it, but instead warn the user that SRC_URI defconfigs take 185 # a quick check to make sure we don't have duplicate defconfigs If
|
| /OK3568_Linux_fs/yocto/poky/documentation/ref-manual/ |
| H A D | tasks.rst | 692 during which user-specified defconfigs are applied if present, and where
|