increase dvbapp PR.
[vuplus_openembedded] / conf / machine / dht-walnut.conf
index 68b754f..a033de1 100644 (file)
@@ -1,20 +1,26 @@
+# Copyright (C) 2007, Stelios Koroneos - Digital OPSiS, All Rights Reserved
+# Released under the MIT license (see packages/COPYING)
+#@TYPE: Machine
+#@Name: DHT-Walnut Development Platform
+#@DESCRIPTION: Machine configuration for the DHT-Walnut 405GP  development platform
+
 TARGET_ARCH = "powerpc"
-IPKG_ARCHS = "all powerpc ${MACHINE}"
 
-PREFERRED_PROVIDER_virtual/kernel = "linux-dht-walnut"
+PREFERRED_PROVIDER_virtual/kernel = "linux-${MACHINE}"
+UBOOT_ENTRYPOINT = "0"
+
+MACHINE_FEATURES = "kernel26 ext2"
 
-#TARGET_FPU = "soft"
 TARGET_CPU = "405"
-OLDEST_KERNEL = "2.6.9"
 
-# TARGET_VENDOR = "-oe"
+#don't try to access tty1
+USE_VT = "0"
 
-BOOTSTRAP_EXTRA_DEPENDS = "virtual/kernel pciutils udev"
-BOOTSTRAP_EXTRA_RDEPENDS = "kernel pciutils udev"
+SERIAL_CONSOLE = "115200 ttyS0"
 
-udevdir = "/dev"
-OLDEST_KERNEL = "2.6.5"
-# GLIBC_ADDONS = "nptl"
-# GLIBC_EXTRA_OECONF = "--with-tls"
+PREFERRED_VERSION_u-boot = "1.1.4"
+KERNEL_IMAGETYPE = "uImage"
 
+#tune for the 405 cpu
+require conf/machine/include/tune-ppc405.inc