summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Eggleton <paul.eggleton@linux.intel.com>2012-07-09 18:03:08 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-07-10 14:21:57 +0100
commitd5f4227efdeeb067054554c3d95896bab0e9901b (patch)
tree6a529a32e1aa14b09dd68e22bab2b6eefed53434
parent56e0835872574e26098c19ac712b5fda7bc924fd (diff)
downloadpoky-d5f4227efdeeb067054554c3d95896bab0e9901b.tar.gz
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. (From OE-Core rev: 7681e50da86606f4d7b63504f0c9233a1c87b642) Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/recipes-core/images/core-image-minimal-dev.bb12
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 67c7790f00..4e9cb35d9f 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 @@
1# 1#
2# Copyright (C) 2007 OpenedHand Ltd. 2# Copyright (C) 2007 OpenedHand Ltd.
3# 3#
4require core-image-minimal.bb
5
4DESCRIPTION = "A small image just capable of allowing a device to boot and \ 6DESCRIPTION = "A small image just capable of allowing a device to boot and \
5is suitable for development work." 7is suitable for development work."
6 8
7IMAGE_INSTALL = "task-core-boot ${ROOTFS_PKGMANAGE}"
8
9IMAGE_FEATURES += "dev-pkgs" 9IMAGE_FEATURES += "dev-pkgs"
10 10
11IMAGE_LINGUAS = " "
12
13LICENSE = "MIT"
14
15inherit core-image
16
17# remove not needed ipkg informations
18ROOTFS_POSTPROCESS_COMMAND += "remove_packaging_data_files ; "