[oe-commits] Stefan Schmidt : palmpre.conf: Add recipe for the Palm Pre handset.

git version control git at git.openembedded.org
Fri Sep 25 00:17:11 UTC 2009


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

Author: Stefan Schmidt <stefan at datenfreihafen.org>
Date:   Fri Sep 25 00:15:44 2009 +0000

palmpre.conf: Add recipe for the Palm Pre handset.

Based on beagleboard.conf for omap3 and other for machine features and display
properties.

---

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

diff --git a/conf/machine/palmpre.conf b/conf/machine/palmpre.conf
new file mode 100644
index 0000000..fe3c279
--- /dev/null
+++ b/conf/machine/palmpre.conf
@@ -0,0 +1,31 @@
+#@TYPE: Machine
+#@NAME: Palm Pre machine
+#@DESCRIPTION: Machine configuration for the Palm Pre handset
+TARGET_ARCH = "arm"
+
+PREFERRED_PROVIDER_virtual/xserver = "xserver-xorg"
+XSERVER = "xserver-xorg \
+           xf86-input-evdev \
+           xf86-input-mouse \
+           xf86-video-omapfb \
+           xf86-input-keyboard"
+
+MACHINE_DISPLAY_WIDTH_PIXELS = "320"
+MACHINE_DISPLAY_HEIGHT_PIXELS = "480"
+MACHINE_DISPLAY_ORIENTATION = "0"
+MACHINE_DISPLAY_PPI = "185"
+
+require conf/machine/include/omap3.inc
+
+# Put it below omap3.inc as we override the kernel here
+PREFERRED_PROVIDER_virtual/kernel = "linux-palmpre"
+
+
+IMAGE_FSTYPES += "tar.bz2"
+
+# Let's keep the following three from the beagleboard machine config
+UBOOT_MACHINE = "omap3_beagle_config"
+PREFERRED_VERSION_u-boot = "git"
+MACHINE_EXTRA_RRECOMMENDS = " omap3-sgx-modules "
+
+MACHINE_FEATURES = "kernel26 screen apm usbgadget usbhost vfat alsa phone bluetooth touchscreen keyboard wifi"





More information about the Openembedded-commits mailing list