B E L K Q u i c k S t a r t G u i d e
v . 1 . 0 . 9
3.4.6
Building the software components with Yocto
The build process creates an entire Linux distribution from
source. The build process can be summarized as follows:
●
Make sure that all the prerequisites are met
●
Initialize the build environment, as described in
●
Optionally ensure the conf/local.conf configuration
file, which is found in the Build Directory, is set up
how you want it. This file defines many aspects of the
build environment including the target machine
architecture through the MACHINE variable, the
development machine's processor use through the
BB_NUMBER_THREADS and PARALLEL_MAKE
variables, and a centralized tarball download directory
through the DL_DIR variable.
●
Build the image using the bitbake command. If you
want information on BitBake, see the BitBake User
Manual.
3.4.6.1 Prerequisites
The following prerequisites are required and only need to be
done once.
Some generic development tools are required on the host Linux
machine:
●
git
●
curl
●
build-essential
●
diffstat
●
texinfo
●
gawk
●
chrpath
●
ia32-libs (if the host machine is running a 64-bit OS)
March, 2016
49/66