summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Asselstine <mark.asselstine@windriver.com>2017-12-19 23:02:57 -0500
committerBruce Ashfield <bruce.ashfield@windriver.com>2017-12-28 11:12:04 -0500
commite1c8147d3588009b2f2dc50f478bbd3ba14bb763 (patch)
tree362f4d38f0cd3971bcad7113c3f57017353aa44b
parentf65d364dfff5a554cf0842aee227808bb9b97c9b (diff)
downloadmeta-virtualization-e1c8147d3588009b2f2dc50f478bbd3ba14bb763.tar.gz
kvm-image-minimal: drop remaining ROOTFS_PKGMANAGE_BOOTSTRAP
Commit 4eee02bd6405557c664f91b6079c2f203d48c545 [meta-virtualization: Drop ROOTFS_PKGMANAGE_BOOTSTRAP] missed this instance so we are removing this last reference to ROOTFS_PKGMANAGE_BOOTSTRAP now. The ROOTFS_PKGMANAGE_BOOTSTRAP has been universally removed since oe-core commit 697804229a172125ce7d3bfc9b343812d6fe3240 [run-postinsts: simplify the logic of whether to install it to images]. Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
-rw-r--r--recipes-extended/images/kvm-image-minimal.bb1
1 files changed, 0 insertions, 1 deletions
diff --git a/recipes-extended/images/kvm-image-minimal.bb b/recipes-extended/images/kvm-image-minimal.bb
index c96edca7..b28cc309 100644
--- a/recipes-extended/images/kvm-image-minimal.bb
+++ b/recipes-extended/images/kvm-image-minimal.bb
@@ -2,7 +2,6 @@ DESCRIPTION = "A minimal kvm image"
2 2
3IMAGE_INSTALL = " \ 3IMAGE_INSTALL = " \
4 packagegroup-core-boot \ 4 packagegroup-core-boot \
5 ${ROOTFS_PKGMANAGE_BOOTSTRAP} \
6 qemu \ 5 qemu \
7 libvirt \ 6 libvirt \
8 libvirt-libvirtd \ 7 libvirt-libvirtd \