[oe] [meta-handheld][PATCH 07/10] conf/machine: unify MACHINE_GUI_CLASS/GUI_MACHINE_CLASS to MACHINE_GUI_CLASS in all configs

Martin Jansa martin.jansa at gmail.com
Thu Sep 1 15:39:14 UTC 2011


Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>
---
 conf/machine/include/zaurus.inc |    2 +-
 conf/machine/palmt650.conf      |    2 +-
 conf/machine/palmt680.conf      |    2 +-
 conf/machine/palmtc.conf        |    2 +-
 conf/machine/palmtt5.conf       |    2 +-
 conf/machine/simpad.conf        |    2 +-
 6 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/conf/machine/include/zaurus.inc b/conf/machine/include/zaurus.inc
index 6ff1470..416978f 100644
--- a/conf/machine/include/zaurus.inc
+++ b/conf/machine/include/zaurus.inc
@@ -52,7 +52,7 @@ KERNEL_IMAGETYPE = "${ZAURUS_KERNEL_IMAGETYPE}"
 XZ_COMPRESSION_LEVEL = "-e -7"
 
 # kernel bootlogo
-LOGO_SIZE = '${@base_conditional("GUI_MACHINE_CLASS", "bigscreen", "vga", "qvga", d)}'
+LOGO_SIZE = '${@base_conditional("MACHINE_GUI_CLASS", "bigscreen", "vga", "qvga", d)}'
 
 ################
 # machine tuning
diff --git a/conf/machine/palmt650.conf b/conf/machine/palmt650.conf
index f81ade3..8deb3e5 100644
--- a/conf/machine/palmt650.conf
+++ b/conf/machine/palmt650.conf
@@ -8,7 +8,7 @@ ROOT_FLASH_SIZE = "100"
 
 SERIAL_CONSOLE = "115200 ttyS1"
 
-GUI_MACHINE_CLASS = "bigscreen"
+MACHINE_GUI_CLASS = "bigscreen"
 
 MACHINE_EXTRA_RRECOMMENDS += "kernel-module-snd-pxa2xx-ac97 \
                            kernel-module-pxa27x-keyboard \
diff --git a/conf/machine/palmt680.conf b/conf/machine/palmt680.conf
index b984667..a17aea3 100644
--- a/conf/machine/palmt680.conf
+++ b/conf/machine/palmt680.conf
@@ -8,7 +8,7 @@ ROOT_FLASH_SIZE = "100"
 
 SERIAL_CONSOLE = "115200 ttyS0"
 
-GUI_MACHINE_CLASS = "bigscreen"
+MACHINE_GUI_CLASS = "bigscreen"
 
 MACHINE_EXTRA_RRECOMMENDS += "kernel-module-pxa27x-keyboard \
                            kernel-module-wm97xx-ts"
diff --git a/conf/machine/palmtc.conf b/conf/machine/palmtc.conf
index 28db830..515ce4c 100644
--- a/conf/machine/palmtc.conf
+++ b/conf/machine/palmtc.conf
@@ -10,5 +10,5 @@ ROOT_FLASH_SIZE = "100"
 
 SERIAL_CONSOLE = "115200 ttyS0"
 
-GUI_MACHINE_CLASS = "bigscreen"
+MACHINE_GUI_CLASS = "bigscreen"
 
diff --git a/conf/machine/palmtt5.conf b/conf/machine/palmtt5.conf
index 997c157..fbf225a 100644
--- a/conf/machine/palmtt5.conf
+++ b/conf/machine/palmtt5.conf
@@ -8,7 +8,7 @@ ROOT_FLASH_SIZE = "100"
 
 SERIAL_CONSOLE = "115200 ttyS0"
 
-GUI_MACHINE_CLASS = "bigscreen"
+MACHINE_GUI_CLASS = "bigscreen"
 
 MACHINE_EXTRA_RRECOMMENDS += "kernel-module-pxa27x-keyboard \
                            kernel-module-wm97xx-ts \
diff --git a/conf/machine/simpad.conf b/conf/machine/simpad.conf
index 6073d33..fbb2c67 100644
--- a/conf/machine/simpad.conf
+++ b/conf/machine/simpad.conf
@@ -14,7 +14,7 @@ require conf/machine/include/tune-strongarm1100.inc
 ROOT_FLASH_SIZE = "16"
 EXTRA_IMAGECMD_jffs2 = "--little-endian --eraseblock=0x20000"
 
-GUI_MACHINE_CLASS = "bigscreen"
+MACHINE_GUI_CLASS = "bigscreen"
 MACHINE_DISPLAY_WIDTH_PIXELS = "800" 
 MACHINE_DISPLAY_HEIGHT_PIXELS= "600"
 SERIAL_CONSOLE = "ttySA0 115200 vt100"
-- 
1.7.6.1





More information about the Openembedded-devel mailing list