summaryrefslogtreecommitdiffstats
path: root/documentation/sdk-manual
diff options
context:
space:
mode:
authorAlexander Kanavin <alex.kanavin@gmail.com>2022-10-10 11:30:26 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-10-19 17:32:57 +0100
commitff39a784b428d6adf9d522ad1a9e08914d43c4f0 (patch)
tree99dc4fe49d237044e7085606835e1b880a358cb5 /documentation/sdk-manual
parent736135a53debd5fcb44955c4daac2e870b7cb184 (diff)
downloadpoky-ff39a784b428d6adf9d522ad1a9e08914d43c4f0.tar.gz
sdk-manual: correct the bitbake target for a unified sysroot build
(From yocto-docs rev: aef76d4e5190aad98c19d91ed56c256504dd4660) Signed-off-by: Alexander Kanavin <alex@linutronix.de> Reviewed-by: Michael Opdenacker <michael.opdenacker@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/sdk-manual')
-rw-r--r--documentation/sdk-manual/extensible.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/documentation/sdk-manual/extensible.rst b/documentation/sdk-manual/extensible.rst
index 09b7169811..3e3fa6c05a 100644
--- a/documentation/sdk-manual/extensible.rst
+++ b/documentation/sdk-manual/extensible.rst
@@ -71,7 +71,7 @@ Setting up the Extensible SDK environment directly in a Yocto build
71 $ bitbake meta-ide-support 71 $ bitbake meta-ide-support
72 $ bitbake -c populate_sysroot gtk+3 72 $ bitbake -c populate_sysroot gtk+3
73 (or any other target or native item that the application developer would need) 73 (or any other target or native item that the application developer would need)
74 $ bitbake populate-sysroots 74 $ bitbake build-sysroots
75 75
76 76
77Setting up the Extensible SDK from a standalone installer 77Setting up the Extensible SDK from a standalone installer
@@ -1274,7 +1274,7 @@ is directly accessible to build additional items, and it
1274can simply be executed directly: 1274can simply be executed directly:
1275 1275
1276 $ bitbake mesa 1276 $ bitbake mesa
1277 $ bitbake populate-sysroots 1277 $ bitbake build-sysroots
1278 1278
1279When using a standalone installer for the Extensible SDK 1279When using a standalone installer for the Extensible SDK
1280-------------------------------------------------------- 1280--------------------------------------------------------