core: move reproducible option to advanced sub-menu

The reproducible build is only in its infancy; it is far from being
complete.

As such, move it to the "advanced" build sub-menu, where it belong for
now...

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2016.08.x
Yann E. MORIN 2016-08-25 19:19:46 +02:00 committed by Thomas Petazzoni
parent 405fb22c5c
commit 1ac2cdd7d1
1 changed files with 2 additions and 2 deletions

View File

@ -726,8 +726,6 @@ config BR2_COMPILER_PARANOID_UNSAFE_PATH
toolchain (through the toolchain wrapper and binutils patches) toolchain (through the toolchain wrapper and binutils patches)
and external toolchain backends (through the toolchain wrapper). and external toolchain backends (through the toolchain wrapper).
endmenu
config BR2_REPRODUCIBLE config BR2_REPRODUCIBLE
bool "Make the build reproducible (experimental)" bool "Make the build reproducible (experimental)"
help help
@ -741,6 +739,8 @@ config BR2_REPRODUCIBLE
endmenu endmenu
endmenu
source "toolchain/Config.in" source "toolchain/Config.in"
source "system/Config.in" source "system/Config.in"