diff options
Diffstat (limited to 'meta/conf/bitbake.conf')
-rw-r--r-- | meta/conf/bitbake.conf | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf index d7b7a4b46f..ea313adca5 100644 --- a/meta/conf/bitbake.conf +++ b/meta/conf/bitbake.conf | |||
@@ -656,6 +656,10 @@ AUTO_LIBNAME_PKGS = "${PACKAGES}" | |||
656 | ### Config file processing | 656 | ### Config file processing |
657 | ### | 657 | ### |
658 | 658 | ||
659 | # An empty distro leads to :: entries in OVERRIDES and FILEOVERRIDES which | ||
660 | # is a bad idea. Setting a dummy value is better than a ton of anonymous python. | ||
661 | DISTRO ??= "nodistro" | ||
662 | |||
659 | # Overrides are processed left to right, so the ones that are named later take precedence. | 663 | # Overrides are processed left to right, so the ones that are named later take precedence. |
660 | # You generally want them to go from least to most specific. | 664 | # You generally want them to go from least to most specific. |
661 | # | 665 | # |