root/openembedded/build/machine/zipit2.conf

Revision 52, 0.6 kB (checked in by magon, 11 months ago)

Changed configs to use angstrom and be able to merge parts upstream
see bug http://bugs.openembedded.net/show_bug.cgi?id=3803

Line 
1 #@TYPE: Machine
2 #@NAME: Zipit Wireless Z2
3 #@DESCRIPTION: Machine configuration for the Zipit Wireless Z2
4
5 #
6 # Hardware-based properties
7 #
8 TARGET_ARCH = "arm"
9 PACKAGE_EXTRA_ARCHS = "armv4 armv4t armv5e armv5te "
10
11 require conf/machine/include/tune-xscale.inc
12
13 VOLATILE_STORAGE_SIZE = "32"
14 ROOT_FLASH_SIZE = "8"
15
16 MACHINE_GUI_CLASS = "smallscreen"
17 MACHINE_DISPLAY_WIDTH_PIXELS = "320"
18 MACHINE_DISPLAY_HEIGHT_PIXELS = "240"
19
20 MACHINE_FEATURES = "kernel26 apm ext2 vfat usbhost keyboard alsa screen wifi"
21 MACHINE_TASK_PROVIDER = "task-base"
22
23 IMAGE_FSTYPES ?= "tar"
24
25 PREFERRED_PROVIDER_virtual/kernel = "linux-zipit2"
26 MACHINE_ESSENTIAL_EXTRA_RDEPENDS += "kernel-modules"
Note: See TracBrowser for help on using the browser.