From 7e5536ed17e780d26933829cf4cb5b97b8060e20 Mon Sep 17 00:00:00 2001 From: James Le Cuirot Date: Sat, 25 Nov 2023 09:44:12 +0000 Subject: sys-firmware/firmware-imx: Bump to 8.18, drop old 8.17 Signed-off-by: James Le Cuirot --- sys-firmware/firmware-imx/Manifest | 2 +- sys-firmware/firmware-imx/firmware-imx-8.17.ebuild | 24 ---------------------- sys-firmware/firmware-imx/firmware-imx-8.18.ebuild | 24 ++++++++++++++++++++++ 3 files changed, 25 insertions(+), 25 deletions(-) delete mode 100644 sys-firmware/firmware-imx/firmware-imx-8.17.ebuild create mode 100644 sys-firmware/firmware-imx/firmware-imx-8.18.ebuild 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.17.ebuild deleted file mode 100644 index 30bb93a7b840..000000000000 --- a/sys-firmware/firmware-imx/firmware-imx-8.17.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DESCRIPTION="NXP i.MX firmware" -HOMEPAGE="https://www.timesys.com/" -SRC_URI="http://repository.timesys.com/buildsources/${PN:0:1}/${PN}/${P}/${P}.bin" -LICENSE="LA_OPT_BASE_LICENSE" -SLOT="0" -KEYWORDS="~arm" - -S="${WORKDIR}/${P}/firmware" - -src_unpack() { - eval local $(grep -a -m1 "^filesizes=" "${DISTDIR}/${A}") - tail -c"${filesizes}" "${DISTDIR}/${A}" > "${P}.tar.bz2" || die - unpack "./${P}.tar.bz2" -} - -src_install() { - insinto /lib/firmware - doins -r epdc sdma vpu -} diff --git a/sys-firmware/firmware-imx/firmware-imx-8.18.ebuild b/sys-firmware/firmware-imx/firmware-imx-8.18.ebuild new file mode 100644 index 000000000000..1ca9ce550781 --- /dev/null +++ b/sys-firmware/firmware-imx/firmware-imx-8.18.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DESCRIPTION="NXP i.MX firmware" +HOMEPAGE="https://www.timesys.com/" +SRC_URI="http://repository.timesys.com/buildsources/${PN:0:1}/${PN}/${P}/${P}.bin" +LICENSE="LA_OPT_BASE_LICENSE" +SLOT="0" +KEYWORDS="~arm" + +S="${WORKDIR}/${P}/firmware" + +src_unpack() { + eval local $(grep -a -m1 "^filesizes=" "${DISTDIR}/${A}") + tail -c"${filesizes}" "${DISTDIR}/${A}" > "${P}.tar.bz2" || die + unpack "./${P}.tar.bz2" +} + +src_install() { + insinto /lib/firmware + doins -r */ +} -- cgit v1.2.3-65-gdbad