helloYocto
A simple Yocto hello world example
##Intructions:
- Clone this repo to the meta-XXX/recipe-YYY/
- In yocto
build
diretory, source the environmentsource poky/oe-XXXXX
- Using the
bitbake -s | grep hello
to see and validate the pacakge version - bitbake the bb file to build the manumaltest:
bitbake -b <path to the>manualtest.bb -v
or just using thebitake hello
to build the target