summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/images/core-image-minimal-dev.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-core/images/core-image-minimal-dev.bb')
-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 ; "