Clean up IPKG_ARCHS as it was being used inconsistently, often with duplication....
[vuplus_openembedded] / conf / machine / ep93xx.conf
1 #@TYPE: Machine
2 #@Name: Cirrus Logic EP-93xx Development Platform
3 #@DESCRIPTION: Machine configuration for Cirrus Logic EP-93xx Development Platform
4
5 INHERIT += "linux_modules"
6
7 TARGET_ARCH = "arm"
8 IPKG_EXTRA_ARCHS = "armv4t"
9
10 PREFERRED_PROVIDER_virtual/kernel = "${MACHINE}-kernel"
11
12 #don't try to access tty1
13 USE_VT = "0"
14
15
16
17 #ship in rootfs:
18 EP93XX_MODULES = "apm \
19                   pcmcia-core \
20                   ipv6 "
21 BOOTSTRAP_EXTRA_RRECOMMENDS += " ${@linux_module_packages('${EP93XX_MODULES}', d)}"
22 BOOTSTRAP_EXTRA_RDEPENDS_append = " udev module-init-tools"
23
24
25 # used by sysvinit_2
26 SERIAL_CONSOLE = "57600 ttyAM0"
27
28 # used by some images
29 ROOT_FLASH_SIZE = "8"
30 #extra jffs2 tweaks
31 EXTRA_IMAGECMD_jffs2 = "--eraseblock=0x40000 --pad=0x500000 "
32
33 #tune for ep93xx cpus
34 #can be used for crunch support later on
35 #include conf/machine/include/tune-ep9312.conf
36
37
38 include conf/machine/include/tune-arm920t.conf