January 2018
Intermediate to advanced
456 pages
12h 49m
English
We will need to build and install the extensible SDK as we have seen in the previous recipe so that the devtool command-line application is available. To build the full extensible SDK we do the following:
$ bitbake -c populate_sdk_ext <image name>
Depending on the chosen image, it may happen that the size of the full SDK is too big to manage. In that case, we can configure our build to use the minimal extensible SDK as follows:
SDK_EXT_TYPE = "minimal" SDK_INCLUDE_TOOLCHAIN = "1" SDK_INCLUDE_PKGDATA = "1"
Here, the following applies:
Read now
Unlock full access