[oe-commits] Florian Boor : smartqv7.conf: Device description for Smartdevices V7

git version control git at git.openembedded.org
Sun Aug 29 22:38:29 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 9cd92740e6df11b40912e9c4c5374bbf7db84a11
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=9cd92740e6df11b40912e9c4c5374bbf7db84a11

Author: Florian Boor <florian.boor at kernelconcepts.de>
Date:   Mon Aug 30 00:27:13 2010 +0200

smartqv7.conf: Device description for Smartdevices V7

---

 conf/machine/smartqv7.conf |   27 +++++++++++++++++++++++++++
 1 files changed, 27 insertions(+), 0 deletions(-)

diff --git a/conf/machine/smartqv7.conf b/conf/machine/smartqv7.conf
new file mode 100644
index 0000000..1e4a5e9
--- /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





More information about the Openembedded-commits mailing list