summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel
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-07 08:32:54 -1000
commit397cd201258966ded48950fdb06a70af9e4702d4 (patch)
tree6c8b4859e3ecc877fdc2ba823ba35201290e183f /meta/recipes-kernel
parenteeb668f890648ff7fd17b500c2384daf6c426cb7 (diff)
downloadpoky-397cd201258966ded48950fdb06a70af9e4702d4.tar.gz
linux-firmware: upgrade 20231030 -> 20231211
(From OE-Core rev: 122be5a683affb3044b8e8d605a4bfcc79c6b4c7) 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/recipes-kernel')
-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 a42e5ed825..48e83cb34b 100644
--- a/meta/recipes-kernel/linux-firmware/linux-firmware_20231030.bb
+++ b/meta/recipes-kernel/linux-firmware/linux-firmware_20231211.bb
@@ -147,7 +147,7 @@ LIC_FILES_CHKSUM = "file://LICENCE.Abilis;md5=b5ee3f410780e56711ad48eadc22b8bc \
147 " 147 "
148# WHENCE checksum is defined separately to ease overriding it if 148# WHENCE checksum is defined separately to ease overriding it if
149# class-devupstream is selected. 149# class-devupstream is selected.
150WHENCE_CHKSUM = "ceb5248746d24d165b603e71b288cf75" 150WHENCE_CHKSUM = "3113c4ea08e5171555f3bf49eceb5b07"
151 151
152# These are not common licenses, set NO_GENERIC_LICENSE for them 152# These are not common licenses, set NO_GENERIC_LICENSE for them
153# so that the license files will be copied from fetched source 153# so that the license files will be copied from fetched source
@@ -231,7 +231,7 @@ SRC_URI:class-devupstream = "git://git.kernel.org/pub/scm/linux/kernel/git/firmw
231# Pin this to the 20220509 release, override this in local.conf 231# Pin this to the 20220509 release, override this in local.conf
232SRCREV:class-devupstream ?= "b19cbdca78ab2adfd210c91be15a22568e8b8cae" 232SRCREV:class-devupstream ?= "b19cbdca78ab2adfd210c91be15a22568e8b8cae"
233 233
234SRC_URI[sha256sum] = "c98d200fc4a3120de1a594713ce34e135819dff23e883a4ed387863ba25679c7" 234SRC_URI[sha256sum] = "96af7e4b5eabd37869cdb3dcbb7ab36911106d39b76e799fa1caab16a9dbe8bb"
235 235
236inherit allarch 236inherit allarch
237 237
@@ -242,7 +242,8 @@ do_compile() {
242} 242}
243 243
244do_install() { 244do_install() {
245 oe_runmake 'DESTDIR=${D}' 'FIRMWAREDIR=${nonarch_base_libdir}/firmware' install 245 # install-nodedup avoids rdfind dependency
246 oe_runmake 'DESTDIR=${D}' 'FIRMWAREDIR=${nonarch_base_libdir}/firmware' install-nodedup
246 cp GPL-2 LICEN[CS]E.* WHENCE ${D}${nonarch_base_libdir}/firmware/ 247 cp GPL-2 LICEN[CS]E.* WHENCE ${D}${nonarch_base_libdir}/firmware/
247} 248}
248 249