aboutsummaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorDenis Carikli <GNUtoo@no-log.org>2010-12-07 22:32:50 +0000
committerDenis 'GNUtoo' Carikli <GNUtoo@no-log.org>2010-12-13 21:53:05 +0100
commit1ac08d1b21ce99aa266379d62d52c3e3609aa72b (patch)
treeb661e56cc50d2e1ffbec91276084090f2f0bd355 /conf
parent2b1ee3146f8ca602074c2860b135071ae1de440d (diff)
downloadopenembedded-1ac08d1b21ce99aa266379d62d52c3e3609aa72b.tar.gz
Add initial support for iphone3g(machine config and kernel)
Android was ported to Apple's iDevices including the iPhone3G by the iDroid Project ( http://www.idroidproject.org/wiki/Main_Page ) Their kernel is standard enough to be able to run GNU/Linux distributions such as SHR Signed-off-by: Chris 'Lopi' Spehn <chris.spehn@gmail.com> Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@no-log.org> Acked-by: Stefan Schmidt <stefan@datenfreihafen.org>
Diffstat (limited to 'conf')
-rw-r--r--conf/machine/iphone3g.conf27
1 files changed, 27 insertions, 0 deletions
diff --git a/conf/machine/iphone3g.conf b/conf/machine/iphone3g.conf
new file mode 100644
index 0000000000..f2c319625d
--- /dev/null
+++ b/conf/machine/iphone3g.conf
@@ -0,0 +1,27 @@
+#@TYPE: Machine
+#@NAME: iPhone3G
+#@DESCRIPTION: Machine configuration for the iPhone3G
+
+TARGET_ARCH = "arm"
+
+require conf/machine/include/tune-arm1176jzf-s.inc
+
+MACHINE_DISPLAY_WIDTH_PIXELS = "320"
+MACHINE_DISPLAY_HEIGHT_PIXELS = "480"
+MACHINE_DISPLAY_ORIENTATION = "0"
+
+MACHINE_FEATURES = "kernel26 touchscreen screen wifi ext2 phone gps usbgadget bluetooth"
+
+PREFERRED_PROVIDER_virtual/kernel = "linux-iphone"
+
+PREFERRED_PROVIDER_virtual/xserver = "xserver-xorg"
+
+XSERVER = " \
+ xserver-xorg \
+ xserver-xorg-extension-glx \
+ xserver-xorg-extension-dri \
+ xf86-input-evdev \
+ xf86-video-fbdev \
+"
+
+IMAGE_FSTYPES ?= "tar.bz2"