In this news letter you will learn how to create and install SDK using Yocto Project. Yocto provides a command for building a self-contained SDK. The generated SDK installer contains everything necessary to begin target application development on a host machine. In the build directory, execute bitbake with the “populate_sdk” command for the IoT development imageContinue reading “Create and Install SDK : Yocto Project”
Tag Archives: yocto project
Features : Yocto Project
Features provide a mechanism for working out which packages should be included in the generated images. Distributions can select which features they want to support through the DISTRO_FEATURES variable, which is set or appended to in a distribution’s configuration file such as poky.conf, poky-tiny.conf, poky-lsb.conf and so forth. Machine features are set in the MACHINE_FEATURES variable, which is set in the machine configuration file and specifies the hardware features for a given machine.