All of lore.kernel.org
 help / color / mirror / Atom feed
* [dylan]devshell: broken
@ 2013-08-14  5:54 Andre
  2013-08-14  6:35 ` Nicolas Dechesne
  0 siblings, 1 reply; 4+ messages in thread
From: Andre @ 2013-08-14  5:54 UTC (permalink / raw)
  To: openembedded-core

bitbake -c devshell seems to have stopped working (tested with xterm
and mate-terminal) in dylan since this commit:

  a749f06 terminal: Run command using a wrapper script

It looks like the run.do_devshell.<PID> script is generated but then
fails to run when passed to a terminal.

A possible clue is that after manually editing the do_devshell script
to replace:

  do_terminal() {
  exec pseudo /bin/bash
  }

with:

  do_terminal() {
  exec /bin/bash
  }

the script runs OK when passed to a terminal manually, such as:

  $ xterm -e tmp/work/.../temp/run.do_terminal.25789


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2013-08-14 21:22 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-08-14  5:54 [dylan]devshell: broken Andre
2013-08-14  6:35 ` Nicolas Dechesne
2013-08-14 15:50   ` Paul Eggleton
2013-08-14 21:22     ` Andre McCurdy

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.