nongnu: sof-firmware: Update to 2024.06.
* nongnu/packages/linux.scm (sof-firmware): Update to 2024.06. [arguments]: Adapt install plan. Signed-off-by: Jonathan Brielmaier <jonathan.brielmaier@web.de>
This commit is contained in:
parent
269997b06c
commit
b2ce94fe65
|
@ -1237,20 +1237,23 @@ documented in the respective processor revision guides.")
|
||||||
(define-public sof-firmware
|
(define-public sof-firmware
|
||||||
(package
|
(package
|
||||||
(name "sof-firmware")
|
(name "sof-firmware")
|
||||||
(version "2.2.6")
|
(version "2024.06")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://github.com/thesofproject/sof-bin/releases/download/v"
|
(uri (string-append "https://github.com/thesofproject/sof-bin/releases/download/v"
|
||||||
version "/sof-bin-v" version ".tar.gz"))
|
version "/sof-bin-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"018901g5hshrqf2d0rn7yhzxcy4gmdc4v6167df880kdcfkw48lk"))))
|
"1mnp0r1m1qgspgafqwxna90n9knxxclzcls9jnl3fs5mbcla672q"))))
|
||||||
(build-system copy-build-system)
|
(build-system copy-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:install-plan
|
`(#:install-plan
|
||||||
(list (list (string-append "sof-v" ,version) "lib/firmware/intel/sof")
|
'(("sof" "lib/firmware/intel/sof")
|
||||||
(list (string-append "sof-tplg-v" ,version) "lib/firmware/intel/sof-tplg"))))
|
;; ("sof-ace-tplg" "lib/firmware/intel/sof-ipc4-tplg")
|
||||||
|
("sof-ipc4" "lib/firmware/intel/sof-ipc4")
|
||||||
|
("sof-ipc4-tplg" "lib/firmware/intel/sof-ipc4-tplg")
|
||||||
|
("sof-tplg" "lib/firmware/intel/sof-tplg"))))
|
||||||
(home-page "https://www.sofproject.org")
|
(home-page "https://www.sofproject.org")
|
||||||
(synopsis "Sound Open Firmware")
|
(synopsis "Sound Open Firmware")
|
||||||
(description "This package contains Linux firmwares and topology files for
|
(description "This package contains Linux firmwares and topology files for
|
||||||
|
|
Loading…
Reference in New Issue
Block a user