[OE-core] [PATCH 2/2] core-image-tiny-initramfs: Avoid parsing failures

Khem Raj raj.khem at gmail.com
Fri Sep 7 14:00:05 UTC 2018


On Fri, Sep 7, 2018 at 6:14 AM Richard Purdie
<richard.purdie at linuxfoundation.org> wrote:
>
> 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 at linuxfoundation.org>
> ---
>  meta/recipes-core/images/core-image-tiny-initramfs.bb | 2 ++
>  1 file changed, 2 insertions(+)
>
> diff --git a/meta/recipes-core/images/core-image-tiny-initramfs.bb b/meta/recipes-core/images/core-image-tiny-initramfs.bb
> index d7f97f3a170..4f11b4a90dd 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 ?= "udev"
> +

tiny image should prefer busybox-mdev I think

>  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
> --
> 2.17.1
>
> --
> _______________________________________________
> Openembedded-core mailing list
> Openembedded-core at lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-core



More information about the Openembedded-core mailing list