linux-firmware: upgrade 20241210 -> 20250109

The linux-firmware now requires GNU Parallel in order to run parallel
builds. As the GNU Parallel is not a part of oe-core (the recipe is
present in meta-oe) disable parallel builds.

License-Update: additional files

(From OE-Core rev: 16e86b63696177a6f8b8f73b41e55dd6389f9e1c)

Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Dmitry Baryshkov 2025-01-16 04:40:23 +02:00 committed by Richard Purdie
parent 2d70424d66
commit e977e38862

View File

@ -158,7 +158,7 @@ LIC_FILES_CHKSUM = "file://LICENCE.Abilis;md5=b5ee3f410780e56711ad48eadc22b8bc \
"
# WHENCE checksum is defined separately to ease overriding it if
# class-devupstream is selected.
WHENCE_CHKSUM = "0b30c661e226decdac3acd31d83517e0"
WHENCE_CHKSUM = "c90a25ccbd027eb8d61b2943ab68447c"
# These are not common licenses, set NO_GENERIC_LICENSE for them
# so that the license files will be copied from fetched source
@ -247,7 +247,7 @@ SRC_URI:class-devupstream = "git://git.kernel.org/pub/scm/linux/kernel/git/firmw
# Pin this to the 20220509 release, override this in local.conf
SRCREV:class-devupstream ?= "b19cbdca78ab2adfd210c91be15a22568e8b8cae"
SRC_URI[sha256sum] = "2bb035708576d076f97d4196a1c22e0a4d33fbb0210d05428d0bf4f243e99af5"
SRC_URI[sha256sum] = "a12cb38f4793394bf56c6702be29b6e4f09deca0714943bba98a492030651570"
inherit allarch
@ -259,6 +259,9 @@ PACKAGECONFIG[deduplicate] = ",,rdfind-native"
# Possible values are "xz" and "zst".
FIRMWARE_COMPRESSION ?= ""
# Specifying -j requires GNU parallel, which is a part of meta-oe
PARALLEL_MAKE = ""
def fw_compr_suffix(d):
compr = d.getVar('FIRMWARE_COMPRESSION')
if compr == '':