diff options
author | Kai Kang <kai.kang@windriver.com> | 2019-05-08 23:04:04 -0400 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-05-12 09:04:26 +0100 |
commit | 4ed9d2b969ce1c54fa2ebb3f8a137f0093ed7d60 (patch) | |
tree | dbbdcef5cf669a5f7d59ec389e3cfa0c1eed2359 /meta/conf | |
parent | 33ed48fb26ca99c0dfeb259a8ca52db53d74e7d1 (diff) | |
download | poky-4ed9d2b969ce1c54fa2ebb3f8a137f0093ed7d60.tar.gz |
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>
Diffstat (limited to 'meta/conf')
-rw-r--r-- | meta/conf/bitbake.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf index c13e4f3f71..c5313ccd19 100644 --- a/meta/conf/bitbake.conf +++ b/meta/conf/bitbake.conf | |||
@@ -848,7 +848,7 @@ COMBINED_FEATURES[vardeps] += "DISTRO_FEATURES MACHINE_FEATURES" | |||
848 | SERIAL_CONSOLE ??= "" | 848 | SERIAL_CONSOLE ??= "" |
849 | SERIAL_CONSOLES ??= "${@d.getVar('SERIAL_CONSOLE').replace(' ', ';')}" | 849 | SERIAL_CONSOLES ??= "${@d.getVar('SERIAL_CONSOLE').replace(' ', ';')}" |
850 | 850 | ||
851 | NO_RECOMMENDATIONS ?= "" | 851 | NO_RECOMMENDATIONS ??= "" |
852 | BAD_RECOMMENDATIONS ?= "" | 852 | BAD_RECOMMENDATIONS ?= "" |
853 | 853 | ||
854 | # Make sure MACHINE isn't exported | 854 | # Make sure MACHINE isn't exported |