local.conf.sample: use correct variable EXTRA_IMAGE_FEATURES

The EXTRA_IMAGE_FEATURES variable is used for local.conf
and IMAGE_FEATURES within recipes.

This separation can avoid overriding.
Described in YP mega-manual.

Signed-off-by: Ramon Moesching <ramon.moesching@netmodule.com>
This commit is contained in:
Ramon Moesching 2019-05-23 10:49:22 +02:00
parent 92ef35faf8
commit c67ef8dfe9
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ BB_DISKMON_DIRS = "\
ABORT,/tmp,10M,1K" ABORT,/tmp,10M,1K"
ASSUME_PROVIDED += "libsdl-native" ASSUME_PROVIDED += "libsdl-native"
CONF_VERSION = "1" CONF_VERSION = "1"
IMAGE_FEATURES_append = " debug-tweaks" EXTRA_IMAGE_FEATURES_append = " debug-tweaks"
INHERIT += "rm_work" INHERIT += "rm_work"