Merge pull request #109 from marineam/kernel

fix(sys-kernel/coreos-kernel): Disable outoftree for patched versions.
This commit is contained in:
Greg Kroah-Hartman 2013-07-22 11:00:02 -07:00
commit f9dcc864a6
3 changed files with 3 additions and 0 deletions

View File

@ -7,6 +7,7 @@ CROS_WORKON_COMMIT="60757f78d6dbd86e935b4de43d61547174228cb7"
CROS_WORKON_REPO="git://github.com" CROS_WORKON_REPO="git://github.com"
CROS_WORKON_PROJECT="coreos/linux" CROS_WORKON_PROJECT="coreos/linux"
CROS_WORKON_LOCALNAME="linux" CROS_WORKON_LOCALNAME="linux"
CROS_WORKON_OUTOFTREE_BUILD=0
inherit cros-workon cros-kernel2 inherit cros-workon cros-kernel2
DEPEND=" DEPEND="

View File

@ -8,6 +8,7 @@ CROS_WORKON_TREE="0ff44b050e7f57e7d3743a44af2c9211da30bdb4"
CROS_WORKON_REPO="git://github.com" CROS_WORKON_REPO="git://github.com"
CROS_WORKON_PROJECT="coreos/linux" CROS_WORKON_PROJECT="coreos/linux"
CROS_WORKON_LOCALNAME="linux" CROS_WORKON_LOCALNAME="linux"
CROS_WORKON_OUTOFTREE_BUILD=0
inherit cros-workon cros-kernel2 inherit cros-workon cros-kernel2
DEPEND=" DEPEND="

View File

@ -8,6 +8,7 @@ CROS_WORKON_TREE="0ff44b050e7f57e7d3743a44af2c9211da30bdb4"
CROS_WORKON_REPO="git://github.com" CROS_WORKON_REPO="git://github.com"
CROS_WORKON_PROJECT="coreos/linux" CROS_WORKON_PROJECT="coreos/linux"
CROS_WORKON_LOCALNAME="linux" CROS_WORKON_LOCALNAME="linux"
CROS_WORKON_OUTOFTREE_BUILD=0
inherit cros-workon cros-kernel2 inherit cros-workon cros-kernel2
DEPEND=" DEPEND="