summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorAlexander Sverdlin <alexander.sverdlin@siemens.com>2024-01-10 22:19:56 +0100
committerSteve Sakoman <steve@sakoman.com>2024-03-25 04:02:33 -1000
commit21a90afc6bfcab3c4f8464a89bdb9001235ba086 (patch)
tree59ef0477b996e1069af1c792fa696c5a404a0615 /meta
parenta3e4d31c0c8be24a7820a8c3ebb517285b846e1a (diff)
downloadpoky-21a90afc6bfcab3c4f8464a89bdb9001235ba086.tar.gz
linux-firmware: upgrade 20231030 -> 20231211
(From OE-Core rev: 894cfb61103e09b6bf0467a6b96765e774ca985b) Signed-off-by: Alexander Sverdlin <alexander.sverdlin@siemens.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> (cherry picked from commit 0caafdbbf4e7dc84b919afe14f7cb8c46a9e4ac2) Signed-off-by: Steve Sakoman <steve@sakoman.com>
Diffstat (limited to 'meta')
-rw-r--r--meta/recipes-kernel/linux-firmware/linux-firmware_20231211.bb (renamed from meta/recipes-kernel/linux-firmware/linux-firmware_20231030.bb)7
1 files changed, 4 insertions, 3 deletions
diff --git a/meta/recipes-kernel/linux-firmware/linux-firmware_20231030.bb b/meta/recipes-kernel/linux-firmware/linux-firmware_20231211.bb
index 65cbca798e..3f201d853f 100644
--- a/meta/recipes-kernel/linux-firmware/linux-firmware_20231030.bb
+++ b/meta/recipes-kernel/linux-firmware/linux-firmware_20231211.bb
@@ -134,7 +134,7 @@ LIC_FILES_CHKSUM = "file://LICENCE.Abilis;md5=b5ee3f410780e56711ad48eadc22b8bc \
134 " 134 "
135# WHENCE checksum is defined separately to ease overriding it if 135# WHENCE checksum is defined separately to ease overriding it if
136# class-devupstream is selected. 136# class-devupstream is selected.
137WHENCE_CHKSUM = "ceb5248746d24d165b603e71b288cf75" 137WHENCE_CHKSUM = "3113c4ea08e5171555f3bf49eceb5b07"
138 138
139# These are not common licenses, set NO_GENERIC_LICENSE for them 139# These are not common licenses, set NO_GENERIC_LICENSE for them
140# so that the license files will be copied from fetched source 140# so that the license files will be copied from fetched source
@@ -212,7 +212,7 @@ SRC_URI:class-devupstream = "git://git.kernel.org/pub/scm/linux/kernel/git/firmw
212# Pin this to the 20220509 release, override this in local.conf 212# Pin this to the 20220509 release, override this in local.conf
213SRCREV:class-devupstream ?= "b19cbdca78ab2adfd210c91be15a22568e8b8cae" 213SRCREV:class-devupstream ?= "b19cbdca78ab2adfd210c91be15a22568e8b8cae"
214 214
215SRC_URI[sha256sum] = "c98d200fc4a3120de1a594713ce34e135819dff23e883a4ed387863ba25679c7" 215SRC_URI[sha256sum] = "96af7e4b5eabd37869cdb3dcbb7ab36911106d39b76e799fa1caab16a9dbe8bb"
216 216
217inherit allarch 217inherit allarch
218 218
@@ -223,7 +223,8 @@ do_compile() {
223} 223}
224 224
225do_install() { 225do_install() {
226 oe_runmake 'DESTDIR=${D}' 'FIRMWAREDIR=${nonarch_base_libdir}/firmware' install 226 # install-nodedup avoids rdfind dependency
227 oe_runmake 'DESTDIR=${D}' 'FIRMWAREDIR=${nonarch_base_libdir}/firmware' install-nodedup
227 cp GPL-2 LICEN[CS]E.* WHENCE ${D}${nonarch_base_libdir}/firmware/ 228 cp GPL-2 LICEN[CS]E.* WHENCE ${D}${nonarch_base_libdir}/firmware/
228} 229}
229 230