mirror of
git://git.yoctoproject.org/meta-rockchip.git
synced 2025-07-19 12:49:03 +02:00
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:
parent
ac1fce7ff7
commit
bde3e571b9
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue
Block a user