From 4eee02bd6405557c664f91b6079c2f203d48c545 Mon Sep 17 00:00:00 2001 From: Fupan Li Date: Wed, 2 Aug 2017 06:15:51 +0000 Subject: meta-virtualization: Drop ROOTFS_PKGMANAGE_BOOTSTRAP OE-Core has now dropped this var in the commit of 697804229a17. Signed-off-by: Fupan Li Signed-off-by: Bruce Ashfield --- recipes-extended/images/cloud-image-controller.bb | 1 - recipes-extended/images/cloud-image-guest.bb | 1 - 2 files changed, 2 deletions(-) diff --git a/recipes-extended/images/cloud-image-controller.bb b/recipes-extended/images/cloud-image-controller.bb index 5eef3021..c816545f 100644 --- a/recipes-extended/images/cloud-image-controller.bb +++ b/recipes-extended/images/cloud-image-controller.bb @@ -3,7 +3,6 @@ EXTRA_IMAGE_FEATURES = "tools-debug debug-tweaks" IMAGE_INSTALL = "\ ${CORE_IMAGE_BASE_INSTALL} \ - ${ROOTFS_PKGMANAGE_BOOTSTRAP} \ packagegroup-core-basic \ openvswitch \ openvswitch-controller \ diff --git a/recipes-extended/images/cloud-image-guest.bb b/recipes-extended/images/cloud-image-guest.bb index 5db25f01..2957506d 100644 --- a/recipes-extended/images/cloud-image-guest.bb +++ b/recipes-extended/images/cloud-image-guest.bb @@ -3,7 +3,6 @@ EXTRA_IMAGE_FEATURES = "tools-debug debug-tweaks" IMAGE_INSTALL = "\ ${CORE_IMAGE_BASE_INSTALL} \ - ${ROOTFS_PKGMANAGE_BOOTSTRAP} \ packagegroup-core-basic \ openflow \ qemu \ -- cgit v1.2.3-54-g00ecf