diff mbox series

[meta-lts-mixins,wrynose/go,02/11] readme: update testing instructions

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

Commit Message

Peter Marko Sept. 14, 2026, 7:12 p.m. UTC
From: Peter Marko <peter.marko@siemens.com>

Add fragment for root login without password needed for ptest.
"Unsafe" settings were removed from default distro configs in Wrynose.

Signed-off-by: Peter Marko <peter.marko@siemens.com>
---
 README.md | 1 +
 1 file changed, 1 insertion(+)
diff mbox series

Patch

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"
     ```
 
     ```