diff options
| author | Paul Barker <pbarker@toganlabs.com> | 2017-11-30 18:04:02 +0000 |
|---|---|---|
| committer | Andrei Gherzan <andrei@gherzan.com> | 2017-12-04 17:53:26 +0100 |
| commit | 0c4191526002d6ced75818ef6db2a5ebc71783b9 (patch) | |
| tree | 70910b59a3f66ca62f7a972d4f50a91da227058a | |
| parent | ef9c8cb0923f92ef118718612d22ec16c40d45e7 (diff) | |
| download | meta-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.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 |
