Yocto recipe example
- Adding layer in conf/bblayers.conf
BBLAYERS ?= "
${TOPDIR}/../poky/meta
${TOPDIR}/../poky/meta-poky
${TOPDIR}/../poky/meta-yocto-bsp
${TOPDIR}/../meta-example
"
-
bitbake
bitbake core-image-minimal or bitbake HelloWorld