feat(sys-kernel): use upstream kernel

move our kernel to Linus's 3.8
This commit is contained in:
Brandon Philips 2013-02-25 07:50:48 -08:00
parent 5e3690c3ce
commit 52898f4088
2 changed files with 20 additions and 3 deletions

View File

@ -0,0 +1,17 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-kernel/vanilla-sources/vanilla-sources-3.7.5.ebuild,v 1.1 2013/01/28 13:18:54 ago Exp $
EAPI=4
CROS_WORKON_COMMIT="19f949f52599ba7c3f67a5897ac6be14bfcb1200"
CROS_WORKON_TREE="19f949f52599ba7c3f67a5897ac6be14bfcb1200"
CROS_WORKON_REPO="https://kernel.googlesource.com/pub/scm/linux/kernel/git/"
CROS_WORKON_PROJECT="torvalds/linux-2.6"
inherit cros-workon cros-kernel2
DESCRIPTION="CoreOS kernel"
HOMEPAGE="http://www.kernel.org"
SRC_URI="${KERNEL_URI}"
KEYWORDS="amd64 arm x86"
IUSE="deblob"

View File

@ -3,7 +3,7 @@
EAPI=2
DESCRIPTION="Chrome OS Kernel virtual package"
DESCRIPTION="Core OS Kernel virtual package"
HOMEPAGE="http://src.chromium.org"
LICENSE="GPL-2"
@ -12,6 +12,6 @@ KEYWORDS="amd64 arm x86"
IUSE="-kernel_next -kernel_sources"
RDEPEND="
kernel_next? ( sys-kernel/chromeos-kernel-next[kernel_sources=] )
!kernel_next? ( sys-kernel/chromeos-kernel[kernel_sources=] )
kernel_next? ( sys-kernel/coreos-kernel-next[kernel_sources=] )
!kernel_next? ( sys-kernel/coreos-kernel[kernel_sources=] )
"