diff --git a/sdk_container/src/third_party/coreos-overlay/sys-kernel/coreos-kernel/coreos-kernel-3.8.ebuild b/sdk_container/src/third_party/coreos-overlay/sys-kernel/coreos-kernel/coreos-kernel-3.8.ebuild new file mode 100644 index 0000000000..4a40d1f532 --- /dev/null +++ b/sdk_container/src/third_party/coreos-overlay/sys-kernel/coreos-kernel/coreos-kernel-3.8.ebuild @@ -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" diff --git a/sdk_container/src/third_party/coreos-overlay/virtual/linux-sources/linux-sources-1.ebuild b/sdk_container/src/third_party/coreos-overlay/virtual/linux-sources/linux-sources-2.ebuild similarity index 61% rename from sdk_container/src/third_party/coreos-overlay/virtual/linux-sources/linux-sources-1.ebuild rename to sdk_container/src/third_party/coreos-overlay/virtual/linux-sources/linux-sources-2.ebuild index b1d0181fe2..df7cdd2e86 100644 --- a/sdk_container/src/third_party/coreos-overlay/virtual/linux-sources/linux-sources-1.ebuild +++ b/sdk_container/src/third_party/coreos-overlay/virtual/linux-sources/linux-sources-2.ebuild @@ -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=] ) "