mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-14 16:37:01 +02:00
feat(sys-kernel): use upstream kernel
move our kernel to Linus's 3.8
This commit is contained in:
parent
5e3690c3ce
commit
52898f4088
17
sdk_container/src/third_party/coreos-overlay/sys-kernel/coreos-kernel/coreos-kernel-3.8.ebuild
vendored
Normal file
17
sdk_container/src/third_party/coreos-overlay/sys-kernel/coreos-kernel/coreos-kernel-3.8.ebuild
vendored
Normal 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"
|
@ -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=] )
|
||||
"
|
Loading…
Reference in New Issue
Block a user