diff options
Diffstat (limited to 'meta')
-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 114c5e7091..420bdfa31a 100644 --- a/meta/conf/bitbake.conf +++ b/meta/conf/bitbake.conf | |||
@@ -631,7 +631,7 @@ export PATCH_GET="0" | |||
631 | 631 | ||
632 | # Pre-build configuration output | 632 | # Pre-build configuration output |
633 | BUILDCFG_HEADER = "Build Configuration:" | 633 | BUILDCFG_HEADER = "Build Configuration:" |
634 | BUILDCFG_VARS = "BB_VERSION TARGET_ARCH TARGET_OS MACHINE DISTRO DISTRO_VERSION TUNE_FEATURES TARGET_FPU" | 634 | BUILDCFG_VARS = "BB_VERSION BUILD_SYS NATIVELSBSTRING TARGET_SYS MACHINE DISTRO DISTRO_VERSION TUNE_FEATURES TARGET_FPU" |
635 | BUILDCFG_VARS[type] = "list" | 635 | BUILDCFG_VARS[type] = "list" |
636 | BUILDCFG_NEEDEDVARS = "TARGET_ARCH TARGET_OS" | 636 | BUILDCFG_NEEDEDVARS = "TARGET_ARCH TARGET_OS" |
637 | BUILDCFG_NEEDEDVARS[type] = "list" | 637 | BUILDCFG_NEEDEDVARS[type] = "list" |