This file looks large and may slow your browser down if we attempt
to syntax highlight it, so we are showing it without any
pretty colors.
Highlight
it anyway.
| 1 |
TARGET_ARCH = "powerpc" |
| 2 |
TARGET_OS = "linux" |
| 3 |
PACKAGE_EXTRA_ARCHS = "ppc" |
| 4 |
|
| 5 |
INHERIT += "storcenter-image" |
| 6 |
|
| 7 |
MACHINE_FEATURES = "kernel26 usbhost pci ext2 uboot" |
| 8 |
MACHINE_TASK_PROVIDER = "task-base" |
| 9 |
MACHINE_EXTRA_RDEPENDS = "u-boot-utils xfsprogs sccd" |
| 10 |
|
| 11 |
USE_DEVFS = "0" |
| 12 |
|
| 13 |
BOOTSTRAP_EXTRA_RDEPENDS = "udev module-init-tools" |
| 14 |
|
| 15 |
PREFERRED_PROVIDER_virtual/kernel = "linux-storcenter" |
| 16 |
PREFERRED_VERSION_linux-storcenter = "2.6.27.7" |
| 17 |
PREFERRED_VERSION_u-boot = "1.2.0" |
| 18 |
|
| 19 |
#don't try to access tty1 |
| 20 |
USE_VT="0" |
| 21 |
|
| 22 |
IMAGE_DEVICE_TABLES = "files/device_table-slugos.txt" |
| 23 |
IMAGE_FSTYPES = "tar.gz" |
| 24 |
|
| 25 |
SERIAL_CONSOLE="115200 console" |
| 26 |
|
| 27 |
require conf/machine/include/tune-ppc603e.inc |
| 28 |
|
| 29 |
UBOOT_MACHINE = "storcenter" |