Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/rdkcentral/meta-turris

[DEPRECATED] External layer for turris omnia
https://github.com/rdkcentral/meta-turris

deprecated

Last synced: about 2 months ago
JSON representation

[DEPRECATED] External layer for turris omnia

Awesome Lists containing this project

README

        

# meta-turris
External layer for turris omnia

### Quick Build steps

Follow this build steps to generate RDKB image and assuming that yocto environment setting is already done.
```
$ mkdir
$ cd

$ repo init -u https://code.rdkcentral.com/r/manifests -m rdkb-turris-extsrc.xml -b rdk-next
(or)
$ repo init -u https://code.rdkcentral.com/r/manifests -m rdkb-turris-nosrc.xml -b rdk-next

$ repo sync -j4 --no-clone-bundle
$ MACHINE=turris source meta-turris/setup-environment
$ bitbake rdk-generic-broadband-image
```