summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDmitry Baryshkov <dmitry.baryshkov@linaro.org>2025-01-16 04:40:23 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2025-01-21 13:26:07 +0000
commite977e38862ce4f0c08575f2a6d9e6d28505483ea (patch)
treef1ded65af5aa2a9dd70004e344b794a02edf578c
parent2d70424d66014cbd30a2e9be2d23b422bea23e54 (diff)
downloadpoky-e977e38862ce4f0c08575f2a6d9e6d28505483ea.tar.gz
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>
-rw-r--r--meta/recipes-kernel/linux-firmware/linux-firmware_20250109.bb (renamed from meta/recipes-kernel/linux-firmware/linux-firmware_20241210.bb)7
1 files changed, 5 insertions, 2 deletions
diff --git a/meta/recipes-kernel/linux-firmware/linux-firmware_20241210.bb b/meta/recipes-kernel/linux-firmware/linux-firmware_20250109.bb
index d3757b5bbc..ba66ea407d 100644
--- a/meta/recipes-kernel/linux-firmware/linux-firmware_20241210.bb
+++ b/meta/recipes-kernel/linux-firmware/linux-firmware_20250109.bb
@@ -158,7 +158,7 @@ LIC_FILES_CHKSUM = "file://LICENCE.Abilis;md5=b5ee3f410780e56711ad48eadc22b8bc \
158 " 158 "
159# WHENCE checksum is defined separately to ease overriding it if 159# WHENCE checksum is defined separately to ease overriding it if
160# class-devupstream is selected. 160# class-devupstream is selected.
161WHENCE_CHKSUM = "0b30c661e226decdac3acd31d83517e0" 161WHENCE_CHKSUM = "c90a25ccbd027eb8d61b2943ab68447c"
162 162
163# These are not common licenses, set NO_GENERIC_LICENSE for them 163# These are not common licenses, set NO_GENERIC_LICENSE for them
164# so that the license files will be copied from fetched source 164# 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
247# Pin this to the 20220509 release, override this in local.conf 247# Pin this to the 20220509 release, override this in local.conf
248SRCREV:class-devupstream ?= "b19cbdca78ab2adfd210c91be15a22568e8b8cae" 248SRCREV:class-devupstream ?= "b19cbdca78ab2adfd210c91be15a22568e8b8cae"
249 249
250SRC_URI[sha256sum] = "2bb035708576d076f97d4196a1c22e0a4d33fbb0210d05428d0bf4f243e99af5" 250SRC_URI[sha256sum] = "a12cb38f4793394bf56c6702be29b6e4f09deca0714943bba98a492030651570"
251 251
252inherit allarch 252inherit allarch
253 253
@@ -259,6 +259,9 @@ PACKAGECONFIG[deduplicate] = ",,rdfind-native"
259# Possible values are "xz" and "zst". 259# Possible values are "xz" and "zst".
260FIRMWARE_COMPRESSION ?= "" 260FIRMWARE_COMPRESSION ?= ""
261 261
262# Specifying -j requires GNU parallel, which is a part of meta-oe
263PARALLEL_MAKE = ""
264
262def fw_compr_suffix(d): 265def fw_compr_suffix(d):
263 compr = d.getVar('FIRMWARE_COMPRESSION') 266 compr = d.getVar('FIRMWARE_COMPRESSION')
264 if compr == '': 267 if compr == '':