diff options
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: |