conf/machine/include: Rename .conf to .inc files
[vuplus_openembedded] / conf / machine / dht-walnut.conf
1 # Copyright (C) 2007, Stelios Koroneos - Digital OPSiS, All Rights Reserved
2 # Released under the MIT license (see packages/COPYING)
3 #@TYPE: Machine
4 #@Name: DHT-Walnut Development Platform
5 #@DESCRIPTION: Machine configuration for the DHT-Walnut 405GP  development platform
6
7 TARGET_ARCH = "powerpc"
8 PACKAGE_EXTRA_ARCHS = "all ${MACHINE} ppc ppc405"
9
10 PREFERRED_PROVIDER_virtual/kernel = "linux-${MACHINE}"
11 UBOOT_ENTRYPOINT = "0"
12
13 MACHINE_FEATURES = "kernel26 ext2"
14 MACHINE_TASK_PROVIDER = "task-base"
15
16 TARGET_CPU = "405"
17 OLDEST_KERNEL = "2.6.18"
18
19 #don't try to access tty1
20 USE_VT = "0"
21
22 SERIAL_CONSOLE = "115200 ttyS0"
23
24
25 #tune for the 405 cpu
26 require conf/machine/include/tune-ppc405.inc
27