summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Agner <stefan.agner@toradex.com>2017-09-13 16:05:49 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-01-20 22:52:57 +0000
commitfd8ce5038a03c7ffda13f301e631573841e0f92e (patch)
treed0550ff7032943922aab8dd27344d03a2a43fe8d
parentd40c5df444126c82230201b983f609494beecee4 (diff)
downloadpoky-fd8ce5038a03c7ffda13f301e631573841e0f92e.tar.gz
linux-firmware: bump to latest linux-firmware git revision
This requires MD5 sum updates for - LICENSE.QualcommAtheros_ath10k: year change - WHENCE: various version updates and addition of new firmwares The new firmware for Qualcom Venus causes a QA error: QA Issue: linux-firmware: Recipe inherits the allarch class, but has packaged architecture-specific binaries Since firmware typically do not run on the CPU, the architecture of the firmware file is independent from the CPU architecture the image will be running on. Disable the QA check for the linux-firmware package by default. (From OE-Core rev: 292eef00b889c61d91c3c965fd3a1009a85f7aa7) Signed-off-by: Stefan Agner <stefan.agner@toradex.com> Signed-off-by: California Sullivan <california.l.sullivan@intel.com> Signed-off-by: Ross Burton <ross.burton@intel.com> (cherry picked from commit a83dd65e64e9b7fa702927f96947bd3f0537adfd) Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/recipes-kernel/linux-firmware/linux-firmware_git.bb11
1 files changed, 6 insertions, 5 deletions
diff --git a/meta/recipes-kernel/linux-firmware/linux-firmware_git.bb b/meta/recipes-kernel/linux-firmware/linux-firmware_git.bb
index 47fa1f4e70..2145ea2455 100644
--- a/meta/recipes-kernel/linux-firmware/linux-firmware_git.bb
+++ b/meta/recipes-kernel/linux-firmware/linux-firmware_git.bb
@@ -98,7 +98,7 @@ LIC_FILES_CHKSUM = "\
98 file://LICENCE.qla1280;md5=d6895732e622d950609093223a2c4f5d \ 98 file://LICENCE.qla1280;md5=d6895732e622d950609093223a2c4f5d \
99 file://LICENCE.qla2xxx;md5=505855e921b75f1be4a437ad9b79dff0 \ 99 file://LICENCE.qla2xxx;md5=505855e921b75f1be4a437ad9b79dff0 \
100 file://LICENSE.QualcommAtheros_ar3k;md5=b5fe244fb2b532311de1472a3bc06da5 \ 100 file://LICENSE.QualcommAtheros_ar3k;md5=b5fe244fb2b532311de1472a3bc06da5 \
101 file://LICENSE.QualcommAtheros_ath10k;md5=b5fe244fb2b532311de1472a3bc06da5 \ 101 file://LICENSE.QualcommAtheros_ath10k;md5=cb42b686ee5f5cb890275e4321db60a8 \
102 file://LICENCE.r8a779x_usb3;md5=4c1671656153025d7076105a5da7e498 \ 102 file://LICENCE.r8a779x_usb3;md5=4c1671656153025d7076105a5da7e498 \
103 file://LICENSE.radeon;md5=68ec28bacb3613200bca44f404c69b16 \ 103 file://LICENSE.radeon;md5=68ec28bacb3613200bca44f404c69b16 \
104 file://LICENCE.ralink_a_mediatek_company_firmware;md5=728f1a85fd53fd67fa8d7afb080bc435 \ 104 file://LICENCE.ralink_a_mediatek_company_firmware;md5=728f1a85fd53fd67fa8d7afb080bc435 \
@@ -114,7 +114,7 @@ LIC_FILES_CHKSUM = "\
114 file://LICENCE.xc4000;md5=0ff51d2dc49fce04814c9155081092f0 \ 114 file://LICENCE.xc4000;md5=0ff51d2dc49fce04814c9155081092f0 \
115 file://LICENCE.xc5000;md5=1e170c13175323c32c7f4d0998d53f66 \ 115 file://LICENCE.xc5000;md5=1e170c13175323c32c7f4d0998d53f66 \
116 file://LICENCE.xc5000c;md5=12b02efa3049db65d524aeb418dd87ca \ 116 file://LICENCE.xc5000c;md5=12b02efa3049db65d524aeb418dd87ca \
117 file://WHENCE;md5=ad12d0618287e8c10ae3da05fa0edcfb \ 117 file://WHENCE;md5=08f6d4371353cac5f6fc271d5407c63e \
118" 118"
119 119
120# These are not common licenses, set NO_GENERIC_LICENSE for them 120# These are not common licenses, set NO_GENERIC_LICENSE for them
@@ -175,7 +175,7 @@ NO_GENERIC_LICENSE[Firmware-xc5000] = "LICENCE.xc5000"
175NO_GENERIC_LICENSE[Firmware-xc5000c] = "LICENCE.xc5000c" 175NO_GENERIC_LICENSE[Firmware-xc5000c] = "LICENCE.xc5000c"
176NO_GENERIC_LICENSE[WHENCE] = "WHENCE" 176NO_GENERIC_LICENSE[WHENCE] = "WHENCE"
177 177
178SRCREV = "b14134583c2a15d4404695f72cb523daedb877ab" 178SRCREV = "a61ac5cf8374edbfe692d12f805a1b194f7fead2"
179PE = "1" 179PE = "1"
180PV = "0.0+git${SRCPV}" 180PV = "0.0+git${SRCPV}"
181 181
@@ -734,5 +734,6 @@ python populate_packages_prepend () {
734 d.appendVar('RDEPENDS_linux-firmware-ibt', ' ' + ' '.join(ibt_pkgs)) 734 d.appendVar('RDEPENDS_linux-firmware-ibt', ' ' + ' '.join(ibt_pkgs))
735} 735}
736 736
737# Netronome binaries has ELF headers and therefore triggers an arch-specific error. 737# Firmware files are generally not ran on the CPU, so they can be
738INSANE_SKIP_${PN}-netronome = "arch" 738# allarch despite being architecture specific
739INSANE_SKIP = "arch"