diff options
author | 2011-07-13 07:43:58 -0400 | |
---|---|---|
committer | 2011-07-14 15:17:19 +0100 | |
commit | 54e8e04a87d0319a1c2b362c32e90e89025db5c8 (patch) | |
tree | 6e7779e843956928cca41b4ea2c8866628636aca | |
parent | 30004ea5a956f0d64cf425aef301c97c7d1b07f0 (diff) | |
download | poky-54e8e04a87d0319a1c2b362c32e90e89025db5c8.tar.gz poky-54e8e04a87d0319a1c2b362c32e90e89025db5c8.tar.bz2 poky-54e8e04a87d0319a1c2b362c32e90e89025db5c8.zip |
scripts: Rename "adt-install" to "adt-installer" in user help.
(From OE-Core rev: 2d97f7e92d1dca3d381f65aeac6904a158d8826c)
Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rwxr-xr-x | scripts/oe-setup-builddir | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/oe-setup-builddir b/scripts/oe-setup-builddir index bc4962a845..d278c240d8 100755 --- a/scripts/oe-setup-builddir +++ b/scripts/oe-setup-builddir @@ -118,7 +118,7 @@ Common targets are: core-image-sato meta-toolchain meta-toolchain-sdk - adt-install + adt-installer meta-ide-support You can also run generated qemu images with a command like 'runqemu qemux86' |