diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-04-20 23:24:51 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-04-20 23:46:46 +0100 |
commit | 877b3d84597fcfc3abf5aa332019d412f2717896 (patch) | |
tree | 525dd2aaf0d72936e4569673dae67fab645d60c3 /scripts/runqemu-ifup | |
parent | 27147ae60f22f5be257727b1ec69f48a7192ffb3 (diff) | |
download | openembedded-core-877b3d84597fcfc3abf5aa332019d412f2717896.tar.gz openembedded-core-877b3d84597fcfc3abf5aa332019d412f2717896.tar.bz2 openembedded-core-877b3d84597fcfc3abf5aa332019d412f2717896.tar.xz openembedded-core-877b3d84597fcfc3abf5aa332019d412f2717896.zip |
Rename the remaining poky-* scripts to oe-* or runqemu-*
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'scripts/runqemu-ifup')
-rwxr-xr-x | scripts/runqemu-ifup | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/runqemu-ifup b/scripts/runqemu-ifup index c963af5df..a3914140a 100755 --- a/scripts/runqemu-ifup +++ b/scripts/runqemu-ifup @@ -14,7 +14,7 @@ # <my-username> ALL=NOPASSWD: /path/to/runqemu-ifdown # # If you'd like to create a bank of tap devices at once, you should use -# the poky-gen-tapdevs script instead. If tap devices are set up using +# the runqemu-gen-tapdevs script instead. If tap devices are set up using # that script, the runqemu script will never end up calling this # script. # |