commit: 7e5536ed17e780d26933829cf4cb5b97b8060e20
Author: James Le Cuirot <chewi <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 25 09:44:12 2023 +0000
Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org>
CommitDate: Sat Nov 25 09:45:04 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e5536ed
sys-firmware/firmware-imx: Bump to 8.18, drop old 8.17
Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org>
sys-firmware/firmware-imx/Manifest | 2 +-
.../firmware-imx/{firmware-imx-8.17.ebuild => firmware-imx-8.18.ebuild} | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/sys-firmware/firmware-imx/Manifest
b/sys-firmware/firmware-imx/Manifest
index 94f353d067e6..b6d1c1614069 100644
--- a/sys-firmware/firmware-imx/Manifest
+++ b/sys-firmware/firmware-imx/Manifest
@@ -1 +1 @@
-DIST firmware-imx-8.17.bin 1460231 BLAKE2B
17d790052015675aa972d312f4b8d8dab2d167f48cdd880b31b7bf52f79882bbb1bdfb8fcf49d0b6f41f3cd7c5b88963ea7034ed45e35f9c8db16873fc90ed23
SHA512
88c0866354175bb7b54b15ef58e41e3c51e63ea9eeb1cef1c91cdf180a52e97fb755428180df84bee2e9f0dce9633fb663d4f68caa6c327fb2a3fe508dc4cdf9
+DIST firmware-imx-8.18.bin 1513050 BLAKE2B
ce4a8939f11a6580859d208164b225f7ce6bdd225f8488514727bb82360f6edb426a20f61e374cd7e72c32282284a1688368abff683a2907f0dbc12b7ca9379c
SHA512
e0b0a73f53e3d97035fadc64f84ba8c3dc73a58db66107cfffc0f9938fa1ad4eb4e1d96a8f23f44ba9711305d5b4dbdf25a9333cce99c6d37aea492d65ae913a
diff --git a/sys-firmware/firmware-imx/firmware-imx-8.17.ebuild
b/sys-firmware/firmware-imx/firmware-imx-8.18.ebuild
similarity index 95%
rename from sys-firmware/firmware-imx/firmware-imx-8.17.ebuild
rename to sys-firmware/firmware-imx/firmware-imx-8.18.ebuild
index 30bb93a7b840..1ca9ce550781 100644
--- a/sys-firmware/firmware-imx/firmware-imx-8.17.ebuild
+++ b/sys-firmware/firmware-imx/firmware-imx-8.18.ebuild
@@ -20,5 +20,5 @@ src_unpack() {
src_install() {
insinto /lib/firmware
- doins -r epdc sdma vpu
+ doins -r */
}