[Buildroot] [Bug 12186] Raspberry Pi Zero-W build fails on newer kernel versions

bugzilla at busybox.net bugzilla at busybox.net
Wed Sep 4 20:08:07 UTC 2019


https://bugs.busybox.net/show_bug.cgi?id=12186

--- Comment #1 from Peter Korsgaard <jacmet at uclibc.org> ---
But the dts file to use is also part of the defconfig, so simply change

BR2_LINUX_KERNEL_INTREE_DTS_NAME="bcm2708-rpi-0-w"

To

BR2_LINUX_KERNEL_INTREE_DTS_NAME="bcm2708-rpi-zero-w"

But keep in mind that the genimage configuration also refers to the old name:

board/raspberrypi/genimage-raspberrypi0w.cfg:      "bcm2708-rpi-0-w.dtb",

Either we change that when we bump the kernel version or we add some logic to
rename the file if needed.

-- 
You are receiving this mail because:
You are on the CC list for the bug.


More information about the buildroot mailing list