Skip to content

Commit c9f7901

Browse files
Merge pull request #7 from EmbeddedAndroid/fix-testimage-inherit
ci(qemu): use IMAGE_CLASSES for testimage, not INHERIT
2 parents 261bf59 + a281d9d commit c9f7901

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/qemu-runtime.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,8 +119,10 @@ jobs:
119119
IMAGE_FEATURES:append = " ssh-server-openssh debug-tweaks"
120120
121121
# Wire up testimage. Empty root password (debug-tweaks) lets
122-
# OEQA ssh in as root with no key dance.
123-
INHERIT += "testimage"
122+
# OEQA ssh in as root with no key dance. testimage is added
123+
# via IMAGE_CLASSES so it only inherits on image recipes
124+
# (where it belongs), not on every recipe.
125+
IMAGE_CLASSES += "testimage"
124126
TEST_TARGET = "qemu"
125127
TEST_SUITES = "ping ssh vscode_launcher"
126128
TESTIMAGE_AUTO = "1"

0 commit comments

Comments
 (0)