You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
26 lines
796 B
26 lines
796 B
# 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.2 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.6.11"
|
|
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="245f716a0b"
|
|
# 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"
|