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 | 9f15140b5de39adcc865732a9dd3c27c177adaf5 (patch) | |
tree | 35e743d12588ddd2d5da4f841e9fbc7380031566 /README | |
parent | 14cb222ee2cec5874f700629ddaf263a8ed20b0f (diff) | |
download | poky-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-- | README | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -44,13 +44,13 @@ Building An Image | |||
44 | Simply run; | 44 | Simply 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 | ||
49 | This will result in an ext2 image and kernel for qemu arm (see scripts dir). | 49 | This will result in an ext2 image and kernel for qemu arm (see scripts dir). |
50 | 50 | ||
51 | To build for other machine types see MACHINE in build/conf/local.conf | 51 | To build for other machine types see MACHINE in build/conf/local.conf |
52 | 52 | ||
53 | Other image targets such as oh-image-sdk or oh-image-core are available, | 53 | Other image targets such as poky-image-sdk or poky-image-minimal are available, |
54 | see meta/packages/images/*. | 54 | see meta/packages/images/*. |
55 | 55 | ||
56 | Notes: | 56 | Notes: |