diff options
Diffstat (limited to 'meta/classes/sanity.bbclass')
-rw-r--r-- | meta/classes/sanity.bbclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/classes/sanity.bbclass b/meta/classes/sanity.bbclass index c876dc6c83..c9bb0349ad 100644 --- a/meta/classes/sanity.bbclass +++ b/meta/classes/sanity.bbclass | |||
@@ -823,7 +823,7 @@ def check_sanity_everybuild(status, d): | |||
823 | machinevalid = True | 823 | machinevalid = True |
824 | if d.getVar('MACHINE'): | 824 | if d.getVar('MACHINE'): |
825 | if not check_conf_exists("conf/machine/${MACHINE}.conf", d): | 825 | if not check_conf_exists("conf/machine/${MACHINE}.conf", d): |
826 | status.addresult('Please set a valid MACHINE in your local.conf or environment\n') | 826 | status.addresult('MACHINE=%s is invalid. Please set a valid MACHINE in your local.conf, environment or other configuration file.\n' % (d.getVar('MACHINE'))) |
827 | machinevalid = False | 827 | machinevalid = False |
828 | else: | 828 | else: |
829 | status.addresult(check_sanity_validmachine(d)) | 829 | status.addresult(check_sanity_validmachine(d)) |