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>
This commit is contained in:
Alexander Kanavin 2022-10-10 11:30:26 +02:00 committed by Richard Purdie
parent 736135a53d
commit ff39a784b4

View File

@ -71,7 +71,7 @@ Setting up the Extensible SDK environment directly in a Yocto build
$ bitbake meta-ide-support
$ bitbake -c populate_sysroot gtk+3
(or any other target or native item that the application developer would need)
$ bitbake populate-sysroots
$ bitbake build-sysroots
Setting up the Extensible SDK from a standalone installer
@ -1274,7 +1274,7 @@ is directly accessible to build additional items, and it
can simply be executed directly:
$ bitbake mesa
$ bitbake populate-sysroots
$ bitbake build-sysroots
When using a standalone installer for the Extensible SDK
--------------------------------------------------------