diff options
Diffstat (limited to 'meta/classes')
-rw-r--r-- | meta/classes/sanity.bbclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/classes/sanity.bbclass b/meta/classes/sanity.bbclass index 6bcfa96487..fc005aa90d 100644 --- a/meta/classes/sanity.bbclass +++ b/meta/classes/sanity.bbclass | |||
@@ -154,8 +154,8 @@ def check_sanity(e): | |||
154 | 154 | ||
155 | # Check that the DISTRO is valid | 155 | # Check that the DISTRO is valid |
156 | # need to take into account DISTRO renaming DISTRO | 156 | # need to take into account DISTRO renaming DISTRO |
157 | if not ( check_conf_exists("conf/distro/${DISTRO}.conf", e.data) or check_conf_exists("conf/distro/include/${DISTRO}.inc", e.data) ): | 157 | #if not ( check_conf_exists("conf/distro/${DISTRO}.conf", e.data) or check_conf_exists("conf/distro/include/${DISTRO}.inc", e.data) ): |
158 | messages = messages + "DISTRO '%s' not found. Please set a valid DISTRO in your local.conf\n" % data.getVar("DISTRO", e.data, True ) | 158 | # messages = messages + "DISTRO '%s' not found. Please set a valid DISTRO in your local.conf\n" % data.getVar("DISTRO", e.data, True ) |
159 | 159 | ||
160 | missing = "" | 160 | missing = "" |
161 | 161 | ||