summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFupan Li <fupan.li@windriver.com>2017-08-02 06:15:51 +0000
committerBruce Ashfield <bruce.ashfield@windriver.com>2017-08-03 23:47:21 -0400
commit4eee02bd6405557c664f91b6079c2f203d48c545 (patch)
tree08c0607677f519277ea1ad6ccfbbdec7ccb1cf81
parent0a64d42d45e26dab283450a83ecdc50bd8821dcd (diff)
downloadmeta-virtualization-4eee02bd6405557c664f91b6079c2f203d48c545.tar.gz
meta-virtualization: Drop ROOTFS_PKGMANAGE_BOOTSTRAP
OE-Core has now dropped this var in the commit of 697804229a17<run-postinsts: simplify the logic of whether to install it to images>. Signed-off-by: Fupan Li <fupan.li@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
-rw-r--r--recipes-extended/images/cloud-image-controller.bb1
-rw-r--r--recipes-extended/images/cloud-image-guest.bb1
2 files changed, 0 insertions, 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"
3 3
4IMAGE_INSTALL = "\ 4IMAGE_INSTALL = "\
5 ${CORE_IMAGE_BASE_INSTALL} \ 5 ${CORE_IMAGE_BASE_INSTALL} \
6 ${ROOTFS_PKGMANAGE_BOOTSTRAP} \
7 packagegroup-core-basic \ 6 packagegroup-core-basic \
8 openvswitch \ 7 openvswitch \
9 openvswitch-controller \ 8 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"
3 3
4IMAGE_INSTALL = "\ 4IMAGE_INSTALL = "\
5 ${CORE_IMAGE_BASE_INSTALL} \ 5 ${CORE_IMAGE_BASE_INSTALL} \
6 ${ROOTFS_PKGMANAGE_BOOTSTRAP} \
7 packagegroup-core-basic \ 6 packagegroup-core-basic \
8 openflow \ 7 openflow \
9 qemu \ 8 qemu \