[oe-commits] Paul Eggleton : core-image-minimal-dev: base on core-image-minimal

git at git.openembedded.org git at git.openembedded.org
Tue Jul 10 13:23:40 UTC 2012


Module: openembedded-core.git
Branch: master
Commit: 7681e50da86606f4d7b63504f0c9233a1c87b642
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=7681e50da86606f4d7b63504f0c9233a1c87b642

Author: Paul Eggleton <paul.eggleton at linux.intel.com>
Date:   Mon Jul  9 18:03:08 2012 +0100

core-image-minimal-dev: base on core-image-minimal

When core-image-minimal has been updated in the past, we have on several
occasions missed applying those updates to this recipe, so let's just
base it directly on core-image-minimal and completely avoid that problem
in future.

Signed-off-by: Paul Eggleton <paul.eggleton at linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 meta/recipes-core/images/core-image-minimal-dev.bb |   12 ++----------
 1 files changed, 2 insertions(+), 10 deletions(-)

diff --git a/meta/recipes-core/images/core-image-minimal-dev.bb b/meta/recipes-core/images/core-image-minimal-dev.bb
index 67c7790..4e9cb35 100644
--- a/meta/recipes-core/images/core-image-minimal-dev.bb
+++ b/meta/recipes-core/images/core-image-minimal-dev.bb
@@ -1,18 +1,10 @@
 #
 # Copyright (C) 2007 OpenedHand Ltd.
 #
+require core-image-minimal.bb
+
 DESCRIPTION = "A small image just capable of allowing a device to boot and \
 is suitable for development work."
 
-IMAGE_INSTALL = "task-core-boot ${ROOTFS_PKGMANAGE}"
-
 IMAGE_FEATURES += "dev-pkgs"
 
-IMAGE_LINGUAS = " "
-
-LICENSE = "MIT"
-
-inherit core-image
-
-# remove not needed ipkg informations
-ROOTFS_POSTPROCESS_COMMAND += "remove_packaging_data_files ; "





More information about the Openembedded-commits mailing list