| Submitter | Paul Eggleton |
|---|---|
| Date | July 9, 2012, 5:03 p.m. |
| Message ID | <e46cfd0472f229904ab79d02ffc5aa0152039008.1341853333.git.paul.eggleton@linux.intel.com> |
| Download | mbox | patch |
| Permalink | /patch/31555/ |
| State | Accepted |
| Commit | 7681e50da86606f4d7b63504f0c9233a1c87b642 |
| Headers | show |
Comments
Patch
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 ; "
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@linux.intel.com> --- meta/recipes-core/images/core-image-minimal-dev.bb | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-)