]> code.ossystems Code Review - openembedded-core.git/commit
Add option to oe-buildenv-internal script to change bitbake location.
authorPhilip Balister <philip@balister.org>
Wed, 9 May 2012 16:44:23 +0000 (12:44 -0400)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 11 May 2012 22:23:55 +0000 (23:23 +0100)
commit45510a0dd7a9321c29c5b21ac4053192f7ab9ad5
tree92895a533e9804f5c606fe55020bfa3d6b1327d5
parent10546e42a0db6a9585488536e29759239ef6e73b
Add option to oe-buildenv-internal script to change bitbake location.

Having bitbake inside the oe-core is annoying to some people. This commit
adds a second option to the oe-init-build-env script.

Run like this:

. ./oe-init-build-env ../build ../bitbake

for example. Without the second option, the old behavior is preserved.

Signed-off-by: Philip Balister <philip@balister.org>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
scripts/oe-buildenv-internal