diff options
Diffstat (limited to 'documentation')
-rw-r--r-- | documentation/sdk-manual/extensible.rst | 4 |
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 | ||
77 | Setting up the Extensible SDK from a standalone installer | 77 | Setting up the Extensible SDK from a standalone installer |
@@ -1274,7 +1274,7 @@ is directly accessible to build additional items, and it | |||
1274 | can simply be executed directly: | 1274 | can simply be executed directly: |
1275 | 1275 | ||
1276 | $ bitbake mesa | 1276 | $ bitbake mesa |
1277 | $ bitbake populate-sysroots | 1277 | $ bitbake build-sysroots |
1278 | 1278 | ||
1279 | When using a standalone installer for the Extensible SDK | 1279 | When using a standalone installer for the Extensible SDK |
1280 | -------------------------------------------------------- | 1280 | -------------------------------------------------------- |