Message ID | 20221010093026.1803479-1-alex@linutronix.de |
---|---|
State | Accepted |
Commit | aef76d4e5190aad98c19d91ed56c256504dd4660 |
Headers | show |
Series | sdk-manual: correct the bitbake target for a unified sysroot build | expand |
Hi Alex, On 10/10/22 11:30, Alexander Kanavin wrote: > Signed-off-by: Alexander Kanavin <alex@linutronix.de> > --- > documentation/sdk-manual/extensible.rst | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) Thanks for the patch! Reviewed-by: Michael Opdenacker <michael.opdenacker@bootlin.com> ... and merged into "master-next" Michael.
diff --git a/documentation/sdk-manual/extensible.rst b/documentation/sdk-manual/extensible.rst index 09b716981..3e3fa6c05 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 $ 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 --------------------------------------------------------
Signed-off-by: Alexander Kanavin <alex@linutronix.de> --- documentation/sdk-manual/extensible.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)