diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-04-20 17:25:23 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-04-20 18:47:30 +0100 |
commit | 560b04181d8f51d189b99f01a72f17210dadf7a3 (patch) | |
tree | 8114c4d01ec6519fd278d733a59036b6a58c7215 /scripts/runqemu.README | |
parent | 607a7657715f6fcba467a4e55ba64f41f4e13a15 (diff) | |
download | openembedded-core-560b04181d8f51d189b99f01a72f17210dadf7a3.tar.gz openembedded-core-560b04181d8f51d189b99f01a72f17210dadf7a3.tar.bz2 openembedded-core-560b04181d8f51d189b99f01a72f17210dadf7a3.zip |
Rename poky-image-* -> core-image-* and task-poky-* -> task-core-*
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'scripts/runqemu.README')
-rw-r--r-- | scripts/runqemu.README | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/runqemu.README b/scripts/runqemu.README index 12f1191ab7..38f9306381 100644 --- a/scripts/runqemu.README +++ b/scripts/runqemu.README @@ -39,7 +39,7 @@ where: <zimage> is the path to a kernel (e.g. zimage-qemuarm.bin) <filesystem> is the path to the image (e.g. filesystem-qemuarm.ext2) -It will default to the qemuarm, ext2 and the last kernel and poky-image-sdk +It will default to the qemuarm, ext2 and the last kernel and core-image-sdk image built by poky. |