[oe-commits] org.oe.dev nokia800: Add screen size.

thebohemian commit openembedded-commits at lists.openembedded.org
Wed Jan 16 20:29:34 UTC 2008


nokia800: Add screen size.
nokia770: Add screen size.

Author: thebohemian at openembedded.org
Branch: org.openembedded.dev
Revision: 06c77b62edf43c4def695b781a7f57b711eaf47e
ViewMTN: http://monotone.openembedded.org/revision/info/06c77b62edf43c4def695b781a7f57b711eaf47e
Files:
1
conf/machine/nokia770.conf
conf/machine/nokia800.conf
Diffs:

#
# mt diff -r6c9956ec1a001a4b674c495aa904e479ca9c0aaf -r06c77b62edf43c4def695b781a7f57b711eaf47e
#
# 
# 
# patch "conf/machine/nokia770.conf"
#  from [828d8946d7940a421a16941b49f4c1c5740fd755]
#    to [b58eed429663f0f6aabcf2e4b041d266fdc463f3]
# 
# patch "conf/machine/nokia800.conf"
#  from [ede2d35668185c917664bdbafa710c61e835ac69]
#    to [1e9e59dde23e9afccf1a426c1fb934923f8dd124]
# 
============================================================
--- conf/machine/nokia770.conf	828d8946d7940a421a16941b49f4c1c5740fd755
+++ conf/machine/nokia770.conf	b58eed429663f0f6aabcf2e4b041d266fdc463f3
@@ -12,6 +12,8 @@ GUI_MACHINE_CLASS = "bigscreen"
 
 # 800x480 is big enough for me
 GUI_MACHINE_CLASS = "bigscreen"
+MACHINE_DISPLAY_WIDTH_PIXELS = "800"
+MACHINE_DISPLAY_HEIGHT_PIXELS = "480"
 
 # Use tune-arm926 per default. Machine independent feeds should be built with tune-strongarm.
 require conf/machine/include/tune-arm926ejs.inc
============================================================
--- conf/machine/nokia800.conf	ede2d35668185c917664bdbafa710c61e835ac69
+++ conf/machine/nokia800.conf	1e9e59dde23e9afccf1a426c1fb934923f8dd124
@@ -8,6 +8,8 @@ GUI_MACHINE_CLASS = "bigscreen"
 XSERVER = "xserver-kdrive-xomap"
 
 GUI_MACHINE_CLASS = "bigscreen"
+MACHINE_DISPLAY_WIDTH_PIXELS = "800"
+MACHINE_DISPLAY_HEIGHT_PIXELS = "480"
 
 TARGET_FPU = "hard"
 include conf/machine/include/tune-arm1136jf-s.inc






More information about the Openembedded-commits mailing list