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 <javier.viguera@digi.com>
This commit is contained in:
Javier Viguera 2013-05-08 14:07:30 +02:00
parent 90952358c9
commit 4ec2ecd468
3 changed files with 3 additions and 3 deletions

View File

@ -151,7 +151,7 @@ PACKAGE_CLASSES ?= "package_ipk"
# There are other application targets that can be used here too, see # 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. # meta/classes/image.bbclass and meta/classes/core-image.bbclass for more details.
# We default to enabling the debugging tweaks. # We default to enabling the debugging tweaks.
EXTRA_IMAGE_FEATURES = "debug-tweaks del-examples" EXTRA_IMAGE_FEATURES = "debug-tweaks"
# #
# Additional image features # Additional image features

View File

@ -151,7 +151,7 @@ PACKAGE_CLASSES ?= "package_ipk"
# There are other application targets that can be used here too, see # 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. # meta/classes/image.bbclass and meta/classes/core-image.bbclass for more details.
# We default to enabling the debugging tweaks. # We default to enabling the debugging tweaks.
EXTRA_IMAGE_FEATURES = "debug-tweaks del-examples" EXTRA_IMAGE_FEATURES = "debug-tweaks"
# #
# Additional image features # Additional image features

View File

@ -151,7 +151,7 @@ PACKAGE_CLASSES ?= "package_ipk"
# There are other application targets that can be used here too, see # 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. # meta/classes/image.bbclass and meta/classes/core-image.bbclass for more details.
# We default to enabling the debugging tweaks. # We default to enabling the debugging tweaks.
EXTRA_IMAGE_FEATURES = "debug-tweaks del-examples" EXTRA_IMAGE_FEATURES = "debug-tweaks"
# #
# Additional image features # Additional image features