diff options
| author | Alexander Sverdlin <alexander.sverdlin@siemens.com> | 2024-01-10 22:19:56 +0100 |
|---|---|---|
| committer | Steve Sakoman <steve@sakoman.com> | 2024-02-22 04:34:14 -1000 |
| commit | 5fb8ed4af48d0f215bda27652e29f6852e063ee6 (patch) | |
| tree | 9bb3979dfdf0c87de948b550c36ff0f2def78189 /meta | |
| parent | df5e182c9f9c79f163414a4a436d4b718066cf9b (diff) | |
| download | poky-5fb8ed4af48d0f215bda27652e29f6852e063ee6.tar.gz | |
linux-firmware: upgrade 20231030 -> 20231211
(From OE-Core rev: 0569b19936d20acc77a3f11d1033fc7ae5e8f331)
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 b1f5247975..0ed4d91f8a 100644 --- a/meta/recipes-kernel/linux-firmware/linux-firmware_20231030.bb +++ b/meta/recipes-kernel/linux-firmware/linux-firmware_20231211.bb | |||
| @@ -151,7 +151,7 @@ LIC_FILES_CHKSUM = "file://LICENCE.Abilis;md5=b5ee3f410780e56711ad48eadc22b8bc \ | |||
| 151 | " | 151 | " |
| 152 | # WHENCE checksum is defined separately to ease overriding it if | 152 | # WHENCE checksum is defined separately to ease overriding it if |
| 153 | # class-devupstream is selected. | 153 | # class-devupstream is selected. |
| 154 | WHENCE_CHKSUM = "ceb5248746d24d165b603e71b288cf75" | 154 | WHENCE_CHKSUM = "3113c4ea08e5171555f3bf49eceb5b07" |
| 155 | 155 | ||
| 156 | # These are not common licenses, set NO_GENERIC_LICENSE for them | 156 | # These are not common licenses, set NO_GENERIC_LICENSE for them |
| 157 | # so that the license files will be copied from fetched source | 157 | # so that the license files will be copied from fetched source |
| @@ -237,7 +237,7 @@ SRC_URI:class-devupstream = "git://git.kernel.org/pub/scm/linux/kernel/git/firmw | |||
| 237 | # Pin this to the 20220509 release, override this in local.conf | 237 | # Pin this to the 20220509 release, override this in local.conf |
| 238 | SRCREV:class-devupstream ?= "b19cbdca78ab2adfd210c91be15a22568e8b8cae" | 238 | SRCREV:class-devupstream ?= "b19cbdca78ab2adfd210c91be15a22568e8b8cae" |
| 239 | 239 | ||
| 240 | SRC_URI[sha256sum] = "c98d200fc4a3120de1a594713ce34e135819dff23e883a4ed387863ba25679c7" | 240 | SRC_URI[sha256sum] = "96af7e4b5eabd37869cdb3dcbb7ab36911106d39b76e799fa1caab16a9dbe8bb" |
| 241 | 241 | ||
| 242 | inherit allarch | 242 | inherit allarch |
| 243 | 243 | ||
| @@ -248,7 +248,8 @@ do_compile() { | |||
| 248 | } | 248 | } |
| 249 | 249 | ||
| 250 | do_install() { | 250 | do_install() { |
| 251 | oe_runmake 'DESTDIR=${D}' 'FIRMWAREDIR=${nonarch_base_libdir}/firmware' install | 251 | # install-nodedup avoids rdfind dependency |
| 252 | oe_runmake 'DESTDIR=${D}' 'FIRMWAREDIR=${nonarch_base_libdir}/firmware' install-nodedup | ||
| 252 | cp GPL-2 LICEN[CS]E.* WHENCE ${D}${nonarch_base_libdir}/firmware/ | 253 | cp GPL-2 LICEN[CS]E.* WHENCE ${D}${nonarch_base_libdir}/firmware/ |
| 253 | } | 254 | } |
| 254 | 255 | ||
