balena-os / balena-radxa

https://www.balena.io/os/
Apache License 2.0
12 stars 14 forks source link

balena-rockchip repository

Clone/Initialize the repository

There are two ways of initializing this repository:

or

Build information

balenaOS currently only builds with cgroups v1. If your distribution defaults to using cgroups v2, please boot with the following kernel command line argument: systemd.unified_cgroup_hierarchy=0

Containerized build

Native build

To build all supported device types natively, please make sure your Linux distribution is supported by Yocto Project.

Additional host tools need to be installed for native builds to work.

Custom build using this repository

Build flags

Contributing

Issues

For issues we use an aggregated github repository available here. When you create issue make sure you select the right labels. For issues please use this section: https://github.com/balena-os/balena-rockpi/issues

Pull requests

To contribute send github pull requests targeting this repository.

Please refer to: Yocto Contribution Guidelines and try to use the commit log format as stated there. Example:

<component>: Short description

I'm going to explain here what my commit does in a way that history
would be useful.

Changelog-entry: User facing description of the issue
Signed-off-by: Joe Developer <joe.developer@example.com>

The header of each commit must not exceed 72 characters in length and must be in 1 line only.

The header and the subject of each commit must be separated by an empty line.

The subject of each commit must not exceed 72 characters per line and can be wrapped to several lines.

The subject and the footer of each commit must be separated by an empty line.

Every pull request must contain at least one commit annotated with the Changelog-entry footer. The messages contained in these footers will be used to automatically fill the changelog on every new version.

Also, every update to meta-balena should be separated into its own commit, if the body of that commit contains the following line Updated meta-balena from X to Y the generated changelog will include a button to show all the updates in meta-balena from the version after X to Y.

An example of a valid commit updating meta-balena is:

layers/meta-balena: Update to v2.73.0

Update meta-balena from 2.72.0 to 2.73.0

Changelog-entry: Update the meta-balena submodule from v2.72.0 to v2.73.0

Make sure you mention the issue addressed by a PR. See: