[oe-commits] org.oe.dev conf/machine/: Yet more of MACHINE_DISPLAY_*.

pfalcon commit openembedded-commits at lists.openembedded.org
Tue Jul 17 22:43:33 UTC 2007


conf/machine/: Yet more of MACHINE_DISPLAY_*.

Author: pfalcon at openembedded.org
Branch: org.openembedded.dev
Revision: 519a89f1a79b55264782142c46e74ce09c0926c4
ViewMTN: http://monotone.openembedded.org/revision.psp?id=519a89f1a79b55264782142c46e74ce09c0926c4
Files:
1
conf/machine/asus730.conf
conf/machine/aximx50v.conf
conf/machine/include/palm.conf
conf/machine/palmld.conf
conf/machine/palmtt.conf
conf/machine/palmtx.conf
conf/machine/palmz72.conf
Diffs:

#
# mt diff -r395d6de41c854bc96db2108e2c2b5a7736072d2d -r519a89f1a79b55264782142c46e74ce09c0926c4
#
# 
# 
# patch "conf/machine/asus730.conf"
#  from [b9e3bb64f4aa2bf24d37ce83bb710e4b79902b4c]
#    to [69e2646849af8289e44ffe373f9695c42d09b026]
# 
# patch "conf/machine/aximx50v.conf"
#  from [33500ac21e3eec54a88e254a099a20c60938f06f]
#    to [f40fc22d026193222d822b7418de0028265b5000]
# 
# patch "conf/machine/include/palm.conf"
#  from [67ba46a49721b82b7690b3214c3a2d5451076c5b]
#    to [a32a7efd0b14ab2ca61bcb26d18444c5d97a6811]
# 
# patch "conf/machine/palmld.conf"
#  from [36ef525ef87ccfbc617c0404c26bd3a750a58c1b]
#    to [c75733b268f0ce8ecaf2561319e45d09e23ede02]
# 
# patch "conf/machine/palmtt.conf"
#  from [0ecea4712771171597361de10c5217453886918b]
#    to [b4a69289be08bca3ad9e95e165f1bae4fa8c7b60]
# 
# patch "conf/machine/palmtx.conf"
#  from [62107e3db846dc2f8067bbca79d8050d6ccb4e4c]
#    to [7b01875a26f5fa407501b3e1f67a25b6045a478f]
# 
# patch "conf/machine/palmz72.conf"
#  from [f8f02a6034be32bbfc14040044cb67824df105b5]
#    to [b6c8c8a6c80d1533b4c0a62cbb309dc2a84bdf41]
# 
============================================================
--- conf/machine/asus730.conf	b9e3bb64f4aa2bf24d37ce83bb710e4b79902b4c
+++ conf/machine/asus730.conf	69e2646849af8289e44ffe373f9695c42d09b026
@@ -16,7 +16,9 @@ VOLATILE_STORAGE_SIZE = "64"
 
 ROOT_FLASH_SIZE = "64"
 VOLATILE_STORAGE_SIZE = "64"
-GUI_MACHINE_CLASS = "bigscreen"
+MACHINE_GUI_CLASS = "bigscreen"
+MACHINE_DISPLAY_WIDTH_PIXELS = "480"
+MACHINE_DISPLAY_HEIGHT_PIXELS = "640"
 MACHINE_FEATURES = "kernel26 touchscreen apm alsa pcmcia bluetooth irda wifi usbgadget screen"
 
 #
============================================================
--- conf/machine/aximx50v.conf	33500ac21e3eec54a88e254a099a20c60938f06f
+++ conf/machine/aximx50v.conf	f40fc22d026193222d822b7418de0028265b5000
@@ -1,7 +1,9 @@ require conf/machine/aximx50.conf
 #@TYPE: Machine
 #@NAME: Axim x50v/x51v
 #@DESCRIPTION: Machine configuration for the Dell Axim x50v/x51v with a pxa27x CPU
 
 require conf/machine/aximx50.conf
 
+MACHINE_GUI_CLASS = "bigscreen"
+MACHINE_DISPLAY_WIDTH_PIXELS = "480"
+MACHINE_DISPLAY_HEIGHT_PIXELS = "640"
-GUI_MACHINE_CLASS = "bigscreen"
============================================================
--- conf/machine/include/palm.conf	67ba46a49721b82b7690b3214c3a2d5451076c5b
+++ conf/machine/include/palm.conf	a32a7efd0b14ab2ca61bcb26d18444c5d97a6811
@@ -7,8 +7,6 @@ SERIAL_CONSOLE = "115200 ttyS0"
 
 SERIAL_CONSOLE = "115200 ttyS0"
 
-GUI_MACHINE_CLASS = "bigscreen"
-
 # Use tune-xscale per default. Machine independent feeds should be built with tune-strongarm.
 require conf/machine/include/tune-xscale.conf
 
============================================================
--- conf/machine/palmld.conf	36ef525ef87ccfbc617c0404c26bd3a750a58c1b
+++ conf/machine/palmld.conf	c75733b268f0ce8ecaf2561319e45d09e23ede02
@@ -6,6 +6,9 @@ ROOT_FLASH_SIZE = "100"
 
 ROOT_FLASH_SIZE = "100"
 
+MACHINE_GUI_CLASS = "bigscreen"
+MACHINE_DISPLAY_WIDTH_PIXELS = "320"
+MACHINE_DISPLAY_HEIGHT_PIXELS = "480"
 MACHINE_FEATURES += "pcmcia wifi"
 
 
============================================================
--- conf/machine/palmtt.conf	0ecea4712771171597361de10c5217453886918b
+++ conf/machine/palmtt.conf	b4a69289be08bca3ad9e95e165f1bae4fa8c7b60
@@ -5,9 +5,12 @@ PACKAGE_EXTRA_ARCHS = "armv5te"
 TARGET_ARCH = "arm"
 PACKAGE_EXTRA_ARCHS = "armv5te"
 
+MACHINE_GUI_CLASS = "bigscreen"
+MACHINE_DISPLAY_WIDTH_PIXELS = "320"
+MACHINE_DISPLAY_HEIGHT_PIXELS = "320"
+
 PREFERRED_PROVIDER_xserver = "xserver-kdrive"
 PREFERRED_PROVIDER_virtual/kernel = "linux-palm-omap1"
-PREFERRED_PROVIDERS += "virtual/${TARGET_PREFIX}depmod:module-init-tools-cross"
 
 SERIAL_CONSOLE ?= "115200 ttyS0"
 EXTRA_IMAGECMD_jffs2 = "--pad --little-endian --eraseblock=0x40000"
============================================================
--- conf/machine/palmtx.conf	62107e3db846dc2f8067bbca79d8050d6ccb4e4c
+++ conf/machine/palmtx.conf	7b01875a26f5fa407501b3e1f67a25b6045a478f
@@ -1,17 +1,18 @@ require conf/machine/include/palm.conf
 #@TYPE: Machine
 #@NAME: Palm TX
 #@DESCRIPTION: Machine configuration for the Palm TX
 
 require conf/machine/include/palm.conf
 
+MACHINE_GUI_CLASS = "bigscreen"
+MACHINE_DISPLAY_WIDTH_PIXELS = "320"
+MACHINE_DISPLAY_HEIGHT_PIXELS = "480"
 MACHINE_FEATURES += "pcmcia wifi"
 
 ROOT_FLASH_SIZE = "100"
 
 SERIAL_CONSOLE = "115200 ttyS0"
 
-GUI_MACHINE_CLASS = "bigscreen"
-
 MACHINE_EXTRA_RRECOMMENDS += "kernel-module-pxa27x-keyboard \
                            kernel-module-pxapwm-bl \
                            kernel-module-wm97xx-ts \
============================================================
--- conf/machine/palmz72.conf	f8f02a6034be32bbfc14040044cb67824df105b5
+++ conf/machine/palmz72.conf	b6c8c8a6c80d1533b4c0a62cbb309dc2a84bdf41
@@ -5,11 +5,12 @@ ROOT_FLASH_SIZE = "100"
 require conf/machine/include/palm.conf
 
 ROOT_FLASH_SIZE = "100"
+MACHINE_GUI_CLASS = "bigscreen"
+MACHINE_DISPLAY_WIDTH_PIXELS = "320"
+MACHINE_DISPLAY_HEIGHT_PIXELS = "320"
 
 SERIAL_CONSOLE = "115200 ttyS0"
 
-GUI_MACHINE_CLASS = "bigscreen"
-
 # Use tune-xscale per default. Machine independent feeds should be built with tune-strongarm.
 require conf/machine/include/tune-thumb.conf
 






More information about the Openembedded-commits mailing list