aboutsummaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorPaul Sokolovsky <pmiscml@gmail.com>2007-07-17 22:16:58 +0000
committerPaul Sokolovsky <pmiscml@gmail.com>2007-07-17 22:16:58 +0000
commitb4b75f55ab85e3ba6b6a726acfaeb86d7db0d55c (patch)
treea3c3f8986e6fb7362ba81d3d2bb301b5554e10ec /conf
parent6ada1e24b04359d24f56a405ad73789fe0ec61e8 (diff)
downloadopenembedded-b4b75f55ab85e3ba6b6a726acfaeb86d7db0d55c.tar.gz
conf/machine/: Add screen param vars for another bunch of machines.
Diffstat (limited to 'conf')
-rw-r--r--conf/machine/acern30.conf4
-rw-r--r--conf/machine/asus620.conf4
-rw-r--r--conf/machine/aximx50.conf4
-rw-r--r--conf/machine/eteng500.conf4
-rw-r--r--conf/machine/htcalpine.conf4
-rw-r--r--conf/machine/htcapache.conf4
-rw-r--r--conf/machine/htcblueangel.conf4
-rw-r--r--conf/machine/htchimalaya.conf4
-rw-r--r--conf/machine/htcwallaby.conf4
-rw-r--r--conf/machine/magician.conf4
-rw-r--r--conf/machine/rx1950.conf4
-rw-r--r--conf/machine/rx3000.conf4
12 files changed, 36 insertions, 12 deletions
diff --git a/conf/machine/acern30.conf b/conf/machine/acern30.conf
index 4255769478..de450b14d1 100644
--- a/conf/machine/acern30.conf
+++ b/conf/machine/acern30.conf
@@ -13,7 +13,9 @@ require conf/machine/include/tune-arm920t.conf
ROOT_FLASH_SIZE = "32"
VOLATILE_STORAGE_SIZE = "64"
-GUI_MACHINE_CLASS = "smallscreen"
+MACHINE_GUI_CLASS = "smallscreen"
+MACHINE_DISPLAY_WIDTH_PIXELS = "240"
+MACHINE_DISPLAY_HEIGHT_PIXELS = "320"
MACHINE_FEATURES = "kernel26 touchscreen apm alsa irda bluetooth usbgadget screen"
#
diff --git a/conf/machine/asus620.conf b/conf/machine/asus620.conf
index e7a46fed67..6c159a5f0c 100644
--- a/conf/machine/asus620.conf
+++ b/conf/machine/asus620.conf
@@ -12,7 +12,9 @@ require conf/machine/include/tune-xscale.conf
ROOT_FLASH_SIZE = "32"
VOLATILE_STORAGE_SIZE = "64"
-GUI_MACHINE_CLASS = "smallscreen"
+MACHINE_GUI_CLASS = "smallscreen"
+MACHINE_DISPLAY_WIDTH_PIXELS = "240"
+MACHINE_DISPLAY_HEIGHT_PIXELS = "320"
MACHINE_FEATURES = "kernel26 touchscreen apm alsa pcmcia irda bluetooth usbgadget screen"
#
diff --git a/conf/machine/aximx50.conf b/conf/machine/aximx50.conf
index 1bd08e13ab..32d7a2cdca 100644
--- a/conf/machine/aximx50.conf
+++ b/conf/machine/aximx50.conf
@@ -16,7 +16,9 @@ require conf/machine/include/tune-xscale.conf
ROOT_FLASH_SIZE = "256"
VOLATILE_STORAGE_SIZE = "64"
-GUI_MACHINE_CLASS ?= "smallscreen"
+MACHINE_GUI_CLASS ?= "smallscreen"
+MACHINE_DISPLAY_WIDTH_PIXELS ?= "240"
+MACHINE_DISPLAY_HEIGHT_PIXELS ?= "320"
MACHINE_FEATURES = "kernel26 touchscreen apm alsa pcmcia bluetooth irda wifi usbgadget screen"
#
diff --git a/conf/machine/eteng500.conf b/conf/machine/eteng500.conf
index 59eafda6f2..7734461a03 100644
--- a/conf/machine/eteng500.conf
+++ b/conf/machine/eteng500.conf
@@ -13,7 +13,9 @@ require conf/machine/include/tune-arm920t.conf
ROOT_FLASH_SIZE = "32"
VOLATILE_STORAGE_SIZE = "64"
-GUI_MACHINE_CLASS = "smallscreen"
+MACHINE_GUI_CLASS = "smallscreen"
+MACHINE_DISPLAY_WIDTH_PIXELS = "240"
+MACHINE_DISPLAY_HEIGHT_PIXELS = "320"
MACHINE_FEATURES = "kernel26 touchscreen apm alsa irda bluetooth wifi usbgadget screen"
#
diff --git a/conf/machine/htcalpine.conf b/conf/machine/htcalpine.conf
index 181e54de5d..7cd36f16ae 100644
--- a/conf/machine/htcalpine.conf
+++ b/conf/machine/htcalpine.conf
@@ -12,7 +12,9 @@ require conf/machine/include/tune-xscale.conf
ROOT_FLASH_SIZE = "32"
VOLATILE_STORAGE_SIZE = "64"
-GUI_MACHINE_CLASS = "smallscreen"
+MACHINE_GUI_CLASS = "smallscreen"
+MACHINE_DISPLAY_WIDTH_PIXELS = "240"
+MACHINE_DISPLAY_HEIGHT_PIXELS = "320"
MACHINE_FEATURES = "kernel26 touchscreen apm alsa pcmcia irda bluetooth usbgadget screen"
#
diff --git a/conf/machine/htcapache.conf b/conf/machine/htcapache.conf
index 0906b0f682..b46ac688cc 100644
--- a/conf/machine/htcapache.conf
+++ b/conf/machine/htcapache.conf
@@ -12,7 +12,9 @@ require conf/machine/include/tune-xscale.conf
ROOT_FLASH_SIZE = "32"
VOLATILE_STORAGE_SIZE = "64"
-GUI_MACHINE_CLASS = "smallscreen"
+MACHINE_GUI_CLASS = "smallscreen"
+MACHINE_DISPLAY_WIDTH_PIXELS = "240"
+MACHINE_DISPLAY_HEIGHT_PIXELS = "320"
MACHINE_FEATURES = "kernel26 touchscreen apm alsa pcmcia irda bluetooth usbgadget screen"
#
diff --git a/conf/machine/htcblueangel.conf b/conf/machine/htcblueangel.conf
index 261ebb8916..5150b86b77 100644
--- a/conf/machine/htcblueangel.conf
+++ b/conf/machine/htcblueangel.conf
@@ -12,7 +12,9 @@ require conf/machine/include/tune-xscale.conf
ROOT_FLASH_SIZE = "32"
VOLATILE_STORAGE_SIZE = "128"
-GUI_MACHINE_CLASS = "smallscreen"
+MACHINE_GUI_CLASS = "smallscreen"
+MACHINE_DISPLAY_WIDTH_PIXELS = "240"
+MACHINE_DISPLAY_HEIGHT_PIXELS = "320"
MACHINE_FEATURES = "kernel26 touchscreen apm alsa irda bluetooth wifi usbgadget screen"
#
diff --git a/conf/machine/htchimalaya.conf b/conf/machine/htchimalaya.conf
index d75a573f65..1edd224496 100644
--- a/conf/machine/htchimalaya.conf
+++ b/conf/machine/htchimalaya.conf
@@ -12,7 +12,9 @@ require conf/machine/include/tune-xscale.conf
ROOT_FLASH_SIZE = "32"
VOLATILE_STORAGE_SIZE = "64"
-GUI_MACHINE_CLASS = "smallscreen"
+MACHINE_GUI_CLASS = "smallscreen"
+MACHINE_DISPLAY_WIDTH_PIXELS = "240"
+MACHINE_DISPLAY_HEIGHT_PIXELS = "320"
MACHINE_FEATURES = "kernel26 touchscreen apm alsa irda usbgadget screen"
#
diff --git a/conf/machine/htcwallaby.conf b/conf/machine/htcwallaby.conf
index 6108796aad..f7b0a89ee1 100644
--- a/conf/machine/htcwallaby.conf
+++ b/conf/machine/htcwallaby.conf
@@ -12,7 +12,9 @@ require conf/machine/include/tune-strongarm.conf
ROOT_FLASH_SIZE = "16"
VOLATILE_STORAGE_SIZE = "32"
-GUI_MACHINE_CLASS = "smallscreen"
+MACHINE_GUI_CLASS = "smallscreen"
+MACHINE_DISPLAY_WIDTH_PIXELS = "240"
+MACHINE_DISPLAY_HEIGHT_PIXELS = "320"
MACHINE_FEATURES = "kernel26 touchscreen apm alsa irda usbgadget screen phone"
#
diff --git a/conf/machine/magician.conf b/conf/machine/magician.conf
index aa30d3164e..fab936707b 100644
--- a/conf/machine/magician.conf
+++ b/conf/machine/magician.conf
@@ -16,7 +16,9 @@ require conf/machine/include/tune-xscale.conf
ROOT_FLASH_SIZE = "80"
VOLATILE_STORAGE_SIZE = "64"
-GUI_MACHINE_CLASS = "smallscreen"
+MACHINE_GUI_CLASS = "smallscreen"
+MACHINE_DISPLAY_WIDTH_PIXELS = "240"
+MACHINE_DISPLAY_HEIGHT_PIXELS = "320"
MACHINE_FEATURES = "alsa apm bluetooth irda kernel26 phone screen touchscreen usbgadget usbhost"
#
diff --git a/conf/machine/rx1950.conf b/conf/machine/rx1950.conf
index 097ee9c017..d49679e820 100644
--- a/conf/machine/rx1950.conf
+++ b/conf/machine/rx1950.conf
@@ -13,7 +13,9 @@ require conf/machine/include/tune-arm920t.conf
ROOT_FLASH_SIZE = "32"
VOLATILE_STORAGE_SIZE = "64"
-GUI_MACHINE_CLASS = "smallscreen"
+MACHINE_GUI_CLASS = "smallscreen"
+MACHINE_DISPLAY_WIDTH_PIXELS = "240"
+MACHINE_DISPLAY_HEIGHT_PIXELS = "320"
MACHINE_FEATURES = "kernel26 touchscreen apm alsa irda bluetooth wifi usbgadget screen"
#
diff --git a/conf/machine/rx3000.conf b/conf/machine/rx3000.conf
index 0506a1f083..f0bd1fefd2 100644
--- a/conf/machine/rx3000.conf
+++ b/conf/machine/rx3000.conf
@@ -13,7 +13,9 @@ require conf/machine/include/tune-arm920t.conf
ROOT_FLASH_SIZE = "32"
VOLATILE_STORAGE_SIZE = "64"
-GUI_MACHINE_CLASS = "smallscreen"
+MACHINE_GUI_CLASS = "smallscreen"
+MACHINE_DISPLAY_WIDTH_PIXELS = "240"
+MACHINE_DISPLAY_HEIGHT_PIXELS = "320"
MACHINE_FEATURES = "kernel26 touchscreen apm alsa irda bluetooth wifi usbgadget screen"
#