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

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)

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
```