aboutsummaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorMarcin Juszkiewicz <hrw@openembedded.org>2006-02-12 19:33:33 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2006-02-12 19:33:33 +0000
commit604f70dab359ee0a0019c3d0304274636056faae (patch)
treea781420830c0be953d8ea598aac2265bc611624a /conf
parentf4724350c8fca907d9f42f280d8b8b6a47cef93e (diff)
downloadopenembedded-604f70dab359ee0a0019c3d0304274636056faae.tar.gz
disapproval of revision '2f66f3942fd222b5e7e77b3dee1f05009eedf27b'
Diffstat (limited to 'conf')
-rw-r--r--conf/machine/poodle.conf3
-rw-r--r--conf/machine/tosa.conf4
-rw-r--r--conf/machine/zaurus-clamshell.conf4
3 files changed, 8 insertions, 3 deletions
diff --git a/conf/machine/poodle.conf b/conf/machine/poodle.conf
index e3f42d278c..ee346e1e9a 100644
--- a/conf/machine/poodle.conf
+++ b/conf/machine/poodle.conf
@@ -16,11 +16,12 @@ BOOTSTRAP_EXTRA_DEPENDS += "zaurus-updater keymaps"
BOOTSTRAP_EXTRA_RDEPENDS += "keymaps"
include conf/machine/handheld-common.conf
-include conf/machine/tune-strongarm.conf
# yes, it has 64MB...
ROOT_FLASH_SIZE = "32"
+# Use tune-xscale per default. Machine independent feeds should be built with tune-strongarm.
+include conf/machine/tune-xscale.conf
SERIAL_CONSOLE = "115200 ttyS0"
diff --git a/conf/machine/tosa.conf b/conf/machine/tosa.conf
index 6ecfe1d0fa..d93cec5e3b 100644
--- a/conf/machine/tosa.conf
+++ b/conf/machine/tosa.conf
@@ -20,6 +20,8 @@ GPE_EXTRA_DEPENDS += "gaim"
ROOT_FLASH_SIZE = "32"
include conf/machine/handheld-common.conf
-include conf/machine/tune-strongarm.conf
+
+# Use tune-xscale per default. Machine independent feeds should be built with tune-strongarm.
+include conf/machine/tune-xscale.conf
SERIAL_CONSOLE = "115200 ttyS0"
diff --git a/conf/machine/zaurus-clamshell.conf b/conf/machine/zaurus-clamshell.conf
index ab00865d4e..088b2c1f3f 100644
--- a/conf/machine/zaurus-clamshell.conf
+++ b/conf/machine/zaurus-clamshell.conf
@@ -19,6 +19,8 @@ GPE_EXTRA_DEPENDS += "gaim sylpheed chkhinge"
GPE_EXTRA_INSTALL += "gaim sylpheed chkhinge"
include conf/machine/handheld-common.conf
-include conf/machine/tune-strongarm.conf
+
+# Use tune-xscale per default. Machine independent feeds should be built with tune-strongarm.
+include conf/machine/tune-xscale.conf
SERIAL_CONSOLE = "115200 ttyS0"