https://github.com/gustavosbarreto/meta-guh
Yocto layer for guh (unofficial)
https://github.com/gustavosbarreto/meta-guh
guh iot yocto-layer
Last synced: 6 months ago
JSON representation
Yocto layer for guh (unofficial)
- Host: GitHub
- URL: https://github.com/gustavosbarreto/meta-guh
- Owner: gustavosbarreto
- Created: 2017-01-30T22:16:32.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-01-30T22:55:44.000Z (over 9 years ago)
- Last Synced: 2025-02-08T21:31:17.647Z (over 1 year ago)
- Topics: guh, iot, yocto-layer
- Language: BitBake
- Homepage: https://guh.io/
- Size: 4.88 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# meta-guh
Yocto layer for guh (unofficial)
## Dependencies
To prepare your environment please follow the instructions at https://www.yoctoproject.org/docs/1.8/yocto-project-qs/yocto-project-qs.html#ubuntu
## Bulding the image
```bash
$ mkdir guh-build
$ cd guh-build
$ repo init -u https://github.com/gustavosbarreto/meta-guh.git
$ repo sync
$ . setup-environment build
$ bitbake guh-image
```