diff options
author | Leon Anavi <leon.anavi@konsulko.com> | 2018-09-19 18:54:57 +0300 |
---|---|---|
committer | Leon Anavi <leon.anavi@konsulko.com> | 2018-09-20 11:51:27 +0300 |
commit | 639fbf7907f90de114ecc176be2ff2dbb6a56434 (patch) | |
tree | 3fc0417898468c5be21e05c2e6ff9c1e18598140 /meta-agl-bsp/meta-raspberrypi/recipes-kernel | |
parent | 6e7be8f6020c6925430e9c442c2d20bbf4bc9fc2 (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>
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 = "" |