summaryrefslogtreecommitdiff
path: root/openembedded/conf/machine/nokia770.conf
diff options
context:
space:
mode:
Diffstat (limited to 'openembedded/conf/machine/nokia770.conf')
-rw-r--r--openembedded/conf/machine/nokia770.conf6
1 files changed, 4 insertions, 2 deletions
diff --git a/openembedded/conf/machine/nokia770.conf b/openembedded/conf/machine/nokia770.conf
index 41c485c01..dd2127610 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"