[oe-commits] org.oe.dev turbostation: Add uboot-support

nail commit openembedded-commits at lists.openembedded.org
Fri Mar 30 16:22:36 UTC 2007


turbostation: Add uboot-support

Author: nail at nslu2-linux.org
Branch: org.openembedded.dev
Revision: 3b45f0246edf3a37f5ab957ec4f00d7fa3e16004
ViewMTN: http://monotone.openembedded.org/revision.psp?id=3b45f0246edf3a37f5ab957ec4f00d7fa3e16004
Files:
1
conf/machine/turbostation.conf
Diffs:

#
# mt diff -rf553933230d34f2c6b9c1981b0bd73de4cee4f2d -r3b45f0246edf3a37f5ab957ec4f00d7fa3e16004
#
# 
# 
# patch "conf/machine/turbostation.conf"
#  from [8c135afa5ab2aa8db25b6f1ca23467d99b3e000c]
#    to [a4192c5d400dd8d8c875399689d74e619b922366]
# 
============================================================
--- conf/machine/turbostation.conf	8c135afa5ab2aa8db25b6f1ca23467d99b3e000c
+++ conf/machine/turbostation.conf	a4192c5d400dd8d8c875399689d74e619b922366
@@ -1,15 +1,19 @@ PACKAGE_EXTRA_ARCHS = "ppc ppc603e"
 TARGET_ARCH = "powerpc"
 TARGET_OS = "linux"
 TARGET_FPU = "hard"
 PACKAGE_EXTRA_ARCHS = "ppc ppc603e"
-MACHINE_TASK_PROVIDER = "task-base"
 
+INHERIT += "turbostation-image"
+
 # terminal specs - console, but no other ports
 SERIAL_CONSOLE="115200 console"
 USE_VT="0"
 
 MODUTILS=26
-MACHINE_FEATURES= "kernel26 usbhost pci ext2"
+MACHINE_FEATURES = "kernel26 usbhost pci ext2 uboot"
+UBOOT_MACHINE = "qnap_config"
+PREFERRED_VERSION_u-boot = "1.2.0"
+
 PREFERRED_PROVIDER_virtual/kernel = "linux-turbostation"
 MACHINE_TASK_PROVIDER = "task-base"
 






More information about the Openembedded-commits mailing list