fastjar: apply fix for CVE-2010-0831
[openembedded.git] / conf / machine / ep93xx.conf
blob6b91d1b951d541e417f5f2a3f2b2034cca738043
1 #@TYPE: Machine
2 #@Name: Cirrus Logic EP-93xx Development Platform
3 #@DESCRIPTION: Machine configuration for Cirrus Logic EP-93xx Development Platform
6 TARGET_ARCH = "arm"
8 PREFERRED_PROVIDER_virtual/kernel = "linux"
9 PREFERRED_PROVIDER_xserver = "xserver-kdrive"
11 #don't try to access tty1
12 USE_VT = "0"
14 MACHINE_FEATURES = "kernel26 apm alsa ext2 pcmcia usbhost screen maverick"
16 # used by sysvinit_2
17 SERIAL_CONSOLE = "57600 ttyAM0"
19 # used by some images
20 ROOT_FLASH_SIZE = "8"
21 #extra jffs2 tweaks
22 EXTRA_IMAGECMD_jffs2 = "--eraseblock=0x40000 --pad=0x500000 "
24 # tune for ep93xx cpus can be used for crunch support but it is not
25 # recommended to build whole rootfs with it (it boots anyway)
26 # better would be building separate applications/libraries which makes
27 # use of floating point operations
29 #require conf/machine/include/tune-ep9312.inc
31 require conf/machine/include/tune-arm920t.inc