summaryrefslogtreecommitdiffstats
path: root/meta/conf/bitbake.conf
diff options
context:
space:
mode:
Diffstat (limited to 'meta/conf/bitbake.conf')
-rw-r--r--meta/conf/bitbake.conf2
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"
848SERIAL_CONSOLE ??= "" 848SERIAL_CONSOLE ??= ""
849SERIAL_CONSOLES ??= "${@d.getVar('SERIAL_CONSOLE').replace(' ', ';')}" 849SERIAL_CONSOLES ??= "${@d.getVar('SERIAL_CONSOLE').replace(' ', ';')}"
850 850
851NO_RECOMMENDATIONS ?= "" 851NO_RECOMMENDATIONS ??= ""
852BAD_RECOMMENDATIONS ?= "" 852BAD_RECOMMENDATIONS ?= ""
853 853
854# Make sure MACHINE isn't exported 854# Make sure MACHINE isn't exported