Home
last modified time | relevance | path

Searched full:minimal (Results 1 – 25 of 1470) sorted by relevance

12345678910>>...59

/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/parallel/
H A Dsettings.h137 /// Minimal input size for accumulate.
140 /// Minimal input size for adjacent_difference.
143 /// Minimal input size for count and count_if.
146 /// Minimal input size for fill.
161 /// Minimal input size for for_each.
164 /// Minimal input size for generate.
167 /// Minimal input size for max_element.
170 /// Minimal input size for merge.
176 /// Minimal input size for min_element.
179 /// Minimal input size for multiway_merge.
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/parallel/
H A Dsettings.h137 /// Minimal input size for accumulate.
140 /// Minimal input size for adjacent_difference.
143 /// Minimal input size for count and count_if.
146 /// Minimal input size for fill.
161 /// Minimal input size for for_each.
164 /// Minimal input size for generate.
167 /// Minimal input size for max_element.
170 /// Minimal input size for merge.
176 /// Minimal input size for min_element.
179 /// Minimal input size for multiway_merge.
[all …]
/OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/selftest/cases/
H A Dwic.py88 bitbake('wic-tools core-image-minimal core-image-minimal-mtdutils')
169 """Test wic create wictestdisk --image-name=core-image-minimal"""
170 cmd = "wic create wictestdisk --image-name=core-image-minimal -o %s" % self.resultdir
176 """Test creation of core-image-minimal with gpt table and UUID boot"""
177 cmd = "wic create directdisk-gpt --image-name core-image-minimal -o %s" % self.resultdir
184 config = 'INITRAMFS_IMAGE = "core-image-minimal-initramfs"\n'\
186 'DEPENDS:pn-core-image-minimal += "syslinux"\n'
188 bitbake('core-image-minimal core-image-minimal-initramfs')
190 cmd = "wic create mkhybridiso --image-name core-image-minimal -o %s" % self.resultdir
198 cmd = "wic create qemux86-directdisk -e core-image-minimal -o %s" % self.resultdir
[all …]
H A Dimagefeatures.py34 # Build a core-image-minimal
35 bitbake('core-image-minimal')
37 with runqemu("core-image-minimal") as qemu:
60 # Build a core-image-minimal
61 bitbake('core-image-minimal')
63 with runqemu("core-image-minimal") as qemu:
94 Expected: 1. core-image-minimal can be build with bmap support
95 2. core-image-minimal is sparse
103 image_name = 'core-image-minimal'
127 Expected: 1. core-image-minimal can be built with vmdk, vdi and
[all …]
H A Doverlayfs.py43 res = bitbake('core-image-minimal', ignore_status=True)
47 …self.assertTrue("ERROR: Required build target 'core-image-minimal' has no buildable providers." in…
64 res = bitbake('core-image-minimal', ignore_status=True)
86 bitbake('core-image-minimal')
102 res = bitbake('core-image-minimal', ignore_status=True)
125 res = bitbake('core-image-minimal', ignore_status=True)
179 bitbake('core-image-minimal')
181 with runqemu('core-image-minimal') as qemu:
294 res = bitbake('core-image-minimal', ignore_status=True)
299 res = bitbake('core-image-minimal', ignore_status=True)
[all …]
H A Druntime_test.py33 # Build tesexport for core-image-minimal
34 bitbake('core-image-minimal')
35 bitbake('-c testexport core-image-minimal')
37 testexport_dir = get_bb_var('TEST_EXPORT_DIR', 'core-image-minimal')
43 with runqemu('core-image-minimal') as qemu:
76 # Build tesexport for core-image-minimal
77 bitbake('core-image-minimal')
78 bitbake('-c testexport core-image-minimal')
81 bb_vars = get_bb_vars(needed_vars, 'core-image-minimal')
237 bitbake('core-image-minimal')
[all …]
H A Dincompatible_lic.py99 INCOMPATIBLE_LICENSE:pn-core-image-minimal = "GPL-3.0* LGPL-3.0*"
104 …error_msg = "ERROR: core-image-minimal-1.0-r0 do_rootfs: Package bash cannot be installed into the…
106 result = bitbake('core-image-minimal', ignore_status=True)
112 …error_msg = "ERROR: core-image-minimal-1.0-r0 do_rootfs: Package bash cannot be installed into the…
114 result = bitbake('core-image-minimal', ignore_status=True)
121 bitbake('core-image-minimal')
124 …self.default_config() + '\nINCOMPATIBLE_LICENSE_EXCEPTIONS:pn-core-image-minimal = "bash:GPL-3.0-o…
126 bitbake('core-image-minimal')
131 INCOMPATIBLE_LICENSE:pn-core-image-minimal = "GPL-3.0* LGPL-3.0*"
133 bitbake('core-image-minimal')
H A Dmulticonfig.py16 contains a tiny core-image-minimal and a musl core-image-minimal, installed as packages.
40 # Build a core-image-minimal
84 # Build a core-image-minimal, only dry run needed to check config is present
/OK3568_Linux_fs/yocto/poky/documentation/ref-manual/
H A Dimages.rst17 is only supported for minimal and base images. Furthermore, if you
20 file before using the BitBake command to build the minimal or base
73 - ``core-image-minimal``: A small image just capable of allowing a
76 - ``core-image-minimal-dev``: A ``core-image-minimal`` image suitable
80 - ``core-image-minimal-initramfs``: A ``core-image-minimal`` image that
81 has the Minimal RAM-based Initial Root Filesystem (initramfs) as part
87 - ``core-image-minimal-mtdutils``: A ``core-image-minimal`` image that
88 has support for the Minimal MTD Utilities, which let the user
92 - ``core-image-rt``: A ``core-image-minimal`` image plus a real-time
/OK3568_Linux_fs/yocto/poky/scripts/lib/wic/canned-wks/
H A Ddirectdisk-multi-rootfs.wks7 # wic create directdisk-multi-indirect-recipes -e core-image-minimal \
8 # --rootfs-dir rootfs1=core-image-minimal
9 # --rootfs-dir rootfs2=core-image-minimal-dev
13 # --rootfs-dir rootfs1=tmp/work/qemux86_64-poky-linux/core-image-minimal/1.0-r0/rootfs/
14 # --rootfs-dir rootfs2=tmp/work/qemux86_64-poky-linux/core-image-minimal-dev/1.0-r0/rootfs/
/OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/manual/
H A Dtoaster-unmanaged-mode.json21 "action": "Build the yocto project. \nbitbake core-image-minimal \n\n",
47 …"action": "Create 2 builds, such as \"bitbake core-image-minimal\" and \"bitbake core-image-sato\"…
85 …"action": "Create 2 builds, such as \"bitbake core-image-minimal\" and \"bitbake core-image-sato\"…
123 …"action": "Create 2 builds, such as \"bitbake core-image-minimal\" and \"bitbake core-image-sato\"…
165 …ult Yocto project (qemux86), start the Toaster, and build \"bitbake core-image-minimal\". \n \n",
247 … a default Yocto project (qemux86), start the Toaster, and build \"bitbake core-image-minimal\". ",
297 …ult Yocto project (qemux86), start the Toaster, and build \"bitbake core-image-minimal\". \n \n",
343 …ult Yocto project (qemux86), start the Toaster, and build \"bitbake core-image-minimal\". \n \n",
397 …ult Yocto project (qemux86), start the Toaster, and build \"bitbake core-image-minimal\". \n \n",
423 …ult Yocto project (qemux86), start the Toaster, and build \"bitbake core-image-minimal\". \n \n",
[all …]
/OK3568_Linux_fs/yocto/poky/meta-yocto-bsp/
H A DREADME.hardware.md95 $ bitbake core-image-minimal
100 # dd if=core-image-minimal-genericx86.hddimg of=/dev/sdb
115 # dd if=core-image-minimal-genericx86-64.wic of=/dev/sdb
149 $ bitbake core-image-minimal
153 # dd if=core-image-minimal-beaglebone-yocto.wic of=/dev/sdb
179 Build an image (e.g. core-image-minimal) using "edgerouter" as the MACHINE.
180 In the following instruction it is based on core-image-minimal. Another target
225 # dd if=core-image-minimal-edgerouter.wic of=/dev/sdb
246 Before starting, copy core-image-minimal-xxx.tar.bz2 and vmlinux into
252 # tar -xvjpf core-image-minimal-XXX.tar.bz2 -C /media/sda2
/OK3568_Linux_fs/yocto/poky/
H A DREADME.hardware.md95 $ bitbake core-image-minimal
100 # dd if=core-image-minimal-genericx86.hddimg of=/dev/sdb
115 # dd if=core-image-minimal-genericx86-64.wic of=/dev/sdb
149 $ bitbake core-image-minimal
153 # dd if=core-image-minimal-beaglebone-yocto.wic of=/dev/sdb
179 Build an image (e.g. core-image-minimal) using "edgerouter" as the MACHINE.
180 In the following instruction it is based on core-image-minimal. Another target
225 # dd if=core-image-minimal-edgerouter.wic of=/dev/sdb
246 Before starting, copy core-image-minimal-xxx.tar.bz2 and vmlinux into
252 # tar -xvjpf core-image-minimal-XXX.tar.bz2 -C /media/sda2
/OK3568_Linux_fs/yocto/poky/meta-selftest/recipes-test/images/
H A Dwic-image-minimal.wks3 # created from core-image-minimal and wic-image-minimal image recipes.
7 part /media --source rootfs --rootfs-dir=wic-image-minimal --ondisk sda --fstype=ext4 --label uuid-…
8 part /mnt --source rootfs --rootfs-dir=wic-image-minimal --ondisk sda --fstype=ext4 --label core --…
/OK3568_Linux_fs/u-boot/arch/powerpc/cpu/mpc83xx/
H A DMakefile10 MINIMAL= macro
14 MINIMAL=y macro
20 ifdef MINIMAL
43 endif # not minimal
/OK3568_Linux_fs/u-boot/arch/powerpc/lib/
H A DMakefile12 MINIMAL= macro
16 MINIMAL=y macro
20 ifdef MINIMAL
39 endif # not minimal
/OK3568_Linux_fs/u-boot/board/freescale/bsc9131rdb/
H A DMakefile7 MINIMAL= macro
11 MINIMAL=y macro
15 ifdef MINIMAL
/OK3568_Linux_fs/u-boot/board/varisys/common/
H A DMakefile8 MINIMAL= macro
12 MINIMAL=y macro
16 ifdef MINIMAL
/OK3568_Linux_fs/u-boot/board/freescale/bsc9132qds/
H A DMakefile7 MINIMAL= macro
11 MINIMAL=y macro
15 ifdef MINIMAL
/OK3568_Linux_fs/u-boot/board/freescale/p1_p2_rdb_pc/
H A DMakefile7 MINIMAL= macro
11 MINIMAL=y macro
15 ifdef MINIMAL
/OK3568_Linux_fs/u-boot/board/freescale/p1010rdb/
H A DMakefile7 MINIMAL= macro
11 MINIMAL=y macro
15 ifdef MINIMAL
/OK3568_Linux_fs/u-boot/board/freescale/c29xpcie/
H A DMakefile6 MINIMAL= macro
9 MINIMAL=y macro
13 ifdef MINIMAL
/OK3568_Linux_fs/u-boot/board/freescale/p1022ds/
H A DMakefile7 MINIMAL= macro
11 MINIMAL=y macro
15 ifdef MINIMAL
/OK3568_Linux_fs/yocto/poky/scripts/lib/wic/
H A Dhelp.py195 -e' command given an image name e.g. 'core-image-minimal' and a
307 $ wic ls tmp/deploy/images/qemux86-64/core-image-minimal-qemux86-64.wic
313 $ wic ls tmp/deploy/images/qemux86-64/core-image-minimal-qemux86-64.wic:1
325 $ wic ls tmp/deploy/images/qemux86-64/core-image-minimal-qemux86-64.wic:1/EFI/boot/
376 $ wic cp test.wks tmp/deploy/images/qemux86-64/core-image-minimal-qemux86-64.wic:1
377 $ wic ls tmp/deploy/images/qemux86-64/core-image-minimal-qemux86-64.wic:1
392 $ wic cp test tmp/deploy/images/qemux86-64/core-image-minimal-qemux86-64.wic:1/efi/
393 $ wic ls tmp/deploy/images/qemux86-64/core-image-minimal-qemux86-64.wic:1/efi/
407 $ wic cp tmp/deploy/images/qemux86-64/core-image-minimal-qemux86-64.wic:1/vmlinuz test
440 $ wic ls ./tmp/deploy/images/qemux86-64/core-image-minimal-qemux86-64.wic:1
[all …]
/OK3568_Linux_fs/u-boot/arch/powerpc/cpu/mpc8xxx/
H A DMakefile7 MINIMAL= macro
11 MINIMAL=y macro
15 ifdef MINIMAL

12345678910>>...59