Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/tonyho/helloyocto
- Owner: tonyho
- Created: 2014-06-24T07:08:15.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2021-02-25T11:41:36.000Z (almost 4 years ago)
- Last Synced: 2023-03-27T16:19:43.813Z (almost 2 years ago)
- Language: C
- Size: 113 KB
- Stars: 7
- Watchers: 3
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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