public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: sys-firmware/firmware-imx/
@ 2017-10-26 10:26 James Le Cuirot
  0 siblings, 0 replies; 5+ messages in thread
From: James Le Cuirot @ 2017-10-26 10:26 UTC (permalink / raw
  To: gentoo-commits

commit:     38aa00b38a817745a84c7eb13650c7d022f6320d
Author:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 26 09:40:59 2017 +0000
Commit:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
CommitDate: Thu Oct 26 10:25:54 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=38aa00b3

sys-firmware/firmware-imx: New package for NXP i.MX firmware

Package-Manager: Portage-2.3.12, Repoman-2.3.2

 sys-firmware/firmware-imx/Manifest                |  1 +
 sys-firmware/firmware-imx/firmware-imx-5.4.ebuild | 29 +++++++++++++++++++++++
 sys-firmware/firmware-imx/metadata.xml            |  8 +++++++
 3 files changed, 38 insertions(+)

diff --git a/sys-firmware/firmware-imx/Manifest b/sys-firmware/firmware-imx/Manifest
new file mode 100644
index 00000000000..a96f495951d
--- /dev/null
+++ b/sys-firmware/firmware-imx/Manifest
@@ -0,0 +1 @@
+DIST firmware-imx-5.4.bin 429744 SHA256 c5bd4bff48cce9715a5d6d2c190ff3cd2262c7196f7facb9b0eda231c92cc223 SHA512 0c9d6e80a67d15518212573dbfe8addd6c7c5c8065f077bb58f6904c6d288c718d0b3dc4ed4735941d22bc9116a4986fb268327e2c1adcc6523ff84fa93c6b64 WHIRLPOOL e510282354ea6106ab1da31f092f7284e46659e2e738a4b4af70bfe08612211db2aad2b04e00906ea1c381a300c5533eb7114414252145da576490c2ebcad946

diff --git a/sys-firmware/firmware-imx/firmware-imx-5.4.ebuild b/sys-firmware/firmware-imx/firmware-imx-5.4.ebuild
new file mode 100644
index 00000000000..ddd2096e89c
--- /dev/null
+++ b/sys-firmware/firmware-imx/firmware-imx-5.4.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DESCRIPTION="NXP i.MX firmware"
+HOMEPAGE="http://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_prepare() {
+	default
+	find -name "*.mk" | xargs rm -v || die
+}
+
+src_install() {
+	insinto /lib/firmware
+	doins -r epdc sdma vpu
+}

diff --git a/sys-firmware/firmware-imx/metadata.xml b/sys-firmware/firmware-imx/metadata.xml
new file mode 100644
index 00000000000..54be7ff7e5d
--- /dev/null
+++ b/sys-firmware/firmware-imx/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer type="person">
+		<email>chewi@gentoo.org</email>
+		<name>James Le Cuirot</name>
+	</maintainer>
+</pkgmetadata>


^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sys-firmware/firmware-imx/
@ 2019-05-29 21:03 James Le Cuirot
  0 siblings, 0 replies; 5+ messages in thread
From: James Le Cuirot @ 2019-05-29 21:03 UTC (permalink / raw
  To: gentoo-commits

commit:     cea25a5ec103b86df453a8e89a53713fca35d164
Author:     Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Wed May 29 05:06:56 2019 +0000
Commit:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
CommitDate: Wed May 29 21:02:56 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cea25a5e

sys-firmware/firmware-imx: use HTTPS

Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/12126
Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org>

 sys-firmware/firmware-imx/firmware-imx-5.4.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys-firmware/firmware-imx/firmware-imx-5.4.ebuild b/sys-firmware/firmware-imx/firmware-imx-5.4.ebuild
index ddd2096e89c..106878d131a 100644
--- a/sys-firmware/firmware-imx/firmware-imx-5.4.ebuild
+++ b/sys-firmware/firmware-imx/firmware-imx-5.4.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
 
 DESCRIPTION="NXP i.MX firmware"
-HOMEPAGE="http://www.timesys.com/"
+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"


^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sys-firmware/firmware-imx/
@ 2023-09-02  9:08 James Le Cuirot
  0 siblings, 0 replies; 5+ messages in thread
From: James Le Cuirot @ 2023-09-02  9:08 UTC (permalink / raw
  To: gentoo-commits

commit:     385eab51e5b5896e402e36aba023aee41d6ddd0b
Author:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
AuthorDate: Sat Sep  2 09:07:38 2023 +0000
Commit:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
CommitDate: Sat Sep  2 09:07:38 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=385eab51

sys-firmware/firmware-imx: Version bump to 8.17, EAPI 8

Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org>

 sys-firmware/firmware-imx/Manifest                 |  1 +
 sys-firmware/firmware-imx/firmware-imx-8.17.ebuild | 24 ++++++++++++++++++++++
 2 files changed, 25 insertions(+)

diff --git a/sys-firmware/firmware-imx/Manifest b/sys-firmware/firmware-imx/Manifest
index 1be082a21c9b..405fccd11d5d 100644
--- a/sys-firmware/firmware-imx/Manifest
+++ b/sys-firmware/firmware-imx/Manifest
@@ -1 +1,2 @@
 DIST firmware-imx-5.4.bin 429744 BLAKE2B a573f14d2c7cb35a1129bf5b1ebc31126ebb23b4a5d4ba407ddb432148d34f27e94990ca2b8dbe6083905f3504ca3db19966283b33657e2a2b0b5ed4cd8c0c79 SHA512 0c9d6e80a67d15518212573dbfe8addd6c7c5c8065f077bb58f6904c6d288c718d0b3dc4ed4735941d22bc9116a4986fb268327e2c1adcc6523ff84fa93c6b64
+DIST firmware-imx-8.17.bin 1460231 BLAKE2B 17d790052015675aa972d312f4b8d8dab2d167f48cdd880b31b7bf52f79882bbb1bdfb8fcf49d0b6f41f3cd7c5b88963ea7034ed45e35f9c8db16873fc90ed23 SHA512 88c0866354175bb7b54b15ef58e41e3c51e63ea9eeb1cef1c91cdf180a52e97fb755428180df84bee2e9f0dce9633fb663d4f68caa6c327fb2a3fe508dc4cdf9

diff --git a/sys-firmware/firmware-imx/firmware-imx-8.17.ebuild b/sys-firmware/firmware-imx/firmware-imx-8.17.ebuild
new file mode 100644
index 000000000000..30bb93a7b840
--- /dev/null
+++ b/sys-firmware/firmware-imx/firmware-imx-8.17.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 epdc sdma vpu
+}


^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sys-firmware/firmware-imx/
@ 2023-11-25  9:45 James Le Cuirot
  0 siblings, 0 replies; 5+ messages in thread
From: James Le Cuirot @ 2023-11-25  9:45 UTC (permalink / raw
  To: gentoo-commits

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 */
 }


^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sys-firmware/firmware-imx/
@ 2023-11-25  9:45 James Le Cuirot
  0 siblings, 0 replies; 5+ messages in thread
From: James Le Cuirot @ 2023-11-25  9:45 UTC (permalink / raw
  To: gentoo-commits

commit:     908c4b3355ac1cd55ca93f7a2a651168df00f3c8
Author:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 25 09:38:58 2023 +0000
Commit:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
CommitDate: Sat Nov 25 09:44:58 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=908c4b33

sys-firmware/firmware-imx: Drop old 5.4

Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org>

 sys-firmware/firmware-imx/Manifest                |  1 -
 sys-firmware/firmware-imx/firmware-imx-5.4.ebuild | 29 -----------------------
 2 files changed, 30 deletions(-)

diff --git a/sys-firmware/firmware-imx/Manifest b/sys-firmware/firmware-imx/Manifest
index 405fccd11d5d..94f353d067e6 100644
--- a/sys-firmware/firmware-imx/Manifest
+++ b/sys-firmware/firmware-imx/Manifest
@@ -1,2 +1 @@
-DIST firmware-imx-5.4.bin 429744 BLAKE2B a573f14d2c7cb35a1129bf5b1ebc31126ebb23b4a5d4ba407ddb432148d34f27e94990ca2b8dbe6083905f3504ca3db19966283b33657e2a2b0b5ed4cd8c0c79 SHA512 0c9d6e80a67d15518212573dbfe8addd6c7c5c8065f077bb58f6904c6d288c718d0b3dc4ed4735941d22bc9116a4986fb268327e2c1adcc6523ff84fa93c6b64
 DIST firmware-imx-8.17.bin 1460231 BLAKE2B 17d790052015675aa972d312f4b8d8dab2d167f48cdd880b31b7bf52f79882bbb1bdfb8fcf49d0b6f41f3cd7c5b88963ea7034ed45e35f9c8db16873fc90ed23 SHA512 88c0866354175bb7b54b15ef58e41e3c51e63ea9eeb1cef1c91cdf180a52e97fb755428180df84bee2e9f0dce9633fb663d4f68caa6c327fb2a3fe508dc4cdf9

diff --git a/sys-firmware/firmware-imx/firmware-imx-5.4.ebuild b/sys-firmware/firmware-imx/firmware-imx-5.4.ebuild
deleted file mode 100644
index 106878d131a0..000000000000
--- a/sys-firmware/firmware-imx/firmware-imx-5.4.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-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_prepare() {
-	default
-	find -name "*.mk" | xargs rm -v || die
-}
-
-src_install() {
-	insinto /lib/firmware
-	doins -r epdc sdma vpu
-}


^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2023-11-25  9:45 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-11-25  9:45 [gentoo-commits] repo/gentoo:master commit in: sys-firmware/firmware-imx/ James Le Cuirot
  -- strict thread matches above, loose matches on Subject: below --
2023-11-25  9:45 James Le Cuirot
2023-09-02  9:08 James Le Cuirot
2019-05-29 21:03 James Le Cuirot
2017-10-26 10:26 James Le Cuirot

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox