summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Allum <mallum@openedhand.com>2006-12-05 14:46:28 +0000
committerMatthew Allum <mallum@openedhand.com>2006-12-05 14:46:28 +0000
commitcf305b0342e9c99e0a71ccb19ea50d38691966d1 (patch)
treedb4c7dcb7f7d0a30b94696dfaad06791c7a7348e
parent23af674e6d84b21c85a753d62e44f658df5f5607 (diff)
downloadpoky-cf305b0342e9c99e0a71ccb19ea50d38691966d1.tar.gz
readme updates for qemu
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1006 311d38ba-8fff-0310-9ca6-ca027cbcb966
-rw-r--r--readme.txt32
1 files changed, 17 insertions, 15 deletions
diff --git a/readme.txt b/readme.txt
index 48e7e7442b..937726c3f2 100644
--- a/readme.txt
+++ b/readme.txt
@@ -9,39 +9,41 @@ based filesystem images for various embedded devices and boards.
9Required Packages 9Required Packages
10=== 10===
11 11
12Running Poky on Ubuntu Breezy requires the following extra packages to 12Running Poky on Debian based distributions requires the following
13be installed; 13extra packages be installed;
14 14
15build-essential 15build-essential
16diffstat 16diffstat
17texi2html 17texi2html
18cvs 18cvs
19subversion 19subversion
20gawk
21
22You also need to install the qemu from http://debian.o-hand.com/.
23Alternatively poky can build qemu itself, but for this you need the
24following packages installed;
25
20gcc-3.4 26gcc-3.4
21libsdl1.2-dev 27libsdl1.2-dev
22zlib1g-dev 28zlib1g-dev
23 29
24For Debian/Fedora - *Todo* 30You will also need to comment out ASSUME_PROVIDED += "qemu-native"' in
31build/conf/local.conf.
32
33Building under other distro's such as Fedora is known to work. Use the above
34package names as a guide for dependencies.
25 35
26Building An Image 36Building An Image
27=== 37===
28 38
29Simply run; 39Simply run;
30 40
31source poky-init-build-env 41% source poky-init-build-env
32bitbake oh-image-pda 42% bitbake oh-image-pda
33
34will result in a jffs2 image for the c7x0 series.
35
36To build for the 770 change to
37
38MACHINE = "nokia770"
39
40in build/conf/local.conf
41 43
42NOTE: The above commands must be run in the build directory. Running 44This will result in an ext2 image and kernel for qemu arm (see scripts dir).
43them anywhere else will cause confusion.
44 45
46To build for other machine types see MACHINE in build/conf/local.conf
45 47
46Notes: 48Notes:
47=== 49===