mirror of
https://git.yoctoproject.org/meta-raspberrypi
synced 2026-09-22 08:10:12 +00:00
hifiberry-adc, hifiberry-adc8x and hifiberry-dac8x cannot be selected at all - naming one in config.txt gives a card that never appears and no error to go with it. hifiberry-studio-dac8x and hifiberry-studio-dac8x-pro are left out on purpose. They were added to the kernel in https://github.com/raspberrypi/linux/commit/ba7ae2c94ff9ace5d9df63a3b0ea4a1a99f06b29 and are absent from the kernel the 6.6 recipe pins, and this list is shared by every kernel recipe the layer ships, so adding them would break a 6.6 build. Verified with PREFERRED_VERSION_linux-raspberrypi = "6.6.%": the three overlays added here compile, while adding hifiberry-studio-dac8x on top fails do_compile with "No rule to make target 'arch/arm/boot/dts/overlays/hifiberry-studio-dac8x.dtbo'". Signed-off-by: Johan Davidsson <johan.et.davidsson@gmail.com>