Message ID | 20210401085213.1209080-3-yann@blade-group.com |
---|---|
State | New |
Headers | show |
diff --git a/conf/machine/include/rockchip-defaults.inc b/conf/machine/include/rockchip-defaults.inc index a4e2a2c..17d1d0b 100644 --- a/conf/machine/include/rockchip-defaults.inc +++ b/conf/machine/include/rockchip-defaults.inc @@ -2,7 +2,6 @@ # kernel PREFERRED_PROVIDER_virtual/kernel ?= "linux-yocto" -KCONFIG_MODE ?= "alldefconfig" LINUX_VERSION_EXTENSION ?= "-rockchip" # xserver
From: Yann Dirson <yann@blade-group.com> When using in-kernel defconfig this is already the default, but linux-yocto defaults to "allnoconfig" mode when a defconfig is specified in SRC_URI, and there is no reason to override this globally. --- conf/machine/include/rockchip-defaults.inc | 1 - 1 file changed, 1 deletion(-)