diff options
author | Graeme Gregory <dp@xora.org.uk> | 2009-07-10 21:43:12 +0100 |
---|---|---|
committer | Graeme Gregory <dp@xora.org.uk> | 2009-07-10 21:43:12 +0100 |
commit | 071dafded971a297dd50694595fa4455281ceb49 (patch) | |
tree | 480b7fd4db3049f88a9ef5d22dd348521dad3b69 /conf/machine/omapzoom2.conf | |
parent | 5e910c56c38255f8d9745d1901e7faa97f918648 (diff) |
linux-omapandroid_2.6.29.bb : android kernel for zoom2, seems to be the
best supported kernel at this time
Diffstat (limited to 'conf/machine/omapzoom2.conf')
-rw-r--r-- | conf/machine/omapzoom2.conf | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/conf/machine/omapzoom2.conf b/conf/machine/omapzoom2.conf index dd76a9fd38..abfec5e674 100644 --- a/conf/machine/omapzoom2.conf +++ b/conf/machine/omapzoom2.conf @@ -9,6 +9,7 @@ XSERVER = "xserver-xorg \ xf86-input-tslib \ xf86-input-mouse \ xf86-video-omapfb \ + xf86-video-fbdev \ xf86-input-keyboard" # Only has DVI connector for external screen @@ -20,9 +21,9 @@ IMAGE_FSTYPES += "tar.bz2 jffs2" EXTRA_IMAGECMD_jffs2 = "-lnp " # Guesswork -SERIAL_CONSOLE = "115200 ttyS2" +SERIAL_CONSOLE = "115200 ttyS3" -PREFERRED_PROVIDER_virtual/kernel = "linux-omap" +PREFERRED_PROVIDER_virtual/kernel = "linux-omapandroid" KERNEL_IMAGETYPE = "uImage" @@ -50,5 +51,6 @@ PREFERRED_VERSION_u-boot = "git" #EXTRA_IMAGEDEPENDS += "u-boot x-load" #MACHINE_EXTRA_RRECOMMENDS = " omap3-sgx-modules " +MACHINE_EXTRA_RRECOMMENDS = "" # and sdio MACHINE_FEATURES = "kernel26 touchscreen phone screen apm usbgadget usbhost vfat alsa" |