/openbmc/openbmc/poky/scripts/lib/wic/canned-wks/ |
H A D | directdisk-multi-rootfs.wks | 7 # 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/openbmc/poky/meta-selftest/recipes-test/images/ |
H A D | wic-image-minimal.wks | 3 # 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/openbmc/poky/scripts/ |
H A D | autobuilder-worker-prereq-tests | 73 if [ ! -e core-image-minimal-qemux86-64.ext4 ]; then 74 …ctoproject.org/releases/yocto/yocto-4.0/machines/qemu/qemux86-64/core-image-minimal-qemux86-64.ext4 76 if [ ! -e core-image-minimal-qemux86-64.qemuboot.conf ]; then 77 …project.org/releases/yocto/yocto-4.0/machines/qemu/qemux86-64/core-image-minimal-qemux86-64.qemubo…
|
/openbmc/openbmc/poky/meta-selftest/recipes-test/multiconfig/ |
H A D | multiconfig-image-packager_0.1.bb | 10 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/openbmc/poky/bitbake/lib/toaster/tests/eventreplay/ |
H A D | README | 7 and core-image-minimal.events. They're not provided with the tests due to their 14 $ bitbake core-image-minimal -w core-image-minimal.events
|
/openbmc/openbmc/meta-openembedded/meta-xfce/recipes-core/images/ |
H A D | core-image-minimal-xfce.bb | 1 DESCRIPTION = "A XFCE minimal demo image." 16 export IMAGE_BASENAME = "core-image-minimal-xfce"
|
/openbmc/qemu/tests/lcitool/projects/ |
H A D | qemu-minimal.yml | 1 # Very minimal set of qemu packages, used for minimal cross-compile sanity checks
|
/openbmc/openbmc/poky/documentation/ref-manual/ |
H A D | images.rst | 17 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 89 - ``core-image-minimal-mtdutils``: A ``core-image-minimal`` image that 94 - ``core-image-rt``: A ``core-image-minimal`` image plus a real-time
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libjs/ |
H A D | libjs-jquery-icheck_1.0.3.bb | 31 install -d ${D}${datadir}/javascript/jquery-icheck/skins/minimal/ 32 install -m 0644 ${S}/skins/minimal/* ${D}${datadir}/javascript/jquery-icheck/skins/minimal/
|
/openbmc/openbmc/meta-security/ |
H A D | .gitlab-ci.yml | 54 - 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 …-c "bitbake -k security-build-image security-tpm-image security-tpm2-image integrity-image-minimal" 104 …/$CI_JOB_NAME.yml -c "bitbake -k security-build-image security-tpm2-image integrity-image-minimal"
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/pure-ftpd/pure-ftpd/ |
H A D | nostrip.patch | 4 Subject: [PATCH] Don't mess with CFLAGS and LDFLAGS when --with-minimal is 22 @@ -414,8 +414,6 @@ AC_ARG_WITH(minimal,
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/gperftools/ |
H A D | gperftools_2.15.bb | 50 PACKAGE_BEFORE_PN += "libtcmalloc-minimal" 51 FILES:libtcmalloc-minimal = "${libdir}/libtcmalloc_minimal*${SOLIBS} ${libdir}/libtcmalloc_minimal_… 65 RDEPENDS:${PN} += "libtcmalloc-minimal (= ${EXTENDPKGV})"
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/minifi-cpp/files/ |
H A D | 0003-Fix-libsodium-build.patch | 24 - set(CONFIGURE_COMMAND ./configure --disable-pie --enable-minimal "--prefix=${LIBSODIUM_BIN… 25 …configure --host=${HOST_SYS} --build=${BUILD_SYS} --disable-pie --enable-minimal "--prefix=${LIBSO…
|
/openbmc/openbmc/meta-security/docs/ |
H A D | dm-verity-systemd-x86-64.txt | 38 bitbake core-image-minimal 43 build-qemu-x86_64$wic create systemd-bootdisk-dmverity -e core-image-minimal 54 …me/paul/poky/build-qemu-x86_64/tmp/work/qemux86_64-poky-linux/core-image-minimal/1.0-r0/recipe-sys… 69 tmp/deploy/images/qemux86-64/core-image-minimal-qemux86-64-*.rootfs.ext4.verity
|
/openbmc/openbmc/meta-arm/kas/ |
H A D | corstone1000-image-configuration.yml | 18 INITRAMFS_IMAGE:firmware ?= "core-image-minimal" 19 IMAGE_FSTYPES:firmware:pn-core-image-minimal = "${INITRAMFS_FSTYPES}"
|
/openbmc/openbmc/meta-arm/meta-arm-bsp/documentation/ |
H A D | juno.md | 14 ```bash$ bitbake core-image-minimal``` 41 tmp/deploy/images/juno/core-image-minimal-juno.tar.bz2 46 - untar tmp/deploy/images/juno/core-image-minimal-juno.tar.bz2 on to the
|
/openbmc/linux/tools/testing/selftests/rcutorture/doc/ |
H A D | rcu-test-image.txt | 1 Normally, a minimal initrd is created automatically by the rcutorture 2 scripting. But minimal really does mean "minimal", namely just a single
|
/openbmc/openbmc/meta-aspeed/recipes-aspeed/images/ |
H A D | aspeed-image-initramfs.bb | 3 require recipes-core/images/core-image-minimal.bb
|
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pylint/ |
H A D | run-ptest | 3 pytest --benchmark-disable -vv --minimal-messages-config --automake tests/test_functional.py
|
/openbmc/openbmc/meta-arm/ci/ |
H A D | xen.yml | 11 - xen-image-minimal
|
H A D | corstone1000-common.yml | 10 - core-image-minimal
|
H A D | poky-tiny.yml | 13 - core-image-minimal
|
/openbmc/qemu/tests/docker/dockerfiles/ |
H A D | debian-legacy-test-cross.docker | 1 # Docker legacy cross-compiler target (tests and minimal qemu) 9 # As we are targeting check-tcg here we only need minimal qemu
|
/openbmc/openbmc/poky/meta/recipes-core/images/ |
H A D | core-image-minimal-dev.bb | 1 require core-image-minimal.bb
|
/openbmc/openbmc/meta-security/kas/ |
H A D | kas-security-dm.yml | 9 DM_VERITY_IMAGE = "core-image-minimal"
|