increase dvbapp PR.
[vuplus_openembedded] / conf / machine / storcenter.conf
index 519c565..f7fabdc 100644 (file)
@@ -1,23 +1,29 @@
 TARGET_ARCH = "powerpc"
 TARGET_OS = "linux"
-TARGET_FPU = "hard"
-PACKAGE_EXTRA_ARCHS = "ppc ppc603e"
+PACKAGE_EXTRA_ARCHS = "ppc"
 
 INHERIT += "storcenter-image"
 
-# terminal specs - console, but no other ports
-SERIAL_CONSOLE="115200 console"
-USE_VT="0"
+MACHINE_FEATURES               = "kernel26 usbhost pci ext2 uboot"
+MACHINE_TASK_PROVIDER = "task-base"
+MACHINE_EXTRA_RDEPENDS = "u-boot-utils xfsprogs sccd"
+
+USE_DEVFS = "0"
+
+BOOTSTRAP_EXTRA_RDEPENDS               = "udev module-init-tools"
 
-MODUTILS=26
-MACHINE_FEATURES= "kernel26 usbhost pci ext2 uboot"
 PREFERRED_PROVIDER_virtual/kernel = "linux-storcenter"
+PREFERRED_VERSION_linux-storcenter = "2.6.27.7"
+PREFERRED_VERSION_u-boot = "1.2.0"
 
-# We want udev support in the image
-udevdir = "/dev"
+#don't try to access tty1
+USE_VT="0"
+
+IMAGE_DEVICE_TABLES = "files/device_table-slugos.txt"
+IMAGE_FSTYPES                  = "tar.gz"
 
-EXTRA_IMAGECMD = "--big-endian"
-ERASEBLOCK_SIZE = "0x10000"
-IMAGE_FSTYPES = "jffs2"
+SERIAL_CONSOLE="115200 console"
 
 require conf/machine/include/tune-ppc603e.inc
+
+UBOOT_MACHINE = "storcenter"