https://github.com/esno/meta-chronos
embedded linux distribution based on openembedded-core
https://github.com/esno/meta-chronos
Last synced: 2 months ago
JSON representation
embedded linux distribution based on openembedded-core
- Host: GitHub
- URL: https://github.com/esno/meta-chronos
- Owner: esno
- License: mit
- Created: 2015-12-12T22:34:25.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2021-01-31T11:38:11.000Z (over 5 years ago)
- Last Synced: 2025-01-09T05:51:17.480Z (over 1 year ago)
- Language: Shell
- Size: 12.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# chronoslinux
an embedded linux distribution based on the [openembedded project](http://openembedded.org).
It's intended to be a lightweight distro for several use-cases.
# supported hardware
## amd64
* qemu/kvm
# how it works
## setup oe
$ git clone http://git.openembedded.org/openembedded-core
$ cd openembedded-core
$ git clone http://git.openembedded.org/bitbake
$ git clone http://git.openembedded.org/meta-openembedded
## setup chronos
$ git clone https://github.com/esno/meta-chronos.git
## initialize build environment
$ TEMPLATECONF=meta-chronos/conf/samples source oe-init-build-env []