diff options
author | Richard Purdie <richard@openedhand.com> | 2006-05-09 16:10:18 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2006-05-09 16:10:18 +0000 |
commit | 8d41bd1c8f4c36ed9c1c73e0586031af8a0f292c (patch) | |
tree | 86922c4000d1f4550c9dee9c14856968c95d4951 /openembedded/conf/machine/nokia770.conf | |
parent | 0d791a970638c9398ed94adafecbca54a0ea5374 (diff) | |
download | openembedded-core-8d41bd1c8f4c36ed9c1c73e0586031af8a0f292c.tar.gz openembedded-core-8d41bd1c8f4c36ed9c1c73e0586031af8a0f292c.tar.bz2 openembedded-core-8d41bd1c8f4c36ed9c1c73e0586031af8a0f292c.zip |
Sync conf files with OE
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@373 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'openembedded/conf/machine/nokia770.conf')
-rw-r--r-- | openembedded/conf/machine/nokia770.conf | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/openembedded/conf/machine/nokia770.conf b/openembedded/conf/machine/nokia770.conf index 41c485c019..dd2127610a 100644 --- a/openembedded/conf/machine/nokia770.conf +++ b/openembedded/conf/machine/nokia770.conf @@ -6,6 +6,7 @@ IPKG_ARCHS = "all arm armv4 armv5te ${MACHINE}" PREFERRED_PROVIDER_virtual/xserver = "xserver-kdrive-omap" PREFERRED_PROVIDER_virtual/bootloader = "" +PREFERRED_PROVIDER_virutal/tslib = "tslib-maemo" XSERVER = "xserver-kdrive-omap" @@ -19,7 +20,8 @@ include conf/machine/include/tune-arm926ejs.conf #size of the root partition (yes, it is 123 MB) ROOT_FLASH_SIZE = "123" -EXTRA_IMAGECMD_jffs2_nokia770 = "--pad --little-endian --eraseblock=0x20000 --no-cleanmarkers" +#EXTRA_IMAGECMD_jffs2_nokia770 = "--pad --little-endian --eraseblock=0x20000 --no-cleanmarkers" +EXTRA_IMAGECMD_jffs2_nokia770 = "--pad --little-endian --eraseblock=0x20000 -n " # serial console port on devboard rev. B3 #SERIAL_CONSOLE = "115200 tts/0" @@ -27,7 +29,7 @@ SERIAL_CONSOLE = "115200 ttyS0" #build omap1 till nokia releases the patches -PREFERRED_PROVIDER_virtual/kernel = "linux-omap1" +PREFERRED_PROVIDER_virtual/kernel = "linux-nokia770" BOOTSTRAP_EXTRA_RDEPENDS += "sysfsutils nokia770-init detect-stylus \ ${PCMCIA_MANAGER} apm ppp wireless-tools console-tools" |