Home
last modified time | relevance | path

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

12345678910>>...53

/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/
H A Dwic.py71 bitbake('wic-tools core-image-minimal core-image-minimal-mtdutils')
163 img = 'core-image-minimal'
196 img = 'core-image-minimal'
219 """Test wic create wictestdisk --image-name=core-image-minimal"""
220 cmd = "wic create wictestdisk --image-name=core-image-minimal -o %s" % self.resultdir
226 """Test creation of core-image-minimal with gpt table and UUID boot"""
227 cmd = "wic create directdisk-gpt --image-name core-image-minimal -o %s" % self.resultdir
234 config = 'INITRAMFS_IMAGE = "core-image-minimal-initramfs"\n'\
236 'DEPENDS:pn-core-image-minimal += "syslinux"\n'
238 bitbake('core-image-minimal core-image-minimal-initramfs')
[all …]
H A Dimagefeatures.py36 # Build a core-image-minimal
37 bitbake('core-image-minimal')
39 with runqemu("core-image-minimal") as qemu:
62 # Build a core-image-minimal
63 bitbake('core-image-minimal')
65 with runqemu("core-image-minimal") as qemu:
96 Expected: 1. core-image-minimal can be build with bmap support
97 2. core-image-minimal is sparse
105 image = 'core-image-minimal'
128 Expected: 1. core-image-minimal can be built with vmdk, vdi and
[all …]
H A Druntime_test.py35 # Build tesexport for core-image-minimal
36 bitbake('core-image-minimal')
37 bitbake('-c testexport core-image-minimal')
39 testexport_dir = get_bb_var('TEST_EXPORT_DIR', 'core-image-minimal')
45 with runqemu('core-image-minimal') as qemu:
78 # Build tesexport for core-image-minimal
79 bitbake('core-image-minimal')
80 bitbake('-c testexport core-image-minimal')
83 bb_vars = get_bb_vars(needed_vars, 'core-image-minimal')
145 bitbake('core-image-minimal')
[all …]
H A Dincompatible_lic.py104 INCOMPATIBLE_LICENSE:pn-core-image-minimal = "GPL-3.0* LGPL-3.0*"
110 …error_msg = "ERROR: core-image-minimal-1.0-r0 do_rootfs: Package bash cannot be installed into the…
112 result = bitbake('core-image-minimal', ignore_status=True)
119 …error_msg = "ERROR: core-image-minimal-1.0-r0 do_rootfs: Package bash cannot be installed into the…
121 result = bitbake('core-image-minimal', ignore_status=True)
127 …RROR_QA:remove:pn-bash = "license-exists"\nERROR_QA:remove:pn-core-image-minimal = "license-file-m…
129 bitbake('core-image-minimal')
132 …ATIBLE_LICENSE_EXCEPTIONS:pn-core-image-minimal = "bash:GPL-3.0-or-later"\nERROR_QA:remove:pn-core…
134 bitbake('core-image-minimal')
139 INCOMPATIBLE_LICENSE:pn-core-image-minimal = "GPL-3.0* LGPL-3.0*"
[all …]
H A Doverlayfs.py46 res = bitbake('core-image-minimal', ignore_status=True)
50 …self.assertTrue("ERROR: Required build target 'core-image-minimal' has no buildable providers." in…
67 res = bitbake('core-image-minimal', ignore_status=True)
89 bitbake('core-image-minimal')
105 res = bitbake('core-image-minimal', ignore_status=True)
128 res = bitbake('core-image-minimal', ignore_status=True)
182 bitbake('core-image-minimal')
184 with runqemu('core-image-minimal') as qemu:
295 res = bitbake('core-image-minimal', ignore_status=True)
300 res = bitbake('core-image-minimal', ignore_status=True)
[all …]
H A Dusergrouptests.py31 self.logger.info("Building core-image-minimal to generate passwd/group file")
32 bitbake(' core-image-minimal')
37 …h.join(get_bb_var("MACHINE").replace("-","_")+"-poky-linux", "core-image-minimal/1.0/rootfs/etc")))
48 bitbake(' core-image-minimal')
51 bitbake(' core-image-minimal')
57 self.assertTrue(bitbake(' core-image-minimal'))
/openbmc/openbmc/poky/documentation/ref-manual/
H A Dimages.rst17 is only tested for core-image-minimal image. Furthermore, if you would like to
75 - ``core-image-minimal``: A small image just capable of allowing a
78 - ``core-image-minimal-dev``: A ``core-image-minimal`` image suitable
82 - ``core-image-minimal-initramfs``: A ``core-image-minimal`` image that
83 has the Minimal RAM-based Initial Root Filesystem (:term:`Initramfs`) as part
89 - ``core-image-minimal-mtdutils``: A ``core-image-minimal`` image that
90 has support for the Minimal MTD Utilities, which let the user
94 - ``core-image-rt``: A ``core-image-minimal`` image plus a real-time
/openbmc/openbmc/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/
/openbmc/u-boot/arch/powerpc/cpu/mpc83xx/
H A DMakefile8 MINIMAL= macro
12 MINIMAL=y macro
18 ifdef MINIMAL
41 endif # not minimal
/openbmc/linux/samples/rust/
H A Drust_minimal.rs3 //! Rust minimal sample.
11 description: "Rust minimal sample",
21 pr_info!("Rust minimal sample (init)\n"); in init()
36 pr_info!("Rust minimal sample (exit)\n"); in drop()
/openbmc/openbmc/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 --…
/openbmc/u-boot/arch/powerpc/lib/
H A DMakefile10 MINIMAL= macro
14 MINIMAL=y macro
18 ifdef MINIMAL
41 endif # not minimal
/openbmc/linux/tools/testing/memblock/tests/
H A Dalloc_helpers_api.c16 * Expect to allocate a cleared region at the minimal memory address.
48 * The minimal address here is not aligned:
105 * Expect to prioritize granting memory over satisfying the minimal address
137 * available above the minimal address above a certain address:
147 * Expect to prioritize granting memory over satisfying the minimal address
183 * A test that tries to allocate a memory region with a minimal address below
231 * Expect to prioritize granting memory over satisfying the minimal address
263 * available above the minimal address above a certain address:
273 * Expect to prioritize granting memory over satisfying the minimal address
308 * A test that tries to allocate a memory region with a minimal address below
/openbmc/openbmc/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 …]
/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-bsp/images/
H A Dcorstone1000-recovery-image.bb1 require recipes-core/images/core-image-minimal.bb
3 # The core-image-minimal is used for the initramfs bundle for the
5 # why the core-image-minimal is forked here so the testimage task can
/openbmc/u-boot/board/freescale/bsc9132qds/
H A DMakefile5 MINIMAL= macro
9 MINIMAL=y macro
13 ifdef MINIMAL
/openbmc/u-boot/board/varisys/common/
H A DMakefile6 MINIMAL= macro
10 MINIMAL=y macro
14 ifdef MINIMAL
/openbmc/u-boot/board/freescale/bsc9131rdb/
H A DMakefile5 MINIMAL= macro
9 MINIMAL=y macro
13 ifdef MINIMAL
/openbmc/u-boot/board/freescale/p1_p2_rdb_pc/
H A DMakefile5 MINIMAL= macro
9 MINIMAL=y macro
13 ifdef MINIMAL
/openbmc/u-boot/board/freescale/c29xpcie/
H A DMakefile6 MINIMAL= macro
9 MINIMAL=y macro
13 ifdef MINIMAL
/openbmc/u-boot/board/freescale/p1010rdb/
H A DMakefile5 MINIMAL= macro
9 MINIMAL=y macro
13 ifdef MINIMAL
/openbmc/openbmc/meta-security/
H A D.gitlab-ci.yml54 - kas shell kas/$CI_JOB_NAME.yml -c "bitbake -k security-build-image integrity-image-minimal"
55 - kas build --target harden-image-minimal kas/$CI_JOB_NAME-harden.yml
80 …yml -c "bitbake -k core-image-minimal security-build-image security-tpm-image security-tpm2-image…
104 …/$CI_JOB_NAME.yml -c "bitbake -k security-build-image security-tpm2-image integrity-image-minimal"
/openbmc/u-boot/board/freescale/p1022ds/
H A DMakefile5 MINIMAL= macro
9 MINIMAL=y macro
13 ifdef MINIMAL
/openbmc/openbmc/poky/meta-selftest/recipes-test/multiconfig/
H A Dmulticonfig-image-packager_0.1.bb10 MC_DEPLOY_IMAGE_BASENAME = "core-image-minimal"
12 do_install[mcdepends] += "mc::${MCNAME}:core-image-minimal:do_image_complete mc::${MCNAME}:virtual/…
31 …l most likely start with my BPN multiconfig-image-packager, but I want them from core-image-minimal
32 …# as there is no good way to query core-image-minimal's context lets assume that there are no over…
/openbmc/u-boot/arch/powerpc/cpu/mpc8xxx/
H A DMakefile5 MINIMAL= macro
9 MINIMAL=y macro
13 ifdef MINIMAL

12345678910>>...53