increase dvbapp PR.
[vuplus_openembedded] / conf / machine / n1200.conf
1 #@TYPE: Machine
2 #@NAME: Thecus n1200
3 #@DESCRIPTION: Machine configuration for the Thecus n1200, an MPC8347 based NAS
4
5 TARGET_ARCH = "powerpc"
6 PACKAGE_EXTRA_ARCHS = "ppc"
7
8 MACHINE_FEATURES                = "kernel26 usbhost ext2"
9 MACHINE_TASK_PROVIDER           = "task-base"
10 MACHINE_EXTRA_RRECOMMENDS       = "temper u-boot-utils"
11
12 USE_DEVFS = "0"
13
14 PREFERRED_PROVIDER_virtual/kernel = "linux-n1200"
15 PREFERRED_VERSION_linux-n1200 = "2.6.27-rc9+git"
16
17 #don't try to access tty1
18 USE_VT = "0"
19
20 IMAGE_DEVICE_TABLES = "files/device_table-slugos.txt"
21 IMAGE_FSTYPES = "tar.gz"
22 SERIAL_CONSOLE = "ttyS0 115200"
23
24 KERNEL_IMAGETYPE = "zImage"
25 UBOOT_LOADADDRESS = "00400000"
26 UBOOT_ENTRYPOINT = "004005a4"
27
28 require conf/machine/include/tune-ppc603e.inc