omap3-pandora.conf: Bump Kernel PR because of core changes
[openembedded.git] / conf / machine / nokia900.conf
1 #@TYPE: Machine
2 #@NAME: Nokia 900 internet tablet
3 #@DESCRIPTION: Machine configuration for the Nokia 900
4 TARGET_ARCH = "arm"
5
6 PREFERRED_PROVIDER_virtual/xserver = "xserver-xorg"
7 XSERVER = "xserver-xorg \
8            xf86-input-evdev \
9            xf86-video-fbdev \
10            xf86-video-omapfb "
11
12 GUI_MACHINE_CLASS = "bigscreen"
13 MACHINE_DISPLAY_WIDTH_PIXELS = "800"
14 MACHINE_DISPLAY_HEIGHT_PIXELS = "480"
15
16 require conf/machine/include/omap3.inc
17
18 # omap3.inc redefine it to uImage
19 KERNEL_IMAGETYPE = "zImage"
20
21 ROOT_FLASH_SIZE = "100"
22 EXTRA_IMAGECMD_jffs2_nokia900 = "--pad --little-endian --eraseblock=0x20000 -n"
23
24 IMAGE_FSTYPES ?= "jffs2"
25
26 SERIAL_CONSOLE = "115200 ttyS0"
27
28 PREFERRED_PROVIDER_virtual/kernel = "linux"
29
30 #use this if you are using the nokia initfs
31 ROOTFS_POSTPROCESS_COMMAND += " remove_init_link; "
32
33 MACHINE_FEATURES = "kernel26 apm alsa bluetooth usbgadget vfat"
34
35 # Copied from include/omap3.inc (as we do not use linux-omap recipes):
36 #
37 # Increase this everytime you change something in the kernel
38 MACHINE_KERNEL_PR = "r52"