diff options
-rwxr-xr-x | build/conf/local.conf.sample | 1 | ||||
-rw-r--r-- | readme.txt | 5 |
2 files changed, 6 insertions, 0 deletions
diff --git a/build/conf/local.conf.sample b/build/conf/local.conf.sample index f933fb183f..3b514c8027 100755 --- a/build/conf/local.conf.sample +++ b/build/conf/local.conf.sample | |||
@@ -20,6 +20,7 @@ PREFERRED_PROVIDERS += " virtual/${TARGET_PREFIX}g++:gcc-cross" | |||
20 | # BBDEBUG = "yes" | 20 | # BBDEBUG = "yes" |
21 | 21 | ||
22 | MACHINE = "c7x0" | 22 | MACHINE = "c7x0" |
23 | #MACHINE = "nokia770" | ||
23 | 24 | ||
24 | DISTRO = "openzaurus-3.5.4" | 25 | DISTRO = "openzaurus-3.5.4" |
25 | 26 | ||
diff --git a/readme.txt b/readme.txt index 21978eb652..bbfe9be7d4 100644 --- a/readme.txt +++ b/readme.txt | |||
@@ -5,3 +5,8 @@ bitbake oh-image | |||
5 | 5 | ||
6 | will result in a jffs2 image for the c7x0 series. | 6 | will result in a jffs2 image for the c7x0 series. |
7 | 7 | ||
8 | To build for the 770 change to | ||
9 | |||
10 | MACHINE = "nokia770" | ||
11 | |||
12 | in build/conf/local.conf | ||