diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-04-20 16:44:10 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-04-20 16:44:10 +0100 |
commit | 7687d91f73f4a116593315b3b1488ac3f0904905 (patch) | |
tree | 8a00b11e6efc7a37427b03704b9fb59461afc8a5 /scripts/oe-buildenv-internal | |
parent | fa6176219b741eed346b21a3d923e9abc9b5442a (diff) | |
download | openembedded-core-7687d91f73f4a116593315b3b1488ac3f0904905.tar.gz openembedded-core-7687d91f73f4a116593315b3b1488ac3f0904905.tar.bz2 openembedded-core-7687d91f73f4a116593315b3b1488ac3f0904905.zip |
Rename poky-qemu to runqemu
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'scripts/oe-buildenv-internal')
-rwxr-xr-x | scripts/oe-buildenv-internal | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/oe-buildenv-internal b/scripts/oe-buildenv-internal index 03b078f299..7e77e43df6 100755 --- a/scripts/oe-buildenv-internal +++ b/scripts/oe-buildenv-internal @@ -51,7 +51,7 @@ fi PATH="${OEROOT}/scripts:$BITBAKEDIR/bin/:$PATH" unset BITBAKEDIR -# Used by the poky-qemu script +# Used by the runqemu script export BUILDDIR export PATH |