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:
parent
92ef35faf8
commit
c67ef8dfe9
|
|
@ -14,7 +14,7 @@ BB_DISKMON_DIRS = "\
|
|||
ABORT,/tmp,10M,1K"
|
||||
ASSUME_PROVIDED += "libsdl-native"
|
||||
CONF_VERSION = "1"
|
||||
IMAGE_FEATURES_append = " debug-tweaks"
|
||||
EXTRA_IMAGE_FEATURES_append = " debug-tweaks"
|
||||
|
||||
INHERIT += "rm_work"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue