merge of '4fa4f87979de4219c88fba63ac6ae11b020aeced'
[vuplus_openembedded] / conf / machine / dht-walnut.conf
1 #@TYPE: Machine
2 #@Name: DHT-Walnut Development Platform
3 #@DESCRIPTION: Machine configuration for the DHT-Walnut 405GP  development platform
4
5 TARGET_ARCH = "powerpc"
6 PACKAGE_EXTRA_ARCHS = "ppc405"
7
8 PREFERRED_PROVIDER_virtual/kernel = "linux-${MACHINE}"
9
10 MACHINE_FEATURES = "kernel26 ext2"
11
12 TARGET_CPU = "405"
13 OLDEST_KERNEL = "2.6.12"
14
15 #tune for the 405 cpu
16 require conf/machine/include/tune-ppc405.conf
17
18
19
20 SERIAL_CONSOLE = "115200 ttyS0"
21