summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools
diff options
context:
space:
mode:
authorEd Bartosh <ed.bartosh@linux.intel.com>2016-07-04 22:00:15 +0300
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-07-06 17:25:48 +0100
commit11ca5f99a7202878d27cbe31ed0012bd20891b83 (patch)
treead3bcf3bc7d49c69e387349eb1a642b142feac07 /meta/recipes-devtools
parentcd0afe151c7997be9cbdbd4af53093aba64f359d (diff)
downloadpoky-11ca5f99a7202878d27cbe31ed0012bd20891b83.tar.gz
devshell.bbclass: fix double unbuffering
stdout is already unbuffered in bitbake code. Attempt to do it again in devshell.bbclass causes this crash when running devpyshell: File "scripts/oepydevshell-internal.py", line 29, in <module> pty = open(sys.argv[1], "w+b", 0) IOError: [Errno 13] Permission denied: '/dev/pts/6' (From OE-Core rev: 90a12e07ee22df900fa740c6c2f1efe41e93b9f4) Signed-off-by: Ed Bartosh <ed.bartosh@linux.intel.com> Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools')
0 files changed, 0 insertions, 0 deletions