All Projects → balena-os → balena-yocto-scripts

balena-os / balena-yocto-scripts

Licence: other
Helper scripts for balena yocto builds

Programming Languages

shell
77523 projects
python
139335 projects - #7 most used programming language

Labels

Projects that are alternatives of or similar to balena-yocto-scripts

awesome-balena
A curated list of helpful balena.io resources.
Stars: ✭ 55 (+292.86%)
Mutual labels:  balena
balena-plant-saver
We're building a plant monitor (and saver) - this is the early stage
Stars: ✭ 68 (+385.71%)
Mutual labels:  balena
builder
Treehouses Awesome 👓 Raspberry Pi Image Builder 🏗
Stars: ✭ 44 (+214.29%)
Mutual labels:  balena
balena-wpe
Fullscreen WebKit browser with hardware accelerated CSS, WebGL, and HTML5 video for the RaspberryPi 3.
Stars: ✭ 372 (+2557.14%)
Mutual labels:  balena
balena-python-hello-world
Example of how to deploy Python code on a balena supported device.
Stars: ✭ 31 (+121.43%)
Mutual labels:  balena
home-urbit
Sovereign software for the Urbit internet appliance.
Stars: ✭ 56 (+300%)
Mutual labels:  balena
balena-rpiplay
Turn a Raspberry Pi into an Airplay server using RPiPlay to enable screen mirroring on tvs, monitors and projectors.
Stars: ✭ 1,341 (+9478.57%)
Mutual labels:  balena
balena-node-red
a node-red application with balena-supervisor support, can be managed remotely via balena publicURL
Stars: ✭ 54 (+285.71%)
Mutual labels:  balena
balena-chromium-kiosk
BalenaOS/BalenaCloud based Kiosk using Chromium on a RaspberryPi
Stars: ✭ 46 (+228.57%)
Mutual labels:  balena
balena-fin
General information about the balenaFin including design files, software support, and more
Stars: ✭ 44 (+214.29%)
Mutual labels:  balena
led-pixel-controller
A balenaCloud setup for Fadecandy and Glediator, to control a 250 RGB LED matrix
Stars: ✭ 31 (+121.43%)
Mutual labels:  balena
kerberos-balena
Run Kerberos Open Source on Balena Cloud with just a few clicks.
Stars: ✭ 29 (+107.14%)
Mutual labels:  balena
multicontainer-demo-rpi3
A demo of balena multicontainer on Raspberry Pi3 with PiTFT LCDs
Stars: ✭ 18 (+28.57%)
Mutual labels:  balena
balenaPrint
Managed CUPS on Raspberry Pi devices, running balenaOS
Stars: ✭ 67 (+378.57%)
Mutual labels:  balena
rpi3-bluetooth
Raspberry Pi 3 on-board Bluetooth example
Stars: ✭ 17 (+21.43%)
Mutual labels:  balena
wifi-connect
Easy WiFi setup for Linux devices from your mobile phone or laptop
Stars: ✭ 1,043 (+7350%)
Mutual labels:  balena
rosetta-at-home
Fold for Covid - Help fight the COVID-19 pandemic with your old laptop, Raspberry Pi, or other spare computer
Stars: ✭ 78 (+457.14%)
Mutual labels:  balena

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 <[email protected]>

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].