fix(sys-kernel/coreos-kernel) build in almost all kernel modules

This resolves the "xen fails to boot, so it falls back" problem of
getting out of sync with the kernel and the modules on the root
partitions.  Once kexec is working for xen, modules can be built again.
This commit is contained in:
Greg Kroah-Hartman 2013-09-03 15:45:45 -07:00
parent 1b493e4167
commit a159726876
2 changed files with 223 additions and 198 deletions

View File

@ -3,7 +3,7 @@
# $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="b42005e8756c65262c1bde050003fb339a380606"
CROS_WORKON_COMMIT="a50da2c50fe120e7ff58019f791c679ac5e8ac29"
CROS_WORKON_REPO="git://github.com"
CROS_WORKON_PROJECT="coreos/linux"
CROS_WORKON_LOCALNAME="linux"