merge of '74301428ab37e923090b24e6a2336ca84af564f2'
[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 MACHINE_TASK_PROVIDER = "task-base"
12
13 TARGET_CPU = "405"
14 OLDEST_KERNEL = "2.6.12"
15
16 #tune for the 405 cpu
17 require conf/machine/include/tune-ppc405.conf
18
19
20
21 SERIAL_CONSOLE = "115200 ttyS0"
22