summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Weber <xmw@gentoo.org>2013-07-22 06:53:57 +0000
committerMichael Weber <xmw@gentoo.org>2013-07-22 06:53:57 +0000
commit3bc710bbe0ff8f392642db7a8b23365305fd2ccf (patch)
tree515f99c845bb026e89132644d35473e70a0e56a8 /sys-kernel/raspberrypi-sources/raspberrypi-sources-3.10.1_pre-r20130719.ebuild
parentsys-kernel/aufs-sources: Bump to latest aufs release and genpatches (diff)
downloadgentoo-2-3bc710bbe0ff8f392642db7a8b23365305fd2ccf.tar.gz
gentoo-2-3bc710bbe0ff8f392642db7a8b23365305fd2ccf.tar.bz2
gentoo-2-3bc710bbe0ff8f392642db7a8b23365305fd2ccf.zip
Add git snapshot of 3.10.1, replace bcmrpi_cutdown_defconfig with bcmrpi_defconfig.
(Portage version: 2.2.0_alpha188/cvs/Linux x86_64, signed Manifest commit with key 62EEF090)
Diffstat (limited to 'sys-kernel/raspberrypi-sources/raspberrypi-sources-3.10.1_pre-r20130719.ebuild')
-rw-r--r--sys-kernel/raspberrypi-sources/raspberrypi-sources-3.10.1_pre-r20130719.ebuild25
1 files changed, 25 insertions, 0 deletions
diff --git a/sys-kernel/raspberrypi-sources/raspberrypi-sources-3.10.1_pre-r20130719.ebuild b/sys-kernel/raspberrypi-sources/raspberrypi-sources-3.10.1_pre-r20130719.ebuild
new file mode 100644
index 000000000000..278cd6b6d14b
--- /dev/null
+++ b/sys-kernel/raspberrypi-sources/raspberrypi-sources-3.10.1_pre-r20130719.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/sys-kernel/raspberrypi-sources/raspberrypi-sources-3.10.1_pre-r20130719.ebuild,v 1.1 2013/07/22 06:53:57 xmw Exp $
+
+EAPI=5
+
+ETYPE=sources
+K_DEFCONFIG="bcmrpi_defconfig"
+K_SECURITY_UNSUPPORTED=1
+UNIPATCH_LIST="${DISTDIR}/${PF}.patch.xz"
+CKV="3.10.1"
+inherit kernel-2
+detect_version
+detect_arch
+
+DESCRIPTION="Raspberry PI kernel sources"
+HOMEPAGE="https://github.com/raspberrypi/linux"
+# from github.com/rasperrypi/firmware/extra/git_hash
+# MY_COMMIT="b04d3b1874"
+# https://github.com/raspberrypi/linux/tarball/${MY_COMMIT} ->
+# raspberrypi-sources-${MY_COMMIT}.tar.gz
+SRC_URI="${KERNEL_URI}
+ http://dev.gentoo.org/~xmw/${PN}/${PF}.patch.xz"
+
+KEYWORDS="~arm"