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:
parent
90952358c9
commit
4ec2ecd468
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue