diff options
| author | Paul Eggleton <paul.eggleton@linux.intel.com> | 2012-07-09 18:03:08 +0100 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-07-10 14:21:57 +0100 |
| commit | d5f4227efdeeb067054554c3d95896bab0e9901b (patch) | |
| tree | 6a529a32e1aa14b09dd68e22bab2b6eefed53434 | |
| parent | 56e0835872574e26098c19ac712b5fda7bc924fd (diff) | |
| download | poky-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.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 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 | # |
| 4 | require core-image-minimal.bb | ||
| 5 | |||
| 4 | DESCRIPTION = "A small image just capable of allowing a device to boot and \ | 6 | DESCRIPTION = "A small image just capable of allowing a device to boot and \ |
| 5 | is suitable for development work." | 7 | is suitable for development work." |
| 6 | 8 | ||
| 7 | IMAGE_INSTALL = "task-core-boot ${ROOTFS_PKGMANAGE}" | ||
| 8 | |||
| 9 | IMAGE_FEATURES += "dev-pkgs" | 9 | IMAGE_FEATURES += "dev-pkgs" |
| 10 | 10 | ||
| 11 | IMAGE_LINGUAS = " " | ||
| 12 | |||
| 13 | LICENSE = "MIT" | ||
| 14 | |||
| 15 | inherit core-image | ||
| 16 | |||
| 17 | # remove not needed ipkg informations | ||
| 18 | ROOTFS_POSTPROCESS_COMMAND += "remove_packaging_data_files ; " | ||
