From ff39a784b428d6adf9d522ad1a9e08914d43c4f0 Mon Sep 17 00:00:00 2001 From: Alexander Kanavin Date: Mon, 10 Oct 2022 11:30:26 +0200 Subject: sdk-manual: correct the bitbake target for a unified sysroot build (From yocto-docs rev: aef76d4e5190aad98c19d91ed56c256504dd4660) Signed-off-by: Alexander Kanavin Reviewed-by: Michael Opdenacker Signed-off-by: Richard Purdie --- documentation/sdk-manual/extensible.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'documentation') 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 $ 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 -------------------------------------------------------- -- cgit v1.2.3-54-g00ecf