mirror of
https://git.yoctoproject.org/poky
synced 2026-04-08 08:02:23 +02:00
bitbake.conf: set NO_RECOMMENDATIONS with weak assignment
Set NO_RECOMMENDATIONS with weak assignment then it could be set a default value somewhere else. (From OE-Core rev: f88da482d74e9f7d7c5bfc164cca52950ab6615d) Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -848,7 +848,7 @@ COMBINED_FEATURES[vardeps] += "DISTRO_FEATURES MACHINE_FEATURES"
|
||||
SERIAL_CONSOLE ??= ""
|
||||
SERIAL_CONSOLES ??= "${@d.getVar('SERIAL_CONSOLE').replace(' ', ';')}"
|
||||
|
||||
NO_RECOMMENDATIONS ?= ""
|
||||
NO_RECOMMENDATIONS ??= ""
|
||||
BAD_RECOMMENDATIONS ?= ""
|
||||
|
||||
# Make sure MACHINE isn't exported
|
||||
|
||||
Reference in New Issue
Block a user