[oe-commits] org.oe.dev aximx50.conf, aximx50v.conf: Split up configs for QVGA vs VGA aximx50 models.

pfalcon commit openembedded-commits at lists.openembedded.org
Fri Jul 13 10:49:49 UTC 2007


aximx50.conf, aximx50v.conf: Split up configs for QVGA vs VGA aximx50 models.

Author: pfalcon at openembedded.org
Branch: org.openembedded.dev
Revision: e624c9cc82296c41ebae9b6628a8dd5d6f1753e4
ViewMTN: http://monotone.openembedded.org/revision.psp?id=e624c9cc82296c41ebae9b6628a8dd5d6f1753e4
Files:
1
conf/machine/aximx50v.conf
conf/machine/aximx50.conf
Diffs:

#
# mt diff -r23dda92ed200d9a036cc4edf70e72cc96c6771e9 -re624c9cc82296c41ebae9b6628a8dd5d6f1753e4
#
# 
# 
# add_file "conf/machine/aximx50v.conf"
#  content [33500ac21e3eec54a88e254a099a20c60938f06f]
# 
# patch "conf/machine/aximx50.conf"
#  from [706b012eddfa9b5e0bf283b15e9a6cb7c1169d99]
#    to [9726c6679a9e55fd5ac371f38e805a615faaeeb7]
# 
============================================================
--- conf/machine/aximx50v.conf	33500ac21e3eec54a88e254a099a20c60938f06f
+++ conf/machine/aximx50v.conf	33500ac21e3eec54a88e254a099a20c60938f06f
@@ -0,0 +1,7 @@
+#@TYPE: Machine
+#@NAME: Axim x50v/x51v
+#@DESCRIPTION: Machine configuration for the Dell Axim x50v/x51v with a pxa27x CPU
+
+require conf/machine/aximx50.conf
+
+GUI_MACHINE_CLASS = "bigscreen"
============================================================
--- conf/machine/aximx50.conf	706b012eddfa9b5e0bf283b15e9a6cb7c1169d99
+++ conf/machine/aximx50.conf	9726c6679a9e55fd5ac371f38e805a615faaeeb7
@@ -1,6 +1,6 @@
 #@TYPE: Machine
-#@NAME: Axim x50/x50v/x51/x51v
-#@DESCRIPTION: Machine configuration for the Dell Axim x50/51(v) with a pxa27x CPU
+#@NAME: Axim x50/x51
+#@DESCRIPTION: Machine configuration for the Dell Axim x50/x51 with a pxa27x CPU
 
 #
 # Hardware-based properties
@@ -16,7 +16,7 @@ VOLATILE_STORAGE_SIZE = "64"
 
 ROOT_FLASH_SIZE = "256"
 VOLATILE_STORAGE_SIZE = "64"
-GUI_MACHINE_CLASS = "bigscreen" # caveat: only "v" models are VGA
+GUI_MACHINE_CLASS ?= "smallscreen"
 MACHINE_FEATURES = "kernel26 touchscreen apm alsa pcmcia bluetooth irda wifi usbgadget screen"
 
 #






More information about the Openembedded-commits mailing list