[oe-commits] org.oe.dev h3600: Add GUI_MACHINE_CLASS, fix section boundary.

pfalcon commit openembedded-commits at lists.openembedded.org
Mon Oct 16 22:14:45 UTC 2006


h3600: Add GUI_MACHINE_CLASS, fix section boundary.

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

#
# mt diff -rf6b2427c23b6351e38cfdf873467ab6e232d7a56 -r4a8c2f715b93c69b0d3571916917665a93bf721b
#
# 
# 
# patch "conf/machine/h3600.conf"
#  from [77af27061235ecab49b0e399e94473ccad506427]
#    to [3c946d340c542f0edc43ff1a0e9466f106a6eb16]
# 
============================================================
--- conf/machine/h3600.conf	77af27061235ecab49b0e399e94473ccad506427
+++ conf/machine/h3600.conf	3c946d340c542f0edc43ff1a0e9466f106a6eb16
@@ -14,6 +14,7 @@ VOLATILE_STORAGE_SIZE = "64"
 ROOT_FLASH_SIZE = "16"
 # h3630 have 32Mb only
 VOLATILE_STORAGE_SIZE = "64"
+GUI_MACHINE_CLASS = "smallscreen"
 
 #
 # Software/packages selection
@@ -24,9 +25,6 @@ EXTRA_IMAGECMD_h3600_jffs2 = "-e 0x40000
 BOOTSTRAP_EXTRA_RDEPENDS = "alsa-driver kernel ipaq-boot-params ${@linux_module_packages('${H3600_MODULES}', d)}"
 EXTRA_IMAGECMD_h3600_jffs2 = "-e 0x40000 -p"
 
-#
-# Modules autoload and other boot properties
-#
 H3600_MODULES = "\
 h3600-asic \
 h3600-micro \
@@ -43,6 +41,9 @@ usb-eth"
 usb-char \
 usb-eth"
 
+#
+# Modules autoload and other boot properties
+#
 USE_DEVFS = "1"
 USE_VT = "0"
 






More information about the Openembedded-commits mailing list