diff options
| -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 a11b581a08..68fd4409b5 100644 --- a/meta/classes/sanity.bbclass +++ b/meta/classes/sanity.bbclass | |||
| @@ -816,7 +816,7 @@ def check_sanity_everybuild(status, d): | |||
| 816 | machinevalid = True | 816 | machinevalid = True |
| 817 | if d.getVar('MACHINE', True): | 817 | if d.getVar('MACHINE', True): |
| 818 | if not check_conf_exists("conf/machine/${MACHINE}.conf", d): | 818 | if not check_conf_exists("conf/machine/${MACHINE}.conf", d): |
| 819 | status.addresult('Please set a valid MACHINE in your local.conf or environment\n') | 819 | status.addresult('MACHINE=%s is invalid. Please set a valid MACHINE in your local.conf, environment or other configuration file.\n' % (d.getVar('MACHINE', True))) |
| 820 | machinevalid = False | 820 | machinevalid = False |
| 821 | else: | 821 | else: |
| 822 | status.addresult(check_sanity_validmachine(d)) | 822 | status.addresult(check_sanity_validmachine(d)) |
