Skip to content

Commit

Permalink
linux-raspberrypi: Build dtbs with dtbs make target for rpi64
Browse files Browse the repository at this point in the history
OE currently builds dtb files with its own custom targets by
specifying each dtb file as makefile target, this creates bad
dtb for rpi64 bit. This patch calles 'make dtbs' at the end
which regenerates the correct dtb files

This makes the vc4 initialize properly on rpi64

Signed-off-by: Khem Raj <[email protected]>
  • Loading branch information
kraj authored and David Bensoussan committed Oct 27, 2017
1 parent bb51049 commit 3abb30b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions recipes-kernel/linux/linux-raspberrypi.inc
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,10 @@ python __anonymous () {
d.setVar("KERNEL_DEVICETREE", kerneldt)
}

do_compile_append_raspberrypi3-64() {
oe_runmake dtbs
}

do_install_prepend() {
install -d ${D}/lib/firmware
}
Expand Down

0 comments on commit 3abb30b

Please sign in to comment.