aboutsummaryrefslogtreecommitdiffstats
path: root/conf/machine/include/lsppc.inc
blob: 673ce4b44784c13f2816446203b62638a4d98de4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
#@TYPE: Machine configuration
#@Name: Buffalo PPC Linkstations
#@DESCRIPTION: Generic Machine configuration for ppc based linkstations


TARGET_ARCH = "powerpc"
PACKAGE_EXTRA_ARCHS = "ppc ppc603e"
MACHINE_FEATURES = "kernel26 usbhost ext2 pci uboot"

USE_DEVFS = "0"

BOOTSTRAP_EXTRA_RDEPENDS = "udev module-init-tools kernel-modules"
PREFERRED_PROVIDER_virtual/kernel = "linux-linkstationppc"

#don't try to access tty1
USE_VT = "0"

HOTPLUG = "udev"
udevdir = "/dev"

IMAGE_DEVICE_TABLES = "files/device_table-slugos.txt"
IMAGE_FSTYPES = "tar.gz"

#tune for the MPC5200B cpu
require conf/machine/include/tune-ppc603e.inc