tizen -dev images: remove development files
authorPatrick Ohly <patrick.ohly@intel.com>
Tue, 3 Feb 2015 13:36:24 +0000 (05:36 -0800)
committerPatrick Ohly <patrick.ohly@intel.com>
Tue, 3 Feb 2015 15:22:48 +0000 (07:22 -0800)
The images are more useful for debugging the images themselves (openssh,
serial console enabled, debug information installed) than they are for
developing apps.

The advantage of disabling the development files are faster build
times and less distractions at runtime: installing development files
often also pulls in additional, unwanted packages (for example,
avsystem-devel pulls in avsystem, which fails to start properly
and is not needed).

Change-Id: Ie30a7caa160439a372048c4ee9219012474d8c26

meta-tizen-ivi/recipes-image/images/tizen-ivi-Modello-image-dev.bb
meta-tizen-ivi/recipes-image/images/tizen-ivi-core-image-dev.bb

index f819bd7..35ff7bd 100644 (file)
@@ -1,8 +1,8 @@
 require recipes-image/images/tizen-ivi-Modello-image.bb
 
 DESCRIPTION = "A Tizen ivi image base on Tizen ivi with Modello and \
-               is suitable for development work."
+               is suitable for debugging the image."
 
-IMAGE_FEATURES += "dev-pkgs tools-debug debug-tweaks ssh-server-openssh"
+IMAGE_FEATURES += "tools-debug debug-tweaks ssh-server-openssh"
 CORE_IMAGE_EXTRA_INSTALL += "packagegroup-tizen-dev-tools"
 CORE_IMAGE_EXTRA_INSTALL += "packagegroup-tizen-tests-connectivity"
index dc6a7b2..c7a4c36 100644 (file)
@@ -1,9 +1,9 @@
 require recipes-image/images/tizen-ivi-core-image.bb
 
 DESCRIPTION = "A Tizen ivi image base on Tizen common and \
-               is suitable for development work."
+               is suitable for debugging the image."
 
-IMAGE_FEATURES += "dev-pkgs tools-debug debug-tweaks ssh-server-openssh"
+IMAGE_FEATURES += "tools-debug debug-tweaks ssh-server-openssh"
 CORE_IMAGE_EXTRA_INSTALL += "attr"
 CORE_IMAGE_EXTRA_INSTALL += "acl"
 CORE_IMAGE_EXTRA_INSTALL += "util-linux-agetty"