[yocto] [meta-cgl][PATCH] core-image-cgl: Remove ROOTFS_PKGMANAGE_BOOTSTRAP

Adrian Dudau adrian.dudau at enea.com
Wed May 24 05:20:39 PDT 2017


run-postinsts is now installed by default in image.bbclass, so no need
to include it in each image.

Signed-off-by: Adrian Dudau <adrian.dudau at enea.com>
---
 meta-cgl-common/images/core-image-cgl-initramfs.bb | 2 +-
 meta-cgl-common/images/core-image-cgl.bb           | 1 -
 2 files changed, 1 insertion(+), 2 deletions(-)

diff --git a/meta-cgl-common/images/core-image-cgl-initramfs.bb b/meta-cgl-common/images/core-image-cgl-initramfs.bb
index 2ebbdf5..477f069 100644
--- a/meta-cgl-common/images/core-image-cgl-initramfs.bb
+++ b/meta-cgl-common/images/core-image-cgl-initramfs.bb
@@ -3,7 +3,7 @@ require core-image-cgl.bb
 # Recipe is based on core-image-minimal.bb
 DESCRIPTION = "Initramfs used to mount multipath device as root file system"
 
-PACKAGE_INSTALL = "initramfs-cgl-boot busybox base-passwd udev ${ROOTFS_BOOTSTRAP_INSTALL}"
+PACKAGE_INSTALL = "initramfs-cgl-boot busybox base-passwd udev"
 
 # Do not pollute the initrd image with rootfs features
 IMAGE_FEATURES = ""
diff --git a/meta-cgl-common/images/core-image-cgl.bb b/meta-cgl-common/images/core-image-cgl.bb
index 7117493..86bf7d4 100644
--- a/meta-cgl-common/images/core-image-cgl.bb
+++ b/meta-cgl-common/images/core-image-cgl.bb
@@ -10,7 +10,6 @@ VALGRIND_armv7a ?= "valgrind"
 
 # Include modules in rootfs
 IMAGE_INSTALL += "\
-    ${ROOTFS_PKGMANAGE_BOOTSTRAP} \
     packagegroup-core-buildessential \
     packagegroup-core-selinux \
     packagegroup-cgl \
-- 
2.7.4




More information about the yocto mailing list