From: Richard Purdie Date: Fri, 7 Sep 2018 13:05:24 +0000 (+0100) Subject: core-image-tiny-initramfs: Avoid parsing failures X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~16717 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0a1265f4dd90ad9524005ce91b3d0564ce2215e5;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git core-image-tiny-initramfs: Avoid parsing failures This variable is otherwise unset leading to missing dependency warnings. Give it the same default as used elsewhere in other recipes. Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-core/images/core-image-tiny-initramfs.bb b/meta/recipes-core/images/core-image-tiny-initramfs.bb index d7f97f3a170..0eca6d9944c 100644 --- a/meta/recipes-core/images/core-image-tiny-initramfs.bb +++ b/meta/recipes-core/images/core-image-tiny-initramfs.bb @@ -5,6 +5,8 @@ first 'init' program more efficiently. core-image-tiny-initramfs doesn't \ actually generate an image but rather generates boot and rootfs artifacts \ that can subsequently be picked up by external image generation tools such as wic." +VIRTUAL-RUNTIME_dev_manager ?= "busybox-mdev" + PACKAGE_INSTALL = "initramfs-live-boot-tiny packagegroup-core-boot dropbear ${VIRTUAL-RUNTIME_base-utils} ${VIRTUAL-RUNTIME_dev_manager} base-passwd ${ROOTFS_BOOTSTRAP_INSTALL}" # Do not pollute the initrd image with rootfs features