| Message ID | 20260914191240.1066469-2-peter.marko@siemens.com |
|---|---|
| State | New |
| Headers | show |
| Series | [meta-lts-mixins,wrynose/go,01/11] Initial commit: add license, readme, gitignore and layer config | expand |
diff --git a/README.md b/README.md index 7330b8c..6968860 100644 --- a/README.md +++ b/README.md @@ -57,6 +57,7 @@ Automated tests to verify go toolchain functionality are being executed with fol IMAGE_INSTALL:append = " cgo-helloworld go-helloworld packagegroup-go-sdk-target" IMAGE_CLASSES += "testimage" TEST_SUITES:append = " go go_mixin" + OE_FRAGMENTS += "core/yocto/root-login-with-empty-password" ``` ```