Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/tonyho/helloyocto

A yocto hello world example package
https://github.com/tonyho/helloyocto

Last synced: about 2 months ago
JSON representation

A yocto hello world example package

Awesome Lists containing this project

README

        

helloYocto
============

A simple Yocto hello world example

##Intructions:
1. Clone this repo to the meta-XXX/recipe-YYY/
2. In yocto `build` diretory, source the environment `source poky/oe-XXXXX`
3. Using the `bitbake -s | grep hello` to see and validate the pacakge version
4. bitbake the bb file to build the manumaltest: `bitbake -b manualtest.bb -v`
or just using the `bitake hello` to build the target