diff options
Diffstat (limited to 'meta/recipes-core/images')
| -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 ; " | ||
