linux-raspberrypi_4.4.bb: support for .dtbo files for dtb overlays

Kernel 4.4.6+ on RaspberryPi support .dtbo files for overlays, instead of .dtb.
Patch the kernel, which has faulty rules to generate .dtbo the way yocto does

Signed-off-by: Herve Jourdain <herve.jourdain@neuf.fr>
This commit is contained in:
Herve Jourdain
2016-07-21 06:00:36 +08:00
committed by Andrei Gherzan
parent a5f9b07a82
commit 18a2fb644b
2 changed files with 45 additions and 0 deletions
@@ -4,5 +4,6 @@ LINUX_VERSION ?= "4.4.13"
SRCREV = "680be5e27a9593cf26079c6e5744a04cc2809d13"
SRC_URI = "git://github.com/raspberrypi/linux.git;protocol=git;branch=rpi-4.4.y \
file://0001-fix-dtbo-rules.patch \
"
require linux-raspberrypi.inc