1
0
mirror of https://git.yoctoproject.org/meta-arm synced 2026-07-16 03:47:19 +00:00

CI: remove duplicated testimage options

Change gcs-test.yml so that it just enables automatic testimage and does
not duplicate options.

Also change debug-tweaks to the specific features that we want.

Signed-off-by: Ross Burton <ross.burton@arm.com>
This commit is contained in:
Ross Burton
2024-07-01 17:48:02 +01:00
parent a66b286e73
commit 062c2c9e10
2 changed files with 3 additions and 7 deletions
+1 -5
View File
@@ -4,9 +4,5 @@ header:
- meta-arm-gcs/gcs.yml
local_conf_header:
testimage: |
IMAGE_CLASSES += "testimage"
autotestimage: |
TESTIMAGE_AUTO = "1"
TEST_SUITES = "ping ssh gcs"
IMAGE_FEATURES += "ssh-server-dropbear debug-tweaks"
CORE_IMAGE_EXTRA_INSTALL += "ssh-pregen-hostkeys binutils"
+2 -2
View File
@@ -29,7 +29,7 @@ local_conf_header:
# Use the 6.8 kernel
PREFERRED_PROVIDER_virtual/kernel = "linux-yocto-dev"
# No root password for ease
EXTRA_IMAGE_FEATURES += "empty-root-password"
EXTRA_IMAGE_FEATURES += "empty-root-password allow-empty-password allow-root-login"
# Install a toolchain
EXTRA_IMAGE_FEATURES += "tools-sdk"
# Install a pre-generated SSH key because key generation in a FVP is tiresome
@@ -51,7 +51,7 @@ local_conf_header:
testimage: |
IMAGE_CLASSES += "testimage"
TEST_SUITES = "ping ssh gcs"
IMAGE_FEATURES += "ssh-server-dropbear debug-tweaks"
IMAGE_FEATURES += "ssh-server-dropbear"
CORE_IMAGE_EXTRA_INSTALL += "ssh-pregen-hostkeys binutils"
target: