https://github.com/ossystems/nymea-embedded-platform
https://github.com/ossystems/nymea-embedded-platform
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/ossystems/nymea-embedded-platform
- Owner: OSSystems
- Created: 2019-05-03T14:39:51.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-05-09T13:43:13.000Z (almost 7 years ago)
- Last Synced: 2025-01-23T07:12:55.313Z (about 1 year ago)
- Language: Python
- Size: 1000 Bytes
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# nymea Yocto Project Reference Platform
To get the platform you need to have `repo` installed and use it as:
Install the `repo` utility:
```shell
$ mkdir ~/bin
$ curl http://commondatastorage.googleapis.com/git-repo-downloads/repo > ~/bin/repo
$ chmod a+x ~/bin/repo
```
Download the platform source:
``` shell
$ PATH=${PATH}:~/bin
$ mkdir nymea-yocto
$ cd nymea-yocto
$ repo init -u https://github.com/OSSystems/nymea-embedded-platform.git
$ repo sync
```
At the end of the commands you have every metadata you need to start work with.
Setup the environment:
``` shell
$ source ./setup-environment build
```
Build nymea-image
``` shell
$ bitbake nymea-image
```