diff --git a/sdk_container/src/third_party/coreos-overlay/eclass/cros-kernel2.eclass b/sdk_container/src/third_party/coreos-overlay/eclass/cros-kernel2.eclass index 8168bf4e1b..b558af14fb 100644 --- a/sdk_container/src/third_party/coreos-overlay/eclass/cros-kernel2.eclass +++ b/sdk_container/src/third_party/coreos-overlay/eclass/cros-kernel2.eclass @@ -12,7 +12,7 @@ SLOT="0" DEPEND="sys-apps/debianutils " -IUSE="-kernel_sources" +IUSE="-source" STRIP_MASK="/usr/lib/debug/boot/vmlinux" # Build out-of-tree and incremental by default, but allow an ebuild inheriting @@ -144,7 +144,7 @@ cros-kernel2_src_install() { insinto /usr/lib/debug/boot/${version}/ doins "$(cros-workon_get_build_dir)/vmlinux" - if use kernel_sources; then + if use source; then install_kernel_sources fi }