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/poky-setup-builddir | |
parent | 607a7657715f6fcba467a4e55ba64f41f4e13a15 (diff) | |
download | openembedded-core-560b04181d8f51d189b99f01a72f17210dadf7a3.tar.gz openembedded-core-560b04181d8f51d189b99f01a72f17210dadf7a3.tar.bz2 openembedded-core-560b04181d8f51d189b99f01a72f17210dadf7a3.tar.xz 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/poky-setup-builddir')
-rwxr-xr-x | scripts/poky-setup-builddir | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/poky-setup-builddir b/scripts/poky-setup-builddir index 7c0cf596f..cd6f7d155 100755 --- a/scripts/poky-setup-builddir +++ b/scripts/poky-setup-builddir @@ -103,8 +103,8 @@ cat <<EOM You can now run 'bitbake <target>' Common targets are: - poky-image-minimal - poky-image-sato + core-image-minimal + core-image-sato meta-toolchain meta-toolchain-sdk |