From: Paul Sokolovsky Date: Mon, 16 Oct 2006 21:54:14 +0000 (+0000) Subject: h3600: Add GUI_MACHINE_CLASS, fix section boundary. X-Git-Tag: Release-2010-05/1~9453^2~567^2~142^2~12 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e8e592b52186608002a06ea01cd568aa48ff7426;p=openembedded.git h3600: Add GUI_MACHINE_CLASS, fix section boundary. --- diff --git a/conf/machine/h3600.conf b/conf/machine/h3600.conf index 2604b8e8b0..14a9bb6ba5 100644 --- a/conf/machine/h3600.conf +++ b/conf/machine/h3600.conf @@ -14,6 +14,7 @@ require conf/machine/include/tune-strongarm.conf ROOT_FLASH_SIZE = "16" # h3630 have 32Mb only VOLATILE_STORAGE_SIZE = "64" +GUI_MACHINE_CLASS = "smallscreen" # # Software/packages selection @@ -24,9 +25,6 @@ PREFERRED_VERSION_handhelds-sa ?= "2.4.19-rmk6-pxa1-hh42" 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 @@ serial-h3800 \ usb-char \ usb-eth" +# +# Modules autoload and other boot properties +# USE_DEVFS = "1" USE_VT = "0"