commit: c0ccdb6df2415c4ccc31c6535284f412a9ae9b2f
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 5 01:28:33 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Dec 5 01:28:33 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c0ccdb6d
sys-kernel/raspberrypi-sources: add 5.10.9999
Signed-off-by: Sam James <sam <AT> gentoo.org>
.../raspberrypi-sources-5.10.9999.ebuild | 26 ++++++++++++++++++++++
1 file changed, 26 insertions(+)
diff --git
a/sys-kernel/raspberrypi-sources/raspberrypi-sources-5.10.9999.ebuild
b/sys-kernel/raspberrypi-sources/raspberrypi-sources-5.10.9999.ebuild
new file mode 100644
index 000000000000..d6ff24d0a8fa
--- /dev/null
+++ b/sys-kernel/raspberrypi-sources/raspberrypi-sources-5.10.9999.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+ETYPE=sources
+K_DEFCONFIG="bcmrpi_defconfig"
+K_SECURITY_UNSUPPORTED=1
+EXTRAVERSION="-${PN}/-*"
+inherit kernel-2
+detect_version
+detect_arch
+
+inherit git-r3
+EGIT_REPO_URI="https://github.com/raspberrypi/linux.git ->
raspberrypi-linux.git"
+EGIT_BRANCH="rpi-$(ver_cut 1-2).y"
+EGIT_CHECKOUT_DIR="${WORKDIR}/linux-${PV}-raspberrypi"
+EGIT_CLONE_TYPE="shallow"
+
+DESCRIPTION="Raspberry Pi kernel sources"
+HOMEPAGE="https://github.com/raspberrypi/linux"
+
+src_unpack() {
+ git-r3_src_unpack
+ unpack_set_extraversion
+}