"
# 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
# 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
# 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 == '':