diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-09-07 14:05:24 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-09-10 12:13:07 +0100 |
commit | e03fb7fcf7da98f6d42f5497123589bfc5642e31 (patch) | |
tree | 1c674026a43094d96cdf9a14e0fdb1db5a1041cc /meta | |
parent | 800f4a0c192f05270490ca10b28357e83a36d978 (diff) | |
download | poky-e03fb7fcf7da98f6d42f5497123589bfc5642e31.tar.gz |
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.
(From OE-Core rev: 0a1265f4dd90ad9524005ce91b3d0564ce2215e5)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-core/images/core-image-tiny-initramfs.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-core/images/core-image-tiny-initramfs.bb b/meta/recipes-core/images/core-image-tiny-initramfs.bb index d7f97f3a17..0eca6d9944 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 \ | |||
5 | actually generate an image but rather generates boot and rootfs artifacts \ | 5 | actually generate an image but rather generates boot and rootfs artifacts \ |
6 | that can subsequently be picked up by external image generation tools such as wic." | 6 | that can subsequently be picked up by external image generation tools such as wic." |
7 | 7 | ||
8 | VIRTUAL-RUNTIME_dev_manager ?= "busybox-mdev" | ||
9 | |||
8 | PACKAGE_INSTALL = "initramfs-live-boot-tiny packagegroup-core-boot dropbear ${VIRTUAL-RUNTIME_base-utils} ${VIRTUAL-RUNTIME_dev_manager} base-passwd ${ROOTFS_BOOTSTRAP_INSTALL}" | 10 | PACKAGE_INSTALL = "initramfs-live-boot-tiny packagegroup-core-boot dropbear ${VIRTUAL-RUNTIME_base-utils} ${VIRTUAL-RUNTIME_dev_manager} base-passwd ${ROOTFS_BOOTSTRAP_INSTALL}" |
9 | 11 | ||
10 | # Do not pollute the initrd image with rootfs features | 12 | # Do not pollute the initrd image with rootfs features |