NGenetzky / balena-yocto-scripts

Helper scripts for balena yocto builds

Home Page:https://balena.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Yocto tools for using with Balena

This repository provides helper scripts and tools for building Balena OS.

  • build/barys: Used for native builds, barys is a wrapper script over bitbake that builds BalenaOS. Used to initialize a build directory and create device type json files out of the coffeescript files, and then run the default build. Use -n to just setup the build directory.
  • build/balena-build.sh: Used to build in a container, this script downloads a container builder image and calls barys.
  • automation/jenkins_build.sh: Used in jenkins automation to build the OS, requires a jenkins environment to work.
  • automation/jenkins_build-blocks.sh: Used in jenkins automation to build OS blocks defined in a hostOS contract, requires a jenkins environment to work.

Contributing

Issues

For issues we use an aggregated github repository available here. When you create issue make sure you select the right labels.

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:

test.bb: I added a test

[Issue #01]

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

Signed-off-by: Joe Developer <joe.developer@example.com>

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

About

Helper scripts for balena yocto builds

https://balena.io


Languages

Language:Shell 94.7%Language:Python 5.3%