We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 261bf59 + a281d9d commit c9f7901Copy full SHA for c9f7901
1 file changed
.github/workflows/qemu-runtime.yml
@@ -119,8 +119,10 @@ jobs:
119
IMAGE_FEATURES:append = " ssh-server-openssh debug-tweaks"
120
121
# Wire up testimage. Empty root password (debug-tweaks) lets
122
- # OEQA ssh in as root with no key dance.
123
- INHERIT += "testimage"
+ # OEQA ssh in as root with no key dance. testimage is added
+ # via IMAGE_CLASSES so it only inherits on image recipes
124
+ # (where it belongs), not on every recipe.
125
+ IMAGE_CLASSES += "testimage"
126
TEST_TARGET = "qemu"
127
TEST_SUITES = "ping ssh vscode_launcher"
128
TESTIMAGE_AUTO = "1"
0 commit comments