From: Yann Dirson <[email protected]> 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(-)
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 -- 2.30.2
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#52994): https://lists.yoctoproject.org/g/yocto/message/52994 Mute This Topic: https://lists.yoctoproject.org/mt/81771293/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/yocto/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
