aboutsummaryrefslogtreecommitdiffstats
path: root/oe-init-build-env-memres
AgeCommit message (Collapse)Author
2013-10-04oe-init-build-env-memres: Unset BBSERVER if already setRichard Purdie
When starting a new server we don't want bitbake to connect to an existing server so ensure BBSERVER is unset. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2013-09-26oe-init-build-env-memres: use shell instead of Python to show the port numberRoss Burton
Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2013-08-26Add memory resident bitbake scriptRichard Purdie
This adds an init script which instead of the standard bitbake, launches a memory resident bitbake, defaulting to port 12345. It expects a port number to use as the first option. Right now this is experimental but I think its probably worth wrapping up in a form people can more easily experiment with it. There are some known issues: a) It throws some debug output due to the lack of a UI which we need to clean up b) It should probably be able to auto select a free port c) You get a nice backtrace if you specify a build directory but not a port number I'd also highlight there are security issues here if you don't trust users who can connect into localhost. We might need to look at named pipes or something similar for something limited to the current user. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>