mirror of
https://github.com/flatcar/scripts.git
synced 2025-09-30 18:12:08 +02:00
fix(sys-kernel/coreos-kernel): Disable outoftree for patched versions.
Missed this in 59d86fde1c2fa477b91f76d29ea1da145ca6f618, we don't want to patch shared source trees and doing so causes a sandbox violation. So disable CROS_WORKON_OUTOFTREE_BUILD for versions with the no-firmware patch.
This commit is contained in:
parent
f580a19177
commit
3d81c85899
@ -7,6 +7,7 @@ CROS_WORKON_COMMIT="60757f78d6dbd86e935b4de43d61547174228cb7"
|
||||
CROS_WORKON_REPO="git://github.com"
|
||||
CROS_WORKON_PROJECT="coreos/linux"
|
||||
CROS_WORKON_LOCALNAME="linux"
|
||||
CROS_WORKON_OUTOFTREE_BUILD=0
|
||||
inherit cros-workon cros-kernel2
|
||||
|
||||
DEPEND="
|
||||
|
@ -8,6 +8,7 @@ CROS_WORKON_TREE="0ff44b050e7f57e7d3743a44af2c9211da30bdb4"
|
||||
CROS_WORKON_REPO="git://github.com"
|
||||
CROS_WORKON_PROJECT="coreos/linux"
|
||||
CROS_WORKON_LOCALNAME="linux"
|
||||
CROS_WORKON_OUTOFTREE_BUILD=0
|
||||
inherit cros-workon cros-kernel2
|
||||
|
||||
DEPEND="
|
||||
|
@ -8,6 +8,7 @@ CROS_WORKON_TREE="0ff44b050e7f57e7d3743a44af2c9211da30bdb4"
|
||||
CROS_WORKON_REPO="git://github.com"
|
||||
CROS_WORKON_PROJECT="coreos/linux"
|
||||
CROS_WORKON_LOCALNAME="linux"
|
||||
CROS_WORKON_OUTOFTREE_BUILD=0
|
||||
inherit cros-workon cros-kernel2
|
||||
|
||||
DEPEND="
|
||||
|
Loading…
x
Reference in New Issue
Block a user