]> code.ossystems Code Review - openembedded-core.git/commit
devshell: list commands when throwing NoSupportedTerminals
authorStephano Cetola <stephano.cetola@linux.intel.com>
Tue, 15 Nov 2016 02:30:11 +0000 (18:30 -0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 23 Nov 2016 11:02:28 +0000 (11:02 +0000)
commitc077f4aab2fc956408d4ad45c4e2e2ea6e480624
tree174458733234d3da3b91a516d1fe6f44a7cb030d
parente12912ac7484654c201d167831b302a821e14972
devshell: list commands when throwing NoSupportedTerminals

When attempting to run devshell, if no terminal is available, the
error being thrown was not very specific. This adds a list of
commands that failed, informing the user of what they can install to
fix the error.

[ YOCTO #10472]

Signed-off-by: Stephano Cetola <stephano.cetola@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/classes/terminal.bbclass
meta/lib/oe/terminal.py