diff options
-rw-r--r-- | recipes-kernel/linux/linux-raspberrypi.inc | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/recipes-kernel/linux/linux-raspberrypi.inc b/recipes-kernel/linux/linux-raspberrypi.inc index cf9f182..beb4b87 100644 --- a/recipes-kernel/linux/linux-raspberrypi.inc +++ b/recipes-kernel/linux/linux-raspberrypi.inc | |||
@@ -161,10 +161,6 @@ do_compile_append_raspberrypi3-64() { | |||
161 | oe_runmake dtbs CC="${KERNEL_CC} $cc_extra " LD="${KERNEL_LD}" ${KERNEL_EXTRA_ARGS} | 161 | oe_runmake dtbs CC="${KERNEL_CC} $cc_extra " LD="${KERNEL_LD}" ${KERNEL_EXTRA_ARGS} |
162 | } | 162 | } |
163 | 163 | ||
164 | do_install_prepend() { | ||
165 | install -d ${D}${nonarch_base_libdir}/firmware | ||
166 | } | ||
167 | |||
168 | do_deploy_append() { | 164 | do_deploy_append() { |
169 | # Deploy cmdline.txt | 165 | # Deploy cmdline.txt |
170 | install -d ${DEPLOYDIR}/bcm2835-bootfiles | 166 | install -d ${DEPLOYDIR}/bcm2835-bootfiles |