From 4ec2ecd4684ec256e4926678adb0c47bb4d39c64 Mon Sep 17 00:00:00 2001 From: Javier Viguera Date: Wed, 8 May 2013 14:07:30 +0200 Subject: [PATCH] config templates: disable del-examples Some examples need hardware to be plugged to the module (e.g. the camera), and fail if the hardware is not there. Signed-off-by: Javier Viguera --- sdk/config/ccardimx28js/local.conf.sample | 2 +- sdk/config/ccimx51js/local.conf.sample | 2 +- sdk/config/ccimx53js/local.conf.sample | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/sdk/config/ccardimx28js/local.conf.sample b/sdk/config/ccardimx28js/local.conf.sample index e600b1995..2593887ea 100644 --- a/sdk/config/ccardimx28js/local.conf.sample +++ b/sdk/config/ccardimx28js/local.conf.sample @@ -151,7 +151,7 @@ PACKAGE_CLASSES ?= "package_ipk" # There are other application targets that can be used here too, see # meta/classes/image.bbclass and meta/classes/core-image.bbclass for more details. # We default to enabling the debugging tweaks. -EXTRA_IMAGE_FEATURES = "debug-tweaks del-examples" +EXTRA_IMAGE_FEATURES = "debug-tweaks" # # Additional image features diff --git a/sdk/config/ccimx51js/local.conf.sample b/sdk/config/ccimx51js/local.conf.sample index 0882bb08d..8cb55a65d 100644 --- a/sdk/config/ccimx51js/local.conf.sample +++ b/sdk/config/ccimx51js/local.conf.sample @@ -151,7 +151,7 @@ PACKAGE_CLASSES ?= "package_ipk" # There are other application targets that can be used here too, see # meta/classes/image.bbclass and meta/classes/core-image.bbclass for more details. # We default to enabling the debugging tweaks. -EXTRA_IMAGE_FEATURES = "debug-tweaks del-examples" +EXTRA_IMAGE_FEATURES = "debug-tweaks" # # Additional image features diff --git a/sdk/config/ccimx53js/local.conf.sample b/sdk/config/ccimx53js/local.conf.sample index 21f400b8b..cfa434618 100644 --- a/sdk/config/ccimx53js/local.conf.sample +++ b/sdk/config/ccimx53js/local.conf.sample @@ -151,7 +151,7 @@ PACKAGE_CLASSES ?= "package_ipk" # There are other application targets that can be used here too, see # meta/classes/image.bbclass and meta/classes/core-image.bbclass for more details. # We default to enabling the debugging tweaks. -EXTRA_IMAGE_FEATURES = "debug-tweaks del-examples" +EXTRA_IMAGE_FEATURES = "debug-tweaks" # # Additional image features