From 05a95763733c00c3556c848f7b880aa5abb4d6c5 Mon Sep 17 00:00:00 2001 From: Kristof Robot Date: Thu, 31 Oct 2013 17:27:17 +0100 Subject: [PATCH] core-image-ros-rosworld: additional image to test installation of packagegroup-ros-world --- recipes-core/images/core-image-ros-world.bb | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 recipes-core/images/core-image-ros-world.bb diff --git a/recipes-core/images/core-image-ros-world.bb b/recipes-core/images/core-image-ros-world.bb new file mode 100644 index 0000000..c725110 --- /dev/null +++ b/recipes-core/images/core-image-ros-world.bb @@ -0,0 +1,16 @@ +DESCRIPTION = "An image with packagegroup-ros-world installed" + +IMAGE_INSTALL = "packagegroup-core-boot ${ROOTFS_PKGMANAGE_BOOTSTRAP} ${CORE_IMAGE_EXTRA_INSTALL}" + +IMAGE_LINGUAS = " " + +LICENSE = "MIT" + +inherit core-image + +IMAGE_ROOTFS_SIZE = "8192" + +# remove not needed ipkg informations +ROOTFS_POSTPROCESS_COMMAND += "remove_packaging_data_files" + +IMAGE_INSTALL += "packagegroup-ros-world"