diff options
author | Sam James <sam@gentoo.org> | 2020-12-07 18:04:44 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2020-12-07 18:05:54 +0000 |
commit | f11274316f54b3505b175122c9118689102d4dea (patch) | |
tree | 7d7f528461e0f762e39170c0d7f1301c10f410fb /sys-kernel | |
parent | sys-apps/hwids: stablize 20200813.1 for all (diff) | |
download | gentoo-f11274316f54b3505b175122c9118689102d4dea.tar.gz gentoo-f11274316f54b3505b175122c9118689102d4dea.tar.bz2 gentoo-f11274316f54b3505b175122c9118689102d4dea.zip |
sys-kernel/raspberrypi-sources: bump to 5.4.79 (non-live!)
Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-kernel')
-rw-r--r-- | sys-kernel/raspberrypi-sources/Manifest | 1 | ||||
-rw-r--r-- | sys-kernel/raspberrypi-sources/raspberrypi-sources-5.4.79_p20201201.ebuild | 26 |
2 files changed, 27 insertions, 0 deletions
diff --git a/sys-kernel/raspberrypi-sources/Manifest b/sys-kernel/raspberrypi-sources/Manifest new file mode 100644 index 000000000000..48e9c499b71c --- /dev/null +++ b/sys-kernel/raspberrypi-sources/Manifest @@ -0,0 +1 @@ +DIST raspberrypi-kernel_1.20201201-1.tar.gz 175159649 BLAKE2B 6d7f4aed5696a2640ef591438b624434efa55af96216d7bf79888486a840171d8cd64548050c10890f1e636e8b42a7c97da0562ca36e44c07c2d24325942d374 SHA512 a8427e209a639b35088f32c4efa13ebd2d0efad7ad6f8ab40fbebec3c857d1acc4947aa0ea42e1edc1f8fd687b1bf8170764c811c0c876e92f0d66c269c91489 diff --git a/sys-kernel/raspberrypi-sources/raspberrypi-sources-5.4.79_p20201201.ebuild b/sys-kernel/raspberrypi-sources/raspberrypi-sources-5.4.79_p20201201.ebuild new file mode 100644 index 000000000000..de796c6696ac --- /dev/null +++ b/sys-kernel/raspberrypi-sources/raspberrypi-sources-5.4.79_p20201201.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +ETYPE=sources +K_DEFCONFIG="bcmrpi_defconfig" +K_SECURITY_UNSUPPORTED=1 +EXTRAVERSION="-${PN}/-*" + +inherit kernel-2 eapi7-ver +detect_version +detect_arch + +MY_PV=$(ver_cut 4-) +MY_PV=${MY_PV/p/} +DESCRIPTION="Raspberry Pi kernel sources" +HOMEPAGE="https://github.com/raspberrypi/linux" +SRC_URI="https://github.com/raspberrypi/linux/archive/raspberrypi-kernel_1.${MY_PV}-1.tar.gz" +S="${WORKDIR}/linux-raspberrypi-kernel_1.${MY_PV}-1" + +KEYWORDS="~arm ~arm64" + +src_unpack() { + default +} |