linux-firmware_%.bbappend: Avoid rpi file duplication 07/16707/1
authorLeon Anavi <leon.anavi@konsulko.com>
Wed, 19 Sep 2018 15:54:57 +0000 (18:54 +0300)
committerJan-Simon Möller <jsmoeller@linuxfoundation.org>
Thu, 20 Sep 2018 13:47:56 +0000 (15:47 +0200)
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>
(cherry picked from commit 639fbf7907f90de114ecc176be2ff2dbb6a56434)

meta-agl-bsp/meta-raspberrypi/recipes-kernel/linux-firmware/linux-firmware_%.bbappend [new file with mode: 0644]

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 (file)
index 0000000..9df797f
--- /dev/null
@@ -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 = ""