diff mbox series

[1/2] brief-yoctoprojectqs: fix the allow root login command

Message ID 20260416092512.99054-1-elmehdi.younes@smile.fr
State Accepted
Headers show
Series [1/2] brief-yoctoprojectqs: fix the allow root login command | expand

Commit Message

El Mehdi YOUNES April 16, 2026, 9:25 a.m. UTC
The 'bitbake-config-build enable-fragment' command requires the full
namespace ('core/yocto/root-login-with-empty-password'). Passing only
'root-login-with-empty-password' fails.

ERROR: Fragment root-login-with-empty-password does not exist; use 'list-fragments' to see the full list.

Signed-off-by: El Mehdi YOUNES <elmehdi.younes@smile.fr>
---
 documentation/brief-yoctoprojectqs/index.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Antonin Godard April 16, 2026, 1:51 p.m. UTC | #1
Applied, thanks!

[1/2] brief-yoctoprojectqs: fix the allow root login command
      commit: 808686cd98d39fdbb0022089a661a44ad86104f8
[2/2] brief-yoctoprojectqs: fix runqemu command
      commit: 906e7283c6ea1bd9c5b94b1699dbf4092ee25841
diff mbox series

Patch

diff --git a/documentation/brief-yoctoprojectqs/index.rst b/documentation/brief-yoctoprojectqs/index.rst
index e1fd9543f..63ed583dc 100644
--- a/documentation/brief-yoctoprojectqs/index.rst
+++ b/documentation/brief-yoctoprojectqs/index.rst
@@ -289,7 +289,7 @@  an entire Linux distribution, including the toolchain, from source.
 
     .. code-block:: console
 
-       $ bitbake-config-build enable-fragment root-login-with-empty-password
+       $ bitbake-config-build enable-fragment core/yocto/root-login-with-empty-password
 
     .. note::