From 639fbf7907f90de114ecc176be2ff2dbb6a56434 Mon Sep 17 00:00:00 2001 From: Leon Anavi Date: Wed, 19 Sep 2018 18:54:57 +0300 Subject: 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 --- .../recipes-kernel/linux-firmware/linux-firmware_%.bbappend | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 meta-agl-bsp/meta-raspberrypi/recipes-kernel/linux-firmware/linux-firmware_%.bbappend 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 = "" -- cgit 1.2.3-korg