mirror of
https://git.yoctoproject.org/meta-arm
synced 2026-04-20 11:29:54 +00:00
There are cases where a developer might want to enable things, like debug-tweaks, which are useful in their testing but not something we would want in a production environment. Create a file where these can be added without affecting other things. Signed-off-by: Jon Mason <jon.mason@arm.com>
8 lines
158 B
YAML
8 lines
158 B
YAML
header:
|
|
version: 11
|
|
|
|
# Add universally helpful features when testing boards
|
|
local_conf_header:
|
|
debug: |
|
|
EXTRA_IMAGE_FEATURES:append = " debug-tweaks"
|