diff options
author | Richard Purdie <richard@openedhand.com> | 2007-06-27 12:18:02 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2007-06-27 12:18:02 +0000 |
commit | 5ac3ff5b3d3eda1c20c502985063a8003c01a24c (patch) | |
tree | 35e743d12588ddd2d5da4f841e9fbc7380031566 /README | |
parent | d51b10debd9154d8bb3168dc229f51e3e953507d (diff) | |
download | tizen-distro-5ac3ff5b3d3eda1c20c502985063a8003c01a24c.tar.gz tizen-distro-5ac3ff5b3d3eda1c20c502985063a8003c01a24c.tar.bz2 tizen-distro-5ac3ff5b3d3eda1c20c502985063a8003c01a24c.zip |
Rename oh-image -> poky-image
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2020 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'README')
-rw-r--r-- | README | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -44,13 +44,13 @@ Building An Image Simply run; % source poky-init-build-env -% bitbake oh-image-pda +% bitbake poky-image-sato This will result in an ext2 image and kernel for qemu arm (see scripts dir). To build for other machine types see MACHINE in build/conf/local.conf -Other image targets such as oh-image-sdk or oh-image-core are available, +Other image targets such as poky-image-sdk or poky-image-minimal are available, see meta/packages/images/*. Notes: |