1
0
mirror of https://git.yoctoproject.org/meta-arm synced 2026-06-06 14:50:03 +00:00

CI: add debug yml file for ease of use

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>
This commit is contained in:
Jon Mason
2023-06-01 10:17:55 -04:00
parent 83ff3b1bd6
commit cc9859e5b3
2 changed files with 9 additions and 1 deletions
+7
View File
@@ -0,0 +1,7 @@
header:
version: 11
# Add universally helpful features when testing boards
local_conf_header:
debug: |
EXTRA_IMAGE_FEATURES:append = " debug-tweaks"
+2 -1
View File
@@ -1,9 +1,10 @@
header:
version: 11
includes:
- ci/debug.yml
local_conf_header:
testimage: |
EXTRA_IMAGE_FEATURES:append = " debug-tweaks"
IMAGE_CLASSES += "testimage"
TESTIMAGE_AUTO = "1"
kvm: |