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
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')
-rw-r--r--sys-kernel/raspberrypi-sources/ChangeLog14
-rw-r--r--sys-kernel/raspberrypi-sources/raspberrypi-sources-3.10.1_pre-r20130719.ebuild25
-rw-r--r--sys-kernel/raspberrypi-sources/raspberrypi-sources-3.10.9999.ebuild4
-rw-r--r--sys-kernel/raspberrypi-sources/raspberrypi-sources-3.6.11-r20130711.ebuild4
-rw-r--r--sys-kernel/raspberrypi-sources/raspberrypi-sources-3.6.9999.ebuild4
-rw-r--r--sys-kernel/raspberrypi-sources/raspberrypi-sources-3.8.9999.ebuild4
-rw-r--r--sys-kernel/raspberrypi-sources/raspberrypi-sources-3.9.10_pre-r20130715.ebuild4
-rw-r--r--sys-kernel/raspberrypi-sources/raspberrypi-sources-3.9.9999.ebuild4
8 files changed, 50 insertions, 13 deletions
diff --git a/sys-kernel/raspberrypi-sources/ChangeLog b/sys-kernel/raspberrypi-sources/ChangeLog
index 522250085edc..bdd21bba6a74 100644
--- a/sys-kernel/raspberrypi-sources/ChangeLog
+++ b/sys-kernel/raspberrypi-sources/ChangeLog
@@ -1,6 +1,18 @@
# ChangeLog for sys-kernel/raspberrypi-sources
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-kernel/raspberrypi-sources/ChangeLog,v 1.2 2013/07/22 06:12:32 xmw Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-kernel/raspberrypi-sources/ChangeLog,v 1.3 2013/07/22 06:53:57 xmw Exp $
+
+*raspberrypi-sources-3.10.1_pre-r20130719 (22 Jul 2013)
+
+ 22 Jul 2013; Michael Weber <xmw@gentoo.org>
+ +raspberrypi-sources-3.10.1_pre-r20130719.ebuild,
+ raspberrypi-sources-3.10.9999.ebuild,
+ raspberrypi-sources-3.6.11-r20130711.ebuild,
+ raspberrypi-sources-3.6.9999.ebuild, raspberrypi-sources-3.8.9999.ebuild,
+ raspberrypi-sources-3.9.10_pre-r20130715.ebuild,
+ raspberrypi-sources-3.9.9999.ebuild:
+ Add git snapshot of 3.10.1, replace bcmrpi_cutdown_defconfig with
+ bcmrpi_defconfig.
*raspberrypi-sources-3.10.9999 (22 Jul 2013)
*raspberrypi-sources-3.6.9999 (22 Jul 2013)
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"
diff --git a/sys-kernel/raspberrypi-sources/raspberrypi-sources-3.10.9999.ebuild b/sys-kernel/raspberrypi-sources/raspberrypi-sources-3.10.9999.ebuild
index e1371b909b47..d262e72b3821 100644
--- a/sys-kernel/raspberrypi-sources/raspberrypi-sources-3.10.9999.ebuild
+++ b/sys-kernel/raspberrypi-sources/raspberrypi-sources-3.10.9999.ebuild
@@ -1,11 +1,11 @@
# 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.9999.ebuild,v 1.1 2013/07/22 06:12:32 xmw Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-kernel/raspberrypi-sources/raspberrypi-sources-3.10.9999.ebuild,v 1.2 2013/07/22 06:53:57 xmw Exp $
EAPI=5
ETYPE=sources
-K_DEFCONFIG="bcmrpi_cutdown_defconfig"
+K_DEFCONFIG="bcmrpi_defconfig"
K_SECURITY_UNSUPPORTED=1
EXTRAVERSION="-${PN}/-*"
inherit kernel-2
diff --git a/sys-kernel/raspberrypi-sources/raspberrypi-sources-3.6.11-r20130711.ebuild b/sys-kernel/raspberrypi-sources/raspberrypi-sources-3.6.11-r20130711.ebuild
index d43209b1546a..569702dd772a 100644
--- a/sys-kernel/raspberrypi-sources/raspberrypi-sources-3.6.11-r20130711.ebuild
+++ b/sys-kernel/raspberrypi-sources/raspberrypi-sources-3.6.11-r20130711.ebuild
@@ -1,11 +1,11 @@
# 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.6.11-r20130711.ebuild,v 1.1 2013/07/19 14:33:47 xmw Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-kernel/raspberrypi-sources/raspberrypi-sources-3.6.11-r20130711.ebuild,v 1.2 2013/07/22 06:53:57 xmw Exp $
EAPI=5
ETYPE=sources
-K_DEFCONFIG="bcmrpi_cutdown_defconfig"
+K_DEFCONFIG="bcmrpi_defconfig"
K_SECURITY_UNSUPPORTED=1
UNIPATCH_LIST="${DISTDIR}/${PF}.patch.xz"
CKV="3.6.11"
diff --git a/sys-kernel/raspberrypi-sources/raspberrypi-sources-3.6.9999.ebuild b/sys-kernel/raspberrypi-sources/raspberrypi-sources-3.6.9999.ebuild
index 22b5c4c2ff07..6d7f10fe2f30 100644
--- a/sys-kernel/raspberrypi-sources/raspberrypi-sources-3.6.9999.ebuild
+++ b/sys-kernel/raspberrypi-sources/raspberrypi-sources-3.6.9999.ebuild
@@ -1,11 +1,11 @@
# 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.6.9999.ebuild,v 1.1 2013/07/22 06:12:32 xmw Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-kernel/raspberrypi-sources/raspberrypi-sources-3.6.9999.ebuild,v 1.2 2013/07/22 06:53:57 xmw Exp $
EAPI=5
ETYPE=sources
-K_DEFCONFIG="bcmrpi_cutdown_defconfig"
+K_DEFCONFIG="bcmrpi_defconfig"
K_SECURITY_UNSUPPORTED=1
EXTRAVERSION="-${PN}/-*"
inherit kernel-2
diff --git a/sys-kernel/raspberrypi-sources/raspberrypi-sources-3.8.9999.ebuild b/sys-kernel/raspberrypi-sources/raspberrypi-sources-3.8.9999.ebuild
index 088364000a22..c7655d091b55 100644
--- a/sys-kernel/raspberrypi-sources/raspberrypi-sources-3.8.9999.ebuild
+++ b/sys-kernel/raspberrypi-sources/raspberrypi-sources-3.8.9999.ebuild
@@ -1,11 +1,11 @@
# 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.8.9999.ebuild,v 1.1 2013/07/22 06:12:32 xmw Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-kernel/raspberrypi-sources/raspberrypi-sources-3.8.9999.ebuild,v 1.2 2013/07/22 06:53:57 xmw Exp $
EAPI=5
ETYPE=sources
-K_DEFCONFIG="bcmrpi_cutdown_defconfig"
+K_DEFCONFIG="bcmrpi_defconfig"
K_SECURITY_UNSUPPORTED=1
EXTRAVERSION="-${PN}/-*"
inherit kernel-2
diff --git a/sys-kernel/raspberrypi-sources/raspberrypi-sources-3.9.10_pre-r20130715.ebuild b/sys-kernel/raspberrypi-sources/raspberrypi-sources-3.9.10_pre-r20130715.ebuild
index 5a9434e15139..af0f6656984b 100644
--- a/sys-kernel/raspberrypi-sources/raspberrypi-sources-3.9.10_pre-r20130715.ebuild
+++ b/sys-kernel/raspberrypi-sources/raspberrypi-sources-3.9.10_pre-r20130715.ebuild
@@ -1,11 +1,11 @@
# 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.9.10_pre-r20130715.ebuild,v 1.1 2013/07/19 14:33:47 xmw Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-kernel/raspberrypi-sources/raspberrypi-sources-3.9.10_pre-r20130715.ebuild,v 1.2 2013/07/22 06:53:57 xmw Exp $
EAPI=5
ETYPE=sources
-K_DEFCONFIG="bcmrpi_cutdown_defconfig"
+K_DEFCONFIG="bcmrpi_defconfig"
K_SECURITY_UNSUPPORTED=1
UNIPATCH_LIST="${DISTDIR}/${PF}.patch.xz"
CKV="3.9.10"
diff --git a/sys-kernel/raspberrypi-sources/raspberrypi-sources-3.9.9999.ebuild b/sys-kernel/raspberrypi-sources/raspberrypi-sources-3.9.9999.ebuild
index 9e837d0e4c20..ca2f7fe88a8d 100644
--- a/sys-kernel/raspberrypi-sources/raspberrypi-sources-3.9.9999.ebuild
+++ b/sys-kernel/raspberrypi-sources/raspberrypi-sources-3.9.9999.ebuild
@@ -1,11 +1,11 @@
# 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.9.9999.ebuild,v 1.1 2013/07/22 06:12:32 xmw Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-kernel/raspberrypi-sources/raspberrypi-sources-3.9.9999.ebuild,v 1.2 2013/07/22 06:53:57 xmw Exp $
EAPI=5
ETYPE=sources
-K_DEFCONFIG="bcmrpi_cutdown_defconfig"
+K_DEFCONFIG="bcmrpi_defconfig"
K_SECURITY_UNSUPPORTED=1
EXTRAVERSION="-${PN}/-*"
inherit kernel-2