[meta-lsi] [PATCH 73/86] recipes-core/images: Remove unused ROOTFS images
Daniel Dragomir
daniel.dragomir at windriver.com
Wed Oct 29 08:36:21 PDT 2014
From: John Jacques <john.jacques at avagotech.com>
Remove core-image-large and core-image-tiny as long as
they are not used anymore.
Signed-off-by: John Jacques <john.jacques at avagotech.com>
---
recipes-core/images/core-image-large.bb | 14 --------------
recipes-core/images/core-image-tiny.bb | 15 ---------------
2 files changed, 29 deletions(-)
delete mode 100644 recipes-core/images/core-image-large.bb
delete mode 100644 recipes-core/images/core-image-tiny.bb
diff --git a/recipes-core/images/core-image-large.bb b/recipes-core/images/core-image-large.bb
deleted file mode 100644
index 8cd07ff..0000000
--- a/recipes-core/images/core-image-large.bb
+++ /dev/null
@@ -1,14 +0,0 @@
-DESCRIPTION = "A Large Image with many extra packages for testing."
-
-#IMAGE_INSTALL = "packagegroup-core-boot ${ROOTFS_PKGMANAGE_BOOTSTRAP} ${CORE_IMAGE_EXTRA_INSTALL}"
-IMAGE_INSTALL = "packagegroup-core-large-boot"
-IMAGE_LINGUAS = " "
-
-LICENSE = "MIT"
-
-inherit core-image
-
-IMAGE_ROOTFS_SIZE = "8192"
-
-# remove not needed ipkg informations
-ROOTFS_POSTPROCESS_COMMAND += "remove_packaging_data_files ; "
diff --git a/recipes-core/images/core-image-tiny.bb b/recipes-core/images/core-image-tiny.bb
deleted file mode 100644
index cf46803..0000000
--- a/recipes-core/images/core-image-tiny.bb
+++ /dev/null
@@ -1,15 +0,0 @@
-DESCRIPTION = "A small image just capable of allowing a device to boot."
-
-#IMAGE_INSTALL = "packagegroup-core-boot ${ROOTFS_PKGMANAGE_BOOTSTRAP} ${CORE_IMAGE_EXTRA_INSTALL}"
-IMAGE_INSTALL = "packagegroup-core-tiny-boot"
-#IMAGE_INSTALL = "packagegroup-core-tiny-utils"
-IMAGE_LINGUAS = " "
-
-LICENSE = "MIT"
-
-inherit core-image
-
-IMAGE_ROOTFS_SIZE = "8192"
-
-# remove not needed ipkg informations
-ROOTFS_POSTPROCESS_COMMAND += "remove_packaging_data_files ; "
--
1.8.1.4
More information about the meta-lsi
mailing list