上QQ阅读APP看书,第一时间看更新
How to do it...
Support for the Wandboard is included in the meta-freescale-3rdparty FSL community BSP layer. All of the Wandboard board variants are bundled in a single Yocto machine called wandboard.
To build an image for the wandboard machine for the Poky distribution, use the following commands:
$ cd /opt/yocto/fsl-community-bsp $ MACHINE=wandboard DISTRO=poky source setup-environment wandboard $ bitbake core-image-minimal
The current version of the setup-environment script only works if the build directory is under the installation folder; in our case, /opt/yocto/fsl-community-bsp.