diff options
author | Leon Anavi <leon.anavi@konsulko.com> | 2018-09-19 18:54:57 +0300 |
---|---|---|
committer | Jan-Simon Möller <jsmoeller@linuxfoundation.org> | 2018-09-20 15:47:56 +0200 |
commit | 942422c090db11588d10e0bcc7de65542e64cab0 (patch) | |
tree | d3d22ab7ad0d6b954cfe3ba286106eebb612c6a3 /meta-agl-bsp/meta-raspberrypi/recipes-kernel | |
parent | 41c7d06fc56d23fd50d64e79d87a2a4b7bba2184 (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>
(cherry picked from commit 639fbf7907f90de114ecc176be2ff2dbb6a56434)
Diffstat (limited to 'meta-agl-bsp/meta-raspberrypi/recipes-kernel')
-rw-r--r-- | meta-agl-bsp/meta-raspberrypi/recipes-kernel/linux-firmware/linux-firmware_%.bbappend | 5 |
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 = "" |