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

Alexandru Vaduva vaduvajanalexandru at yahoo.com
Thu May 25 01:28:26 PDT 2017


Looks good to me ;)Can you also please push upstream the following patch: [yocto] [meta-cgl][PATCH] meta-cgl-common: remove dependency on meta-openclovis
Thanks,Alex V.


On Wednesday, May 24, 2017, 3:25:34 PM GMT+3, Adrian Dudau <adrian.dudau at enea.com> wrote: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

-- 
_______________________________________________
yocto mailing list
yocto at yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.yoctoproject.org/pipermail/yocto/attachments/20170525/a19418df/attachment.html>


More information about the yocto mailing list