revert: print a note about the changed 'default' behavior"
The deprecation warning has existed for 1 release and 3 months, giving
users plenty of time to be warned.
This reverts commit 9c93e8e87b
.
Signed-off-by: Sebastian Bøe <sebastian.boe@nordicsemi.no>
This commit is contained in:
parent
add09c72ee
commit
6da970e593
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -41,9 +41,6 @@ tags
|
|||
.envrc
|
||||
.vscode
|
||||
|
||||
# Disables the warning about the changed behavior for Kconfig defaults
|
||||
hide-defaults-note
|
||||
|
||||
# Tag files
|
||||
GPATH
|
||||
GRTAGS
|
||||
|
|
|
@ -350,20 +350,3 @@ foreach(boilerplate_lib ${ZEPHYR_INTERFACE_LIBS_PROPERTY})
|
|||
${boilerplate_lib}
|
||||
)
|
||||
endforeach()
|
||||
|
||||
|
||||
if(NOT EXISTS ${ZEPHYR_BASE}/hide-defaults-note)
|
||||
message(STATUS "\n\
|
||||
*******************************\n\
|
||||
*** NOTE TO KCONFIG AUTHORS ***\n\
|
||||
*******************************\n\
|
||||
\n\
|
||||
The behavior of Kconfig 'default' properties in Zephyr has changed. The \n\
|
||||
earliest default with a satisfied condition is now used, instead of the \n\
|
||||
last one. This is standard Kconfig behavior.\n\
|
||||
\n\
|
||||
See http://docs.zephyrproject.org/latest/porting/board_porting.html#old-zephyr-kconfig-behavior-for-defaults.\n\
|
||||
\n\
|
||||
To get rid of this note, create a file called 'hide-defaults-note' in the \n\
|
||||
Zephyr root directory. An empty file is fine.")
|
||||
endif()
|
||||
|
|
Loading…
Reference in a new issue