mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-15 08:56:58 +02:00
fix(virtual/linux-sources): Only install coreos-kernel on targets.
We don't have a valid kernel (or use-case to have one) for "cros_host" (the SDK) so just fake it. Also remove some unused flags. This change prevents the latest kmod ebuild from pulling in coreos-kernel, bootengine, and friends into the SDK.
This commit is contained in:
parent
37b2e4a2e8
commit
e7015a87a5
@ -9,9 +9,8 @@ HOMEPAGE="http://www.coreos.com"
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 arm x86"
|
||||
IUSE="-kernel_next -kernel_sources"
|
||||
IUSE="cros_host"
|
||||
|
||||
RDEPEND="
|
||||
kernel_next? ( sys-kernel/coreos-kernel-next[kernel_sources=] )
|
||||
!kernel_next? ( sys-kernel/coreos-kernel[kernel_sources=] )
|
||||
!cros_host? ( sys-kernel/coreos-kernel )
|
||||
"
|
Loading…
Reference in New Issue
Block a user