From 55fd5a865fe9555f8ef44cc799842b587824cf64 Mon Sep 17 00:00:00 2001 From: Greg Kroah-Hartman Date: Thu, 27 Jun 2013 19:36:20 -0700 Subject: [PATCH] fix(sys-kernel/coreos-kernel) bump kernel version to 3.9.8 Pull in all of the good fixes, especially in the networking area, that the 3.9.8 kernel provides. --- .../coreos-kernel/coreos-kernel-3.9.8.ebuild | 25 +++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 sdk_container/src/third_party/coreos-overlay/sys-kernel/coreos-kernel/coreos-kernel-3.9.8.ebuild diff --git a/sdk_container/src/third_party/coreos-overlay/sys-kernel/coreos-kernel/coreos-kernel-3.9.8.ebuild b/sdk_container/src/third_party/coreos-overlay/sys-kernel/coreos-kernel/coreos-kernel-3.9.8.ebuild new file mode 100644 index 0000000000..a1719d5a74 --- /dev/null +++ b/sdk_container/src/third_party/coreos-overlay/sys-kernel/coreos-kernel/coreos-kernel-3.9.8.ebuild @@ -0,0 +1,25 @@ +# 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="7ef4061b8f08fe9914584f1211a3583e643651d5" +CROS_WORKON_TREE="0ff44b050e7f57e7d3743a44af2c9211da30bdb4" +CROS_WORKON_REPO="git://github.com" +CROS_WORKON_PROJECT="coreos/linux" +inherit cros-workon cros-kernel2 + +DEPEND=" + sys-devel/bc +" + +DESCRIPTION="CoreOS kernel" +HOMEPAGE="http://www.kernel.org" +SRC_URI="${KERNEL_URI}" + +KEYWORDS="amd64 arm x86" +IUSE="deblob" + +src_prepare() { + epatch "${FILESDIR}"/no_firmware.patch +}