There are two ways of initializing this repository:
or
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
If you have a working docker installation, you can build in a containerized
environment as follows:
./balena-yocto-scripts/build/balena-build.sh -d <device type> -s <shared directory>
Where:
<device type name>.coffee
description file.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.
Run the barys build script:
./balena-yocto-scripts/build/barys
You can also run barys with the -h switch to inspect the available options
Run the barys build script in dry run mode to setup an empty build
directory
./balena-yocto-scripts/build/barys --remove-build --dry-run
Edit the local.conf
in the build/conf
directory
Prepare build's shell environment
source layers/poky/oe-init-build-env
Run bitbake (see message outputted when you sourced above for examples)
local.conf
.Provisioning tools for flashing balenaOS on Compulab IOTDIN-IMX8P devices can be found here