| Message ID | 20251119-fix-quick-guide-v1-1-f17eaf2bed83@bootlin.com |
|---|---|
| State | New |
| Headers | show |
| Series | brief-yoctoprojectqs/index.rst: fix bitbake-setup settings list command | expand |
diff --git a/documentation/brief-yoctoprojectqs/index.rst b/documentation/brief-yoctoprojectqs/index.rst index c55279dd1..07bb4e1ca 100644 --- a/documentation/brief-yoctoprojectqs/index.rst +++ b/documentation/brief-yoctoprojectqs/index.rst @@ -116,7 +116,8 @@ If you prefer to setup your builds in a different top directory, for example .. note:: - Use :ref:`bitbake:ref-bbsetup-command-list` to get an overview of the settings. + Use :ref:`bitbake-setup settings list <bitbake:ref-bbsetup-command-settings>` + to get an overview of the settings. :ref:`bitbake:ref-bbsetup-command-init` is an interactive program by default and will ask you to make some decisions. Depending on your answers, the output may
The ref was confused with bitbake-setup list, but here we want to show bitbake-setup settings list. Reported-by: Robert P. J. Day <rpjday@crashcourse.ca> Signed-off-by: Antonin Godard <antonin.godard@bootlin.com> --- documentation/brief-yoctoprojectqs/index.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) --- base-commit: 5c7d56a3cedecfb85407dbc7fb9448a0def75d37 change-id: 20251119-fix-quick-guide-13496fb19da9