merge of 'a39305a5c87509224c50a426443dee45216dd4e0'
[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_ARCHS = "all powerpc ${MACHINE}"
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