From 0e470810360ef659fa25eee8437d15c30d2414c2 Mon Sep 17 00:00:00 2001 From: Lukas Bulwahn Date: Thu, 13 Apr 2017 08:30:15 +0200 Subject: [PATCH] images: drop ${ROOTFS_PKGMANAGE_BOOTSTRAP} With commit 697804229a172125ce7d3bfc9b343812d6fe3240@openembedded/openembedded-core [1], the ${ROOTFS_PKGMANAGE_BOOTSTRAP} variable is no longer provided by the rootfs bbclasses, and images do not need to further include that variable. Hence, this commit drops ${ROOTFS_PKGMANAGE_BOOTSTRAP} in the meta-ros image recipes. [1] http://cgit.openembedded.org/openembedded-core/commit/?id=697804229a172125ce7d3bfc9b343812d6fe3240 Signed-off-by: Lukas Bulwahn --- recipes-core/images/core-image-ros-roscore.bb | 2 +- recipes-core/images/core-image-ros-world.bb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes-core/images/core-image-ros-roscore.bb b/recipes-core/images/core-image-ros-roscore.bb index a028e08..c679fdf 100644 --- a/recipes-core/images/core-image-ros-roscore.bb +++ b/recipes-core/images/core-image-ros-roscore.bb @@ -1,6 +1,6 @@ DESCRIPTION = "A small image just capable of starting roscore." -IMAGE_INSTALL = "packagegroup-core-boot ${ROOTFS_PKGMANAGE_BOOTSTRAP} ${CORE_IMAGE_EXTRA_INSTALL}" +IMAGE_INSTALL = "packagegroup-core-boot ${CORE_IMAGE_EXTRA_INSTALL}" IMAGE_LINGUAS = " " diff --git a/recipes-core/images/core-image-ros-world.bb b/recipes-core/images/core-image-ros-world.bb index 26451d2..22cdb6f 100644 --- a/recipes-core/images/core-image-ros-world.bb +++ b/recipes-core/images/core-image-ros-world.bb @@ -1,6 +1,6 @@ DESCRIPTION = "An image with packagegroup-ros-world installed" -IMAGE_INSTALL = "packagegroup-core-boot ${ROOTFS_PKGMANAGE_BOOTSTRAP} ${CORE_IMAGE_EXTRA_INSTALL}" +IMAGE_INSTALL = "packagegroup-core-boot ${CORE_IMAGE_EXTRA_INSTALL}" IMAGE_LINGUAS = " "