SABRE for Automotive Infotainment Based on the i.MX 6 Series reference
- Official Yocto Project page
- Difference between Yocto Project and OpenEmbedded
- Yocto framework quickstart
- Main Howto - Yocto training: build and deploy Lunix on IMX board
- Bigger development guide ofr freescale bsp
- Howto deploy image
All detailed information about bitbake and other Yocto stuff see in Huge Yocto development guide
cd fsl-community-bsp
# run setup script without arguments to see man
source setup-environment
# pass build folder to setup environment variales according to conf/local.conf in that folder
source setup-environment %build_folder%
# build basic image
bitbake fsl-image-machine-test
# list all available targets (packages and images bitbake recepies)
bitbake -s
# build package
bitbake %package-name%
# update package index
bitbake package-index
# build SDK
bitbake fsl-image-machine-test -c populate_sdk