increase dvbapp PR.
[vuplus_openembedded] / conf / machine / storcenter.conf
index 5b69bbd..f7fabdc 100644 (file)
@@ -1,27 +1,29 @@
 TARGET_ARCH = "powerpc"
-TARGET_FPU = "hard"
-PACKAGE_EXTRA_ARCHS = "ppc603e"
+TARGET_OS = "linux"
+PACKAGE_EXTRA_ARCHS = "ppc"
 
-# terminal specs - console, but no other ports
-SERIAL_CONSOLE="115200 ttyS0"
-USE_VT="0"
+INHERIT += "storcenter-image"
+
+MACHINE_FEATURES               = "kernel26 usbhost pci ext2 uboot"
+MACHINE_TASK_PROVIDER = "task-base"
+MACHINE_EXTRA_RDEPENDS = "u-boot-utils xfsprogs sccd"
+
+USE_DEVFS = "0"
 
-# uboot switches
-UBOOT_MACHINE="Sandpoint8240_config"
+BOOTSTRAP_EXTRA_RDEPENDS               = "udev module-init-tools"
 
-# plug in other tasks - not "really" used unless we are using task-boot
-MACHINE_FEATURES= "kernel26 usbhost pci ext2"
 PREFERRED_PROVIDER_virtual/kernel = "linux-storcenter"
-PREFERRED_VERSION_udev = "115"
+PREFERRED_VERSION_linux-storcenter = "2.6.27.7"
+PREFERRED_VERSION_u-boot = "1.2.0"
 
-# the StorCenter Control Daemon provides cmdline fan and light control
-MACHINE_EXTRA_RDEPENDS = "sccd"
+#don't try to access tty1
+USE_VT="0"
+
+IMAGE_DEVICE_TABLES = "files/device_table-slugos.txt"
+IMAGE_FSTYPES                  = "tar.gz"
 
-IMAGE_FSTYPES = "jffs2"
-KERNEL_IMAGETYPE ?= uImage
-EXTRA_IMAGECMD_jffs2 += "--pad --big-endian --eraseblock=0x10000"
-# must be in HEX
-FLASH_KERNEL_SIZE=0x170000
-FLASH_ROOT_SIZE=0x590000
+SERIAL_CONSOLE="115200 console"
 
 require conf/machine/include/tune-ppc603e.inc
+
+UBOOT_MACHINE = "storcenter"