summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorRichard Purdie <richard@openedhand.com>2007-06-27 12:18:02 +0000
committerRichard Purdie <richard@openedhand.com>2007-06-27 12:18:02 +0000
commit9f15140b5de39adcc865732a9dd3c27c177adaf5 (patch)
tree35e743d12588ddd2d5da4f841e9fbc7380031566 /README
parent14cb222ee2cec5874f700629ddaf263a8ed20b0f (diff)
downloadpoky-9f15140b5de39adcc865732a9dd3c27c177adaf5.tar.gz
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--README4
1 files changed, 2 insertions, 2 deletions
diff --git a/README b/README
index 1820eee536..fc435bd01a 100644
--- a/README
+++ b/README
@@ -44,13 +44,13 @@ Building An Image
44Simply run; 44Simply run;
45 45
46% source poky-init-build-env 46% source poky-init-build-env
47% bitbake oh-image-pda 47% bitbake poky-image-sato
48 48
49This will result in an ext2 image and kernel for qemu arm (see scripts dir). 49This will result in an ext2 image and kernel for qemu arm (see scripts dir).
50 50
51To build for other machine types see MACHINE in build/conf/local.conf 51To build for other machine types see MACHINE in build/conf/local.conf
52 52
53Other image targets such as oh-image-sdk or oh-image-core are available, 53Other image targets such as poky-image-sdk or poky-image-minimal are available,
54see meta/packages/images/*. 54see meta/packages/images/*.
55 55
56Notes: 56Notes: