bitbake: toaster: checksettings Remove confusing startup messages

These "validation" messages are shown regardless as to whether the
settings are being correctly set or not.
For the time being remove them.

[YOCTO #9097]

(Bitbake rev: c57f20f9cd7cb4ea4d285291a1e71e5df7152799)

Signed-off-by: Michael Wood <michael.g.wood@intel.com>
Signed-off-by: bavery <brian.avery@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Michael Wood 2016-10-05 17:08:51 -07:00 committed by Richard Purdie
parent 25ea0b625d
commit 5e9b405567
1 changed files with 0 additions and 2 deletions

View File

@ -42,7 +42,6 @@ class Command(NoArgsCommand):
return True
if len(be.sourcedir) == 0:
print("\n -- Validation: The layers checkout directory must be set.")
is_changed = _update_sourcedir()
if not be.sourcedir.startswith("/"):
@ -59,7 +58,6 @@ class Command(NoArgsCommand):
return True
if len(be.builddir) == 0:
print("\n -- Validation: The build directory must be set.")
is_changed = _update_builddir()
if not be.builddir.startswith("/"):