[oe-commits] org.oe.dev turbostation: Update machine support

nail commit openembedded-commits at lists.openembedded.org
Tue Mar 6 23:02:15 UTC 2007


turbostation: Update machine support

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

#
# mt diff -r24edc2fd8d4089226a6cf317e1ad63ecabeea97a -refc288dfca6db8af7c6c350c1661838d4c1433c8
#
# 
# 
# patch "conf/machine/turbostation.conf"
#  from [da9095351a937ce98e77aee4d7dbfb5d27128a8a]
#    to [6f726b010d35f1dca1dfb881904353cbda8d1e85]
# 
============================================================
--- conf/machine/turbostation.conf	da9095351a937ce98e77aee4d7dbfb5d27128a8a
+++ conf/machine/turbostation.conf	6f726b010d35f1dca1dfb881904353cbda8d1e85
@@ -1,17 +1,26 @@ TARGET_FPU = "hard"
 TARGET_ARCH = "powerpc"
 TARGET_OS = "linux"
 TARGET_FPU = "hard"
-# TARGET_VENDOR = "oe"
 PACKAGE_EXTRA_ARCHS = "ppc ppc603e"
+MACHINE_TASK_PROVIDER = "task-base"
+
 # terminal specs - console, but no other ports
 SERIAL_CONSOLE="115200 console"
 USE_VT="0"
 
 MODUTILS=26
-MACHINE_TASK_PROVIDER = "task-base"
 MACHINE_FEATURES= "kernel26 usbhost"
-BOOTSTRAP_EXTRA_RDEPENDS = "udev mdadm"
 PREFERRED_PROVIDER_virtual/kernel = "linux-turbostation"
+
+# Do we need any kernel modules?
+OPENPROTIUM_KERNEL = ""
+
+# We want udev support in the image
 udevdir = "/dev"
+OPENPROTIUM_SUPPORT ?= "diffutils cpio findutils uboot-utils udev"
+BOOTSTRAP_EXTRA_RDEPENDS = "udev mdadm"
 
+ROOT_FLASH_SIZE = 12
+# Hardware stuff
+ERASEBLOCK_SIZE = "0x20000"	
 require conf/machine/include/tune-ppc603e.conf






More information about the Openembedded-commits mailing list