[oe-commits] org.oe.dev conf/machine/dht-walnut.conf : Set MACHINE_TASK_PROVIDER to task-base

ifaistos commit openembedded-commits at lists.openembedded.org
Mon May 28 21:49:23 UTC 2007


conf/machine/dht-walnut.conf : Set MACHINE_TASK_PROVIDER  to task-base
Set oldest kernel to 2.6.18

Author: ifaistos at openembedded.org
Branch: org.openembedded.dev
Revision: 29abfd2a88472403f067f420dfad290504297897
ViewMTN: http://monotone.openembedded.org/revision.psp?id=29abfd2a88472403f067f420dfad290504297897
Files:
1
conf/machine/dht-walnut.conf
Diffs:

#
# mt diff -r5e3a99cc75e7a19b9e1a2202770d36f7bb244ed3 -r29abfd2a88472403f067f420dfad290504297897
#
# 
# 
# patch "conf/machine/dht-walnut.conf"
#  from [f124922c7d7914ec221e0a849fd6b9b8c15c6686]
#    to [64cf7d5a30c2928f4981108397790e7f45c7b9e8]
# 
============================================================
--- conf/machine/dht-walnut.conf	f124922c7d7914ec221e0a849fd6b9b8c15c6686
+++ conf/machine/dht-walnut.conf	64cf7d5a30c2928f4981108397790e7f45c7b9e8
@@ -1,21 +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"
-PACKAGE_EXTRA_ARCHS = "ppc405"
+PACKAGE_EXTRA_ARCHS = "all ${MACHINE} ppc ppc405"
 
 PREFERRED_PROVIDER_virtual/kernel = "linux-${MACHINE}"
 
 MACHINE_FEATURES = "kernel26 ext2"
+MACHINE_TASK_PROVIDER = "task-base"
 
 TARGET_CPU = "405"
-OLDEST_KERNEL = "2.6.12"
+OLDEST_KERNEL = "2.6.18"
 
-#tune for the 405 cpu
-require conf/machine/include/tune-ppc405.conf
+#don't try to access tty1
+USE_VT = "0"
 
+SERIAL_CONSOLE = "115200 ttyS0"
 
 
-SERIAL_CONSOLE = "115200 ttyS0"
+#tune for the 405 cpu
+require conf/machine/include/tune-ppc405.conf
 






More information about the Openembedded-commits mailing list