diff options
author | Richard Purdie <richard@openedhand.com> | 2006-02-10 11:45:39 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2006-02-10 11:45:39 +0000 |
commit | dd1b4430b5d74ee7f3827ed6eed56a2bd5f99d42 (patch) | |
tree | e8b9838dc2981038046081efe5145a4227902f7d /openembedded/conf/machine/zaurus-clamshell.conf | |
parent | ce241d7e6d8e31411867b5f2127b02c776b39d8a (diff) | |
download | openembedded-core-dd1b4430b5d74ee7f3827ed6eed56a2bd5f99d42.tar.gz openembedded-core-dd1b4430b5d74ee7f3827ed6eed56a2bd5f99d42.tar.bz2 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/zaurus-clamshell.conf')
-rw-r--r-- | openembedded/conf/machine/zaurus-clamshell.conf | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/openembedded/conf/machine/zaurus-clamshell.conf b/openembedded/conf/machine/zaurus-clamshell.conf deleted file mode 100644 index f55f2d2554..0000000000 --- a/openembedded/conf/machine/zaurus-clamshell.conf +++ /dev/null @@ -1,25 +0,0 @@ -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" - -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" - -BOOTSTRAP_EXTRA_DEPENDS += "zaurus-updater" - -GUI_MACHINE_CLASS = "bigscreen" -GPE_EXTRA_DEPENDS += "gaim sylpheed chkhinge" -GPE_EXTRA_INSTALL += "gaim sylpheed chkhinge" - -include conf/machine/handheld-common.conf - -# Use tune-xscale per default. Machine independent feeds should be built with tune-strongarm. -include conf/machine/tune-xscale.conf - -SERIAL_CONSOLE = "115200 ttyS0" |