From: Paul Sokolovsky Date: Mon, 25 Jun 2007 12:49:37 +0000 (+0000) Subject: htcwallaby.conf: Bare config for HTC Walalby (very first XDA) machine. X-Git-Tag: Release-2010-05/1~8868^2~261^2~27^2~13^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e582c2af065a7593b0ebc5bf7efbd79c8d5b2e92;p=openembedded.git htcwallaby.conf: Bare config for HTC Walalby (very first XDA) machine. --- diff --git a/conf/machine/htcwallaby.conf b/conf/machine/htcwallaby.conf new file mode 100644 index 0000000000..32c3f30af1 --- /dev/null +++ b/conf/machine/htcwallaby.conf @@ -0,0 +1,29 @@ +#@TYPE: Machine +#@NAME: HTC Wallaby +#@DESCRIPTION: Machine configuration for the HTC Wallaby aka XDA aka many other names + +# +# Hardware-based properties +# +TARGET_ARCH = "arm" +PACKAGE_EXTRA_ARCHS = "armv4 " + +require conf/machine/include/tune-strongarm.conf + +ROOT_FLASH_SIZE = "16" #? +VOLATILE_STORAGE_SIZE = "32" +GUI_MACHINE_CLASS = "smallscreen" +MACHINE_FEATURES = "kernel26 touchscreen apm alsa irda usbgadget screen phone" + +# +# Software/packages selection +# +PREFERRED_PROVIDER_virtual/kernel = "linux-handhelds-2.6" +PCMCIA_MANAGER = "pcmciautils" +PREFERRED_PROVIDER_xserver = "xserver-kdrive" + +# +# Modules autoload and other boot properties +# +SERIAL_CONSOLE = "115200 ttySA0 vt100" +USE_VT = "0"