Yocto meta layer for ClusterHAT (Work in progress)
Use this as base and add this layer for ClusterHAT support by adding it to the bblayers.conf and local.conf.
For a complete config, see this
${HOME}/poky-dunfell/meta-clusterctrl \
IMAGE_INSTALL += " clusterctrl"
# I2C driver
ENABLE_I2C = "1"
KERNEL_MODULE_AUTOLOAD_rpi += " i2c-dev i2c-bcm2708"