diff options
| author | Richard Purdie <richard@openedhand.com> | 2006-05-27 21:49:50 +0000 |
|---|---|---|
| committer | Richard Purdie <richard@openedhand.com> | 2006-05-27 21:49:50 +0000 |
| commit | 3097ab0f62233dc336dfe611fef4b8b633355190 (patch) | |
| tree | 8173abc003c9703cf625d4e100f57d3d5141177d /openembedded/conf/machine/nokia770.conf | |
| parent | b77fcc05cacdf70819cc226d53156a9e70e84e04 (diff) | |
| download | poky-3097ab0f62233dc336dfe611fef4b8b633355190.tar.gz | |
Sync conf and classes with OE - changes have been tested and don't affect poky
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@446 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'openembedded/conf/machine/nokia770.conf')
| -rw-r--r-- | openembedded/conf/machine/nokia770.conf | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/openembedded/conf/machine/nokia770.conf b/openembedded/conf/machine/nokia770.conf index dd2127610a..c50c1a1bc8 100644 --- a/openembedded/conf/machine/nokia770.conf +++ b/openembedded/conf/machine/nokia770.conf | |||
| @@ -2,11 +2,11 @@ | |||
| 2 | #@NAME: Nokia 770 internet tablet | 2 | #@NAME: Nokia 770 internet tablet |
| 3 | #@DESCRIPTION: Machine configuration for the Nokia 770, an omap 1710 based tablet | 3 | #@DESCRIPTION: Machine configuration for the Nokia 770, an omap 1710 based tablet |
| 4 | TARGET_ARCH = "arm" | 4 | TARGET_ARCH = "arm" |
| 5 | IPKG_ARCHS = "all arm armv4 armv5te ${MACHINE}" | 5 | IPKG_EXTRA_ARCHS = "armv4 armv5te" |
| 6 | 6 | ||
| 7 | PREFERRED_PROVIDER_virtual/xserver = "xserver-kdrive-omap" | 7 | PREFERRED_PROVIDER_virtual/xserver = "xserver-kdrive-omap" |
| 8 | PREFERRED_PROVIDER_virtual/bootloader = "" | 8 | PREFERRED_PROVIDER_virtual/bootloader = "" |
| 9 | PREFERRED_PROVIDER_virutal/tslib = "tslib-maemo" | 9 | PREFERRED_PROVIDER_tslib = "tslib-maemo" |
| 10 | 10 | ||
| 11 | XSERVER = "xserver-kdrive-omap" | 11 | XSERVER = "xserver-kdrive-omap" |
| 12 | 12 | ||
| @@ -20,15 +20,11 @@ include conf/machine/include/tune-arm926ejs.conf | |||
| 20 | 20 | ||
| 21 | #size of the root partition (yes, it is 123 MB) | 21 | #size of the root partition (yes, it is 123 MB) |
| 22 | ROOT_FLASH_SIZE = "123" | 22 | ROOT_FLASH_SIZE = "123" |
| 23 | #EXTRA_IMAGECMD_jffs2_nokia770 = "--pad --little-endian --eraseblock=0x20000 --no-cleanmarkers" | 23 | EXTRA_IMAGECMD_jffs2_nokia770 = "--pad --little-endian --eraseblock=0x20000" |
| 24 | EXTRA_IMAGECMD_jffs2_nokia770 = "--pad --little-endian --eraseblock=0x20000 -n " | ||
| 25 | 24 | ||
| 26 | # serial console port on devboard rev. B3 | 25 | # serial console port on devboard rev. B3 |
| 27 | #SERIAL_CONSOLE = "115200 tts/0" | ||
| 28 | SERIAL_CONSOLE = "115200 ttyS0" | 26 | SERIAL_CONSOLE = "115200 ttyS0" |
| 29 | 27 | ||
| 30 | |||
| 31 | #build omap1 till nokia releases the patches | ||
| 32 | PREFERRED_PROVIDER_virtual/kernel = "linux-nokia770" | 28 | PREFERRED_PROVIDER_virtual/kernel = "linux-nokia770" |
| 33 | 29 | ||
| 34 | BOOTSTRAP_EXTRA_RDEPENDS += "sysfsutils nokia770-init detect-stylus \ | 30 | BOOTSTRAP_EXTRA_RDEPENDS += "sysfsutils nokia770-init detect-stylus \ |
