summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Barker <pbarker@toganlabs.com>2017-11-30 18:04:02 +0000
committerAndrei Gherzan <andrei@gherzan.com>2017-12-04 17:53:26 +0100
commit0c4191526002d6ced75818ef6db2a5ebc71783b9 (patch)
tree70910b59a3f66ca62f7a972d4f50a91da227058a
parentef9c8cb0923f92ef118718612d22ec16c40d45e7 (diff)
downloadmeta-raspberrypi-0c4191526002d6ced75818ef6db2a5ebc71783b9.tar.gz
linux-raspberrypi: Don't install empty firmware directory
Signed-off-by: Paul Barker <pbarker@toganlabs.com>
-rw-r--r--recipes-kernel/linux/linux-raspberrypi.inc4
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
164do_install_prepend() {
165 install -d ${D}${nonarch_base_libdir}/firmware
166}
167
168do_deploy_append() { 164do_deploy_append() {
169 # Deploy cmdline.txt 165 # Deploy cmdline.txt
170 install -d ${DEPLOYDIR}/bcm2835-bootfiles 166 install -d ${DEPLOYDIR}/bcm2835-bootfiles