merge of '0a5045efa2609655b6717431c477b9d997fa9dd1'
[vuplus_openembedded] / conf / machine / include / lsppc.conf
1 #@TYPE: Machine configuration
2 #@Name: Buffalo PPC Linkstations
3 #@DESCRIPTION: Generic Machine configuration for ppc based linkstations
4
5
6 TARGET_ARCH = "powerpc"
7 PACKAGE_EXTRA_ARCHS = "ppc ppc603e"
8 MACHINE_FEATURES = "kernel26 usbhost ext2 pci uboot"
9 TARGET_FPU = "hard"
10
11 USE_DEVFS = "0"
12
13 BOOTSTRAP_EXTRA_RDEPENDS = "udev module-init-tools kernel-modules"
14 PREFERRED_PROVIDER_virtual/kernel = "linux-linkstationppc"
15
16 #don't try to access tty1
17 USE_VT = "0"
18
19 HOTPLUG = "udev"
20 udevdir = "/dev"
21
22 IMAGE_DEVICE_TABLES = "files/device_table-slugos.txt"
23 IMAGE_FSTYPES = "tar.gz"
24
25 #tune for the MPC5200B cpu
26 require conf/machine/include/tune-ppc603e.conf