Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-kernel/raspberrypi-image/
Date: Mon, 21 Jun 2021 22:36:06
Message-Id: 1624314809.099003418573dfc63909ef0874f8bd898d304049.sam@gentoo
1 commit: 099003418573dfc63909ef0874f8bd898d304049
2 Author: Peter Alfredsen <crabbedhaloablution <AT> icloud <DOT> com>
3 AuthorDate: Sat Jun 19 10:46:53 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Mon Jun 21 22:33:29 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=09900341
7
8 sys-kernel/raspberrypi-image: bump to 5.10.17_p20210527
9
10 Closes: https://bugs.gentoo.org/796746
11 Package-Manager: Portage-3.0.20, Repoman-3.0.3
12 Signed-off-by: Peter Alfredsen <crabbedhaloablution <AT> icloud.com>
13 Closes: https://github.com/gentoo/gentoo/pull/21325
14 Signed-off-by: Sam James <sam <AT> gentoo.org>
15
16 sys-kernel/raspberrypi-image/Manifest | 1 +
17 .../raspberrypi-image-5.10.17_p20210527.ebuild | 41 ++++++++++++++++++++++
18 2 files changed, 42 insertions(+)
19
20 diff --git a/sys-kernel/raspberrypi-image/Manifest b/sys-kernel/raspberrypi-image/Manifest
21 index 91fa34ba8ff..0cda6e29034 100644
22 --- a/sys-kernel/raspberrypi-image/Manifest
23 +++ b/sys-kernel/raspberrypi-image/Manifest
24 @@ -1,4 +1,5 @@
25 DIST raspberrypi-firmware-1.20190925.tar.gz 185571086 BLAKE2B c3a9b2760fa853fbd1dd09bc4048c9e78594f88da5af608c3a761554d4046a4c869db8981c64140a24e82e0a61b8dc776bb8d895df60c6424e44780f78b18cb0 SHA512 4b7b29cc6c2a33d7a37987c492034d9afbb2220364c50cf265e0adf8e5f393c2275dcffaa77c89b3f43b2e98d199741b67590cb60ff8beae8ef677852f63b4a0
26 DIST raspberrypi-firmware-1.20201201.tar.gz 189332299 BLAKE2B b3ec91f07b4713d26c29be5412d018a220129eef7ddf7c5c09d85e645c2c5754a95f13be7e690ab40648a982e3974cc760aa5b33c76612da836227d38c4ee3a5 SHA512 a7f4591552718956bd7f2d0d377234277e2e6f18cc9714ea30fe13f26d5ae1164b982f39dcf72ae4a18663369ef06d0187d8182713763262371c13107aac4c65
27 DIST raspberrypi-firmware-1.20210201.tar.gz 191785657 BLAKE2B 7ef315411e3bc572515f9e60d953166056bd5dfe9afc496eda978dbbbd6f38aa12f1eaba72448bb72166d6bda1ec79e3e3e7c613f4202bc804784b566f118971 SHA512 13d899a103e8d3deb98a6fcca661f712b085935336fc31156e0b8ec5e3c71b373d3394777895ee1907cad9a2ca3efd1a66995ff6df3429c732b002d9ad603414
28 +DIST raspberrypi-firmware-1.20210527.tar.gz 192247084 BLAKE2B 329707dfb2905b36926a3f0ecf1a8e3bc2b52e1a376f98ca7cfe9ec7b69d0fb370d8e23907f5bbd9ea75cf7fed5babd6fe54934919995dec6914e888d95e5fbe SHA512 5a48d1fae768c30528359a14371f59564447d2fb8a145cafa89d7d29352095c5b7ac33bfcbc8da494284c9d41e7dbafe4e863e8efd963a17ea6b6b9699b814a7
29 DIST raspberrypi-image-4.14.98_p20190215.tar.gz 123074917 BLAKE2B cefedb5c979db7dfd47938aad37a567d91d3ad78247c7a63f789362768ab7a39a1967ac116b4b0475e3b210ab11f6474706df042af85a622e8e7905c85ec7498 SHA512 082f26caf427222d838881e5f1e9fa0136765b3eaf74a84877fc33616fd07e49085db0889226c40c655039a9d41a10566510c7d752cfc48a67b4683616a51193
30
31 diff --git a/sys-kernel/raspberrypi-image/raspberrypi-image-5.10.17_p20210527.ebuild b/sys-kernel/raspberrypi-image/raspberrypi-image-5.10.17_p20210527.ebuild
32 new file mode 100644
33 index 00000000000..7930d7d6576
34 --- /dev/null
35 +++ b/sys-kernel/raspberrypi-image/raspberrypi-image-5.10.17_p20210527.ebuild
36 @@ -0,0 +1,41 @@
37 +# Copyright 1999-2021 Gentoo Authors
38 +# Distributed under the terms of the GNU General Public License v2
39 +
40 +EAPI=7
41 +
42 +inherit mount-boot
43 +
44 +DESCRIPTION="Raspberry Pi (all versions) kernel and modules"
45 +HOMEPAGE="https://github.com/raspberrypi/firmware"
46 +LICENSE="GPL-2 raspberrypi-videocore-bin"
47 +SLOT="0"
48 +RESTRICT="binchecks strip"
49 +
50 +# Temporary safety measure to prevent ending up with a pair of
51 +# sys-kernel/raspberrypi-image and sys-boot/raspberrypi-firmware
52 +# both of which installed device tree files.
53 +# Restore to simply "sys-boot/raspberrypi-firmware" when the mentioned version
54 +# and all older ones are deleted.
55 +RDEPEND=">sys-boot/raspberrypi-firmware-1.20190709"
56 +
57 +if [[ "${PV}" == 9999 ]]; then
58 + inherit git-r3
59 + EGIT_REPO_URI="https://github.com/raspberrypi/firmware"
60 + EGIT_CLONE_TYPE="shallow"
61 +else
62 + [[ "$(ver_cut 4)" == 'p' ]] || die "Unsupported version format, tweak the ebuild."
63 + MY_PV="1.$(ver_cut 5)"
64 + SRC_URI="https://github.com/raspberrypi/firmware/archive/${MY_PV}.tar.gz -> raspberrypi-firmware-${MY_PV}.tar.gz"
65 + S="${WORKDIR}/firmware-${MY_PV}"
66 + KEYWORDS="-* ~arm ~arm64"
67 +fi
68 +
69 +src_install() {
70 + insinto /lib/modules
71 + doins -r modules/*
72 + insinto /boot
73 + doins boot/*.img
74 +
75 + doins boot/*.dtb
76 + doins -r boot/overlays
77 +}