overlay/sys-kernel/pandaboard-sources/pandaboard-sources-3.10.17.ebuild

25 lines
629 B
Bash
Raw Normal View History

2012-12-15 21:57:06 +01:00
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
2013-12-06 00:04:57 +01:00
EAPI="5"
2012-12-15 21:57:06 +01:00
ETYPE="sources"
2013-10-29 18:26:14 +01:00
K_WANT_GENPATCHES="base extras"
K_GENPATCHES_VER="24"
K_NASPATCHES_VER="9"
2012-12-15 21:57:06 +01:00
K_NASCONFIGS_VER="1"
K_KERNEL_PATCH_VER=""
2013-10-29 18:26:14 +01:00
K_NASKERNEL_NAME="pandaboard"
2012-12-15 21:57:06 +01:00
K_NASKERNEL_URI_CONFIG="yes"
K_ONLY_SOURCES="1"
inherit nas-kernel
KEYWORDS="~arm"
2013-10-29 18:26:14 +01:00
DESCRIPTION="Official SabLink pandaboard Linux kernel sources"
2012-12-15 21:57:06 +01:00
RESTRICT="mirror"
IUSE="sources_standalone"
DEPEND="${DEPEND}
2013-10-29 18:26:14 +01:00
sources_standalone? ( !=sys-kernel/linux-pandaboard-${PVR} )
!sources_standalone? ( =sys-kernel/linux-pandaboard-${PVR} )"