diff options
-rw-r--r-- | recipes-kernel/linux/linux-raspberrypi.inc | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/recipes-kernel/linux/linux-raspberrypi.inc b/recipes-kernel/linux/linux-raspberrypi.inc index f336490..b348a9d 100644 --- a/recipes-kernel/linux/linux-raspberrypi.inc +++ b/recipes-kernel/linux/linux-raspberrypi.inc | |||
@@ -38,6 +38,11 @@ python __anonymous () { | |||
38 | d.setVar("KERNEL_DEVICETREE", kerneldt) | 38 | d.setVar("KERNEL_DEVICETREE", kerneldt) |
39 | } | 39 | } |
40 | 40 | ||
41 | do_compile_append_raspberrypi3-64() { | ||
42 | cc_extra=$(get_cc_option) | ||
43 | oe_runmake dtbs CC="${KERNEL_CC} $cc_extra " LD="${KERNEL_LD}" ${KERNEL_EXTRA_ARGS} | ||
44 | } | ||
45 | |||
41 | do_install_prepend() { | 46 | do_install_prepend() { |
42 | install -d ${D}/lib/firmware | 47 | install -d ${D}/lib/firmware |
43 | } | 48 | } |