From 14aa95fcb522e6a241bc89b2d2f4b71e393714be Mon Sep 17 00:00:00 2001 From: Marko Lindqvist Date: Tue, 9 Jul 2019 22:22:29 +0300 Subject: [PATCH] usbistic: Drop ROOTFS_PKGMANAGE_BOOSTRAP from IMAGE_INSTALL Signed-off-by: Marko Lindqvist --- recipes-images/usbistic/usbistic.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-images/usbistic/usbistic.bb b/recipes-images/usbistic/usbistic.bb index 1cba120..4f3ceb8 100644 --- a/recipes-images/usbistic/usbistic.bb +++ b/recipes-images/usbistic/usbistic.bb @@ -35,6 +35,6 @@ GAMELIST = "\ IMAGE_INSTALL += " \ packagegroup-core-boot \ -${ROOTFS_PKGMANAGE_BOOTSTRAP} ${CORE_IMAGE_EXTRA_INSTALL} \ +${CORE_IMAGE_EXTRA_INSTALL} \ ${GAMELIST} \ "