summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeon Anavi <leon.anavi@konsulko.com>2018-09-19 18:54:57 +0300
committerLeon Anavi <leon.anavi@konsulko.com>2018-09-20 11:51:27 +0300
commit639fbf7907f90de114ecc176be2ff2dbb6a56434 (patch)
tree3fc0417898468c5be21e05c2e6ff9c1e18598140
parent6e7be8f6020c6925430e9c442c2d20bbf4bc9fc2 (diff)
linux-firmware_%.bbappend: Avoid rpi file duplication
In releases based on Yocto/OE Rocko firmware files for bcm43430 and bcm43455 are provided by linux-firmware-raspbian. This fix avoids duplication of firmware files for Raspberry Pi 3 Model B and B+ while building agl-demo-platform-crosssdk. Bug-AGL: SPEC-1729, SPEC-1652 Change-Id: Ic9e918f4ffd915b148530bb8e6bf9a6dc6a61c02 Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
-rw-r--r--meta-agl-bsp/meta-raspberrypi/recipes-kernel/linux-firmware/linux-firmware_%.bbappend5
1 files changed, 5 insertions, 0 deletions
diff --git a/meta-agl-bsp/meta-raspberrypi/recipes-kernel/linux-firmware/linux-firmware_%.bbappend b/meta-agl-bsp/meta-raspberrypi/recipes-kernel/linux-firmware/linux-firmware_%.bbappend
new file mode 100644
index 000000000..9df797fab
--- /dev/null
+++ b/meta-agl-bsp/meta-raspberrypi/recipes-kernel/linux-firmware/linux-firmware_%.bbappend
@@ -0,0 +1,5 @@
+# In releases based on Rocko firmware files for bcm43430 and
+# bcm43455 are provided by linux-firmware-raspbian. The lines
+# below fix eventual duplication of these files.
+FILES_${PN}-bcm43455 = ""
+FILES_${PN}-bcm43430 = ""