recipes-kernel: linux: Remove the assignment of KCONFIG_MODE

This hack was required to ask do_kernel_configme to don't pass
option --noallconfig to configme (which had bad effects for
the current configuration). As the task configme is disabled,
this assignment is no longer required.

Signed-off-by: Romain Perier <romain.perier@free-electrons.com>
Reviewed-by: Trevor Woerner <twoerner@gmail.com>
This commit is contained in:
Romain Perier 2016-08-07 18:55:05 +02:00 committed by Trevor Woerner
parent ac1fce7ff7
commit bde3e571b9

View File

@ -7,9 +7,6 @@ require recipes-kernel/linux/linux-yocto.inc
SRC_URI = "git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git;branch=linux-4.1.y"
SRCREV = "${AUTOREV}"
# Override this variable in order to don't pass --noallconfig to configme,
# which restarts configuration from scratch most of the time
KCONFIG_MODE = " "
LINUX_VERSION = "4.1"
# Override local version in order to use the one generated by linux build system
# And not "yocto-standard"