]> code.ossystems Code Review - openembedded-core.git/commit
terminal.py: use unique ids for screen sessions
authorJason Wessel <jason.wessel@windriver.com>
Wed, 25 Jul 2012 17:47:28 +0000 (12:47 -0500)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 25 Aug 2012 13:44:31 +0000 (14:44 +0100)
commit1677b736bca5dc46db522da1874459d2de77209d
treeefa3af40c09d5e06932e3225390962ade4aaa27b
parent6bfd4a6abd7488e663598620f4436ac49183528f
terminal.py: use unique ids for screen sessions

When running multiple sets of builds on the same
system, it is hard to distinguish which build belongs
to which screen session and you can end up resuming
the wrong session.

The simple solution is to just append the process
id to the screen session invocation to make each
unique.

Signed-off-by: Jason Wessel <jason.wessel@windriver.com>
Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
meta/lib/oe/terminal.py