package/rpi-firmware: select BR2_LINUX_KERNEL_DTB_OVERLAY_SUPPORT when needed
authorThomas Petazzoni <thomas.petazzoni@bootlin.com>
Sat, 16 May 2020 14:02:20 +0000 (16:02 +0200)
committerYann E. MORIN <yann.morin.1998@free.fr>
Sat, 16 May 2020 19:39:52 +0000 (21:39 +0200)
commit9fd1d4fec1c88f9f3f4e41f9b6dc8a740538217b
tree7f5e509299785b2745f489baa362e812330b5e6c
parent7dccd3b24805dc39c014c7c9e86e10eca2147fff
package/rpi-firmware: select BR2_LINUX_KERNEL_DTB_OVERLAY_SUPPORT when needed

When BR2_PACKAGE_RPI_FIRMWARE_INSTALL_DTB_OVERLAYS is enabled, and the
DTBs are built by Linux (i.e BR2_LINUX_KERNEL_DTS_SUPPORT is enabled),
these DTBs should be built with the -@ Device Tree compiler option, so
that they can be used together with DTB overlays. So let's select
BR2_LINUX_KERNEL_DTB_OVERLAY_SUPPORT in this situation.

Fixes:

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

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
package/rpi-firmware/Config.in