diff options
Diffstat (limited to 'meta/conf/bitbake.conf')
-rw-r--r-- | meta/conf/bitbake.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf index 07eb473190..43acc077b8 100644 --- a/meta/conf/bitbake.conf +++ b/meta/conf/bitbake.conf | |||
@@ -753,6 +753,7 @@ COMBINED_FEATURES[vardeps] += "DISTRO_FEATURES MACHINE_FEATURES" | |||
753 | SERIAL_CONSOLE ??= "" | 753 | SERIAL_CONSOLE ??= "" |
754 | SERIAL_CONSOLES ??= "${@d.getVar('SERIAL_CONSOLE', True).replace(' ', ';')}" | 754 | SERIAL_CONSOLES ??= "${@d.getVar('SERIAL_CONSOLE', True).replace(' ', ';')}" |
755 | 755 | ||
756 | NO_RECOMMENDATIONS ?= "" | ||
756 | BAD_RECOMMENDATIONS ?= "" | 757 | BAD_RECOMMENDATIONS ?= "" |
757 | 758 | ||
758 | # Make sure MACHINE isn't exported | 759 | # Make sure MACHINE isn't exported |