Yocto layer to build Bluetooth DAC image for Raspberry Pi Zero W + pHAT DAC.
This layer extends the meta-raspberrypi BSP layer and builds a Linux image that allows to use Raspberry Pi Zero W and DAC hat as a Bluetooth audio sink. When the device is powered on, it will automatically become discoverable by Bluetooth. Pairing can be done without a pin, and the Pi is then recognized as a Bluetooth audio device (Advanced Audio Distribution Profile, A2DP).
Latest pre-built image can be found from the Releases page. It can be directly flashed to a SD card.
This layer depends on:
URI: git://git.yoctoproject.org/poky
URI: git://git.openembedded.org/meta-openembedded
URI: git://git.yoctoproject.org/meta-raspberrypi
MACHINE_FEATURES_remove = "apm wifi screen touchscreen"
DISTRO_FEATURES_remove = "ipv4 ipv6 irda usbgadget usbhost wifi nfs zeroconf 3g nfc x11 wayland vulkan"
IMAGE_FEATURES += "read-only-rootfs"
to local.conf. When using read-only rootfs also SERIAL_CONSOLES_CHECK = ""
needs to be set to local.conf.IMAGE_FSTYPES_append = " rpi-sdimg"
to local.conf to produce ready-to-flash SD imageThe source is released under the MIT license. See LICENSE for details. The binary releases contain third-party components in binary form. See the accompanied licenses archive for individual licenses.