]> code.ossystems Code Review - openembedded-core.git/commit
devshell.bbclass: Exceptions displayed within devpyshell
authorDorinda Bassey <dorindabassey@gmail.com>
Thu, 18 Mar 2021 15:49:40 +0000 (16:49 +0100)
committerSteve Sakoman <steve@sakoman.com>
Wed, 24 Mar 2021 14:30:32 +0000 (04:30 -1000)
commit92b2da5824c11063d0bb8e39bc221530137e29b4
tree568ec3c443ec2906def6d5b231852eb0d757f8de
parent34e1adf61a84ad2e697112a7582d2d5dba3cd4cb
devshell.bbclass: Exceptions displayed within devpyshell

If you type something into devpyshell, an exception should be triggered,
but that exception isn't printed out because it is not being flushed out
of the buffer. This patch fixes that issue.

[YOCTO #12156]

Signed-off-by: Dorinda Bassey <dorindabassey@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit 9f95e82a3b27bfd5177a855326dcad8a5bdf5b2d)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
meta/classes/devshell.bbclass