From: Florian Boor Date: Sun, 29 Aug 2010 22:27:13 +0000 (+0200) Subject: smartqv7.conf: Device description for Smartdevices V7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9cd92740e6df11b40912e9c4c5374bbf7db84a11;p=openembedded.git smartqv7.conf: Device description for Smartdevices V7 --- diff --git a/conf/machine/smartqv7.conf b/conf/machine/smartqv7.conf new file mode 100644 index 0000000000..1e4a5e90c9 --- /dev/null +++ b/conf/machine/smartqv7.conf @@ -0,0 +1,27 @@ +#@TYPE: Machine +#@Name: Smartdevices V7 +#@DESCRIPTION: Machine configuration for Smartdevices V7 + +TARGET_ARCH = "arm" + +PREFERRED_PROVIDER_virtual/xserver = "xserver-kdrive" +MACHINE_DISPLAY_WIDTH_PIXELS = "800" +MACHINE_DISPLAY_HEIGHT_PIXELS = "480" +MACHINE_DISPLAY_ORIENTATION = "0" +MACHINE_DISPLAY_PPI = "110" +GUI_MACHINE_CLASS = "bigscreen" +XSERVER = "xserver-kdrive-fbdev" + +PREFERRED_PROVIDER_virtual/kernel = "linux" +MACHINE_KERNEL_PR = "r0" +KERNEL_IMAGETYPE = "zImage" + +# used by sysvinit +SERIAL_CONSOLE = "115200 ttySAC0" + +IMAGE_FSTYPES = "tar.gz" + +MACHINE_FEATURES = "kernel26 apm screen touchscreen alsa usbgadget usbhost" +MACHINE_EXTRA_RRECOMMENDS = "marvell-sdio-fw kernel-modules" + +require conf/machine/include/tune-arm1176jzf-s.inc