]> code.ossystems Code Review - openembedded-core.git/commitdiff
core-image-tiny-initramfs: Avoid parsing failures
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 7 Sep 2018 13:05:24 +0000 (14:05 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 7 Sep 2018 16:51:11 +0000 (17:51 +0100)
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 <richard.purdie@linuxfoundation.org>
meta/recipes-core/images/core-image-tiny-initramfs.bb

index d7f97f3a170cfe82325c60be5eb8a1d9b2d1d7e9..0eca6d9944ce215f3d18a7134a21e276459c25b1 100644 (file)
@@ -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