Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/balena-os/balenaos-contracts
A collection of meta-data for BalenaOS extensions
https://github.com/balena-os/balenaos-contracts
Last synced: about 1 month ago
JSON representation
A collection of meta-data for BalenaOS extensions
- Host: GitHub
- URL: https://github.com/balena-os/balenaos-contracts
- Owner: balena-os
- License: apache-2.0
- Created: 2020-11-06T15:10:32.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2023-02-28T08:52:48.000Z (almost 2 years ago)
- Last Synced: 2023-08-10T00:55:43.105Z (over 1 year ago)
- Size: 31.3 KB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
BalenaOS Contracts
==================The collection of contracts for BalenaOS.
Contracts
---------Each contract is a `.json` file inside the `contracts/` directory. The
convention is to store one contract per file, located in
`contracts//contract.json`.Contract types
--------------__sw.image__: HostOS block images. They define the `hw.device-type` and `sw.os`
the image applies to in its `requires` section, as well as a list of
`sw.recipe.yocto` recipes to build and `sw.package.yocto.ipk` to install.
__sw.os__: Operating system and distribution settings.Contribute
----------- Issue Tracker: [https://github.com/balena-os/balenaos-contracts/issues][issues]
- Source Code: [https://github.com/balena-os/balenaos-contracts][source]License
-------The project is licensed under the Apache 2.0 license.
[issues]: https://github.com/balena-os/balenaos-contracts/issues
[source]: https://github.com/balena-os/balenaos-contracts