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 | poky-dd1b4430b5d74ee7f3827ed6eed56a2bd5f99d42.tar.gz | |
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 @@ | |||
| 1 | TARGET_ARCH = "arm" | ||
| 2 | IPKG_ARCHS = "all arm armv4 armv5te c7x0" | ||
| 3 | |||
| 4 | PREFERRED_PROVIDER_xserver = "xserver-kdrive" | ||
| 5 | |||
| 6 | EXTRA_IMAGECMD_jffs2 = "--pad --little-endian --eraseblock=0x4000 -n" | ||
| 7 | EXTRA_IMAGEDEPENDS = "sharp-flash-header-c700" | ||
| 8 | |||
| 9 | IMAGE_CMD_jffs2 = "mkfs.jffs2 --root=${IMAGE_ROOTFS} --faketime \ | ||
| 10 | --output=${T}/${IMAGE_NAME}.rootfs.jffs2 ${EXTRA_IMAGECMD}; \ | ||
| 11 | cat ${STAGING_LIBDIR}/sharp-flash-header/header-c700.bin \ | ||
| 12 | ${T}/${IMAGE_NAME}.rootfs.jffs2 > ${DEPLOY_DIR_IMAGE}/${IMAGE_NAME}.rootfs.img" | ||
| 13 | |||
| 14 | BOOTSTRAP_EXTRA_DEPENDS += "zaurus-updater" | ||
| 15 | |||
| 16 | GUI_MACHINE_CLASS = "bigscreen" | ||
| 17 | GPE_EXTRA_DEPENDS += "gaim sylpheed chkhinge" | ||
| 18 | GPE_EXTRA_INSTALL += "gaim sylpheed chkhinge" | ||
| 19 | |||
| 20 | include conf/machine/handheld-common.conf | ||
| 21 | |||
| 22 | # Use tune-xscale per default. Machine independent feeds should be built with tune-strongarm. | ||
| 23 | include conf/machine/tune-xscale.conf | ||
| 24 | |||
| 25 | SERIAL_CONSOLE = "115200 ttyS0" | ||
