aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Arnold <stephen.arnold42@gmail.com>2016-06-26 14:35:12 -0700
committerSteve Arnold <stephen.arnold42@gmail.com>2016-06-26 14:35:39 -0700
commit9efbb028bc5b30f04b0764f24810d335f2e790b4 (patch)
tree03bfd6f6e3704ac199490938e7025e212d4dcfbe /sys-kernel
parentdev-lang/perl: migrate workaround for broken configure script to latest version (diff)
downloadarm-9efbb028bc5b30f04b0764f24810d335f2e790b4.tar.gz
arm-9efbb028bc5b30f04b0764f24810d335f2e790b4.tar.bz2
arm-9efbb028bc5b30f04b0764f24810d335f2e790b4.zip
drm-raspberrypi-sources: update to current default rpi-4.2.y branch
(plus throw in some bonus cleanup of old firefox versions)
Diffstat (limited to 'sys-kernel')
-rw-r--r--sys-kernel/drm-raspberrypi-sources/drm-raspberrypi-sources-4.1.9999.ebuild4
-rw-r--r--sys-kernel/drm-raspberrypi-sources/drm-raspberrypi-sources-4.2.9999.ebuild28
2 files changed, 30 insertions, 2 deletions
diff --git a/sys-kernel/drm-raspberrypi-sources/drm-raspberrypi-sources-4.1.9999.ebuild b/sys-kernel/drm-raspberrypi-sources/drm-raspberrypi-sources-4.1.9999.ebuild
index 45a8727..8805403 100644
--- a/sys-kernel/drm-raspberrypi-sources/drm-raspberrypi-sources-4.1.9999.ebuild
+++ b/sys-kernel/drm-raspberrypi-sources/drm-raspberrypi-sources-4.1.9999.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: $
+# $Id$
EAPI=5
diff --git a/sys-kernel/drm-raspberrypi-sources/drm-raspberrypi-sources-4.2.9999.ebuild b/sys-kernel/drm-raspberrypi-sources/drm-raspberrypi-sources-4.2.9999.ebuild
new file mode 100644
index 0000000..1baeef7
--- /dev/null
+++ b/sys-kernel/drm-raspberrypi-sources/drm-raspberrypi-sources-4.2.9999.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+ETYPE=sources
+K_DEFCONFIG="bcm2835_defconfig"
+K_SECURITY_UNSUPPORTED=1
+EXTRAVERSION="-${PN}/-*"
+inherit kernel-2
+detect_version
+detect_arch
+
+inherit git-2 versionator
+EGIT_REPO_URI=https://github.com/anholt/linux.git
+EGIT_PROJECT="rpi-drm-linux.git"
+EGIT_BRANCH="rpi-4.2.y"
+
+DESCRIPTION="Raspberry PI kernel sources with bleeding edge VC4 DRM patches"
+HOMEPAGE="https://github.com/anholt"
+
+KEYWORDS=""
+
+src_unpack() {
+ git-2_src_unpack
+ unpack_set_extraversion
+}