mirror of
git://git.yoctoproject.org/poky.git
synced 2025-07-19 12:59:02 +02:00
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:
parent
736135a53d
commit
ff39a784b4
|
@ -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
|
||||
--------------------------------------------------------
|
||||
|
|
Loading…
Reference in New Issue
Block a user