summaryrefslogtreecommitdiff
path: root/openembedded/conf/machine/include/zaurus-clamshell.conf
diff options
context:
space:
mode:
authorRichard Purdie <richard@openedhand.com>2006-02-10 11:45:39 +0000
committerRichard Purdie <richard@openedhand.com>2006-02-10 11:45:39 +0000
commitdd1b4430b5d74ee7f3827ed6eed56a2bd5f99d42 (patch)
treee8b9838dc2981038046081efe5145a4227902f7d /openembedded/conf/machine/include/zaurus-clamshell.conf
parentce241d7e6d8e31411867b5f2127b02c776b39d8a (diff)
downloadopenembedded-core-dd1b4430b5d74ee7f3827ed6eed56a2bd5f99d42.tar.gz
openembedded-core-dd1b4430b5d74ee7f3827ed6eed56a2bd5f99d42.tar.bz2
openembedded-core-dd1b4430b5d74ee7f3827ed6eed56a2bd5f99d42.tar.xz
openembedded-core-dd1b4430b5d74ee7f3827ed6eed56a2bd5f99d42.zip
Pull conf file updates from OE
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@270 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'openembedded/conf/machine/include/zaurus-clamshell.conf')
-rw-r--r--openembedded/conf/machine/include/zaurus-clamshell.conf22
1 files changed, 22 insertions, 0 deletions
diff --git a/openembedded/conf/machine/include/zaurus-clamshell.conf b/openembedded/conf/machine/include/zaurus-clamshell.conf
new file mode 100644
index 000000000..ec10cd5e4
--- /dev/null
+++ b/openembedded/conf/machine/include/zaurus-clamshell.conf
@@ -0,0 +1,22 @@
+TARGET_ARCH = "arm"
+IPKG_ARCHS = "all arm armv4 armv5te c7x0"
+
+PREFERRED_PROVIDER_xserver = "xserver-kdrive"
+
+EXTRA_IMAGECMD_jffs2 = "--pad --little-endian --eraseblock=0x4000 -n"
+EXTRA_IMAGEDEPENDS += "sharp-flash-header-c700 zaurus-updater"
+
+IMAGE_CMD_jffs2 = "mkfs.jffs2 --root=${IMAGE_ROOTFS} --faketime \
+ --output=${T}/${IMAGE_NAME}.rootfs.jffs2 ${EXTRA_IMAGECMD}; \
+ cat ${STAGING_LIBDIR}/sharp-flash-header/header-c700.bin \
+ ${T}/${IMAGE_NAME}.rootfs.jffs2 > ${DEPLOY_DIR_IMAGE}/${IMAGE_NAME}.rootfs.img"
+
+GUI_MACHINE_CLASS = "bigscreen"
+GPE_EXTRA_INSTALL += "gaim sylpheed chkhinge"
+
+include conf/machine/include/handheld-common.conf
+
+# Use tune-xscale per default. Machine independent feeds should be built with tune-strongarm.
+include conf/machine/include/tune-xscale.conf
+
+SERIAL_CONSOLE = "115200 ttyS0"