diff options
author | Marcin Juszkiewicz <hrw@openembedded.org> | 2006-11-30 12:07:38 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openembedded.org> | 2006-11-30 12:07:38 +0000 |
commit | 6555d4f084871fc3932752516b80af9d2e9724e0 (patch) | |
tree | f2e9433863424ff81abda973fe08dcb034537309 /conf/machine/poodle.conf | |
parent | 1ec7243fb0b2833413e33e34e8f986af884a0262 (diff) |
Zaurus configs: unified all machines
- common stuff is now in include/zaurus-2.6.conf
- tosa rrecommends wlan-ng modules instead of depending on them
Diffstat (limited to 'conf/machine/poodle.conf')
-rw-r--r-- | conf/machine/poodle.conf | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/conf/machine/poodle.conf b/conf/machine/poodle.conf index c17da96dd4..a548f513d3 100644 --- a/conf/machine/poodle.conf +++ b/conf/machine/poodle.conf @@ -2,22 +2,6 @@ #@NAME: Sharp Zaurus SL-B500, Sharp Zaurus SL-5600 #@DESCRIPTION: Machine configuration for the PXA250 based Sharp Zaurus SL-B500 and SHarp Zaurus SL-5600 devices -TARGET_ARCH = "arm" -PACKAGE_EXTRA_ARCHS = "armv4 armv5te" - -MACHINE_KERNEL_VERSION = "2.6" require conf/machine/include/zaurus-2.6.conf -EXTRA_IMAGECMD_jffs2 = "--little-endian --eraseblock=0x4000 --pad --faketime -n" - -IMAGE_CMD_jffs2 = "mkfs.jffs2 --root=${IMAGE_ROOTFS} --output=${DEPLOY_DIR_IMAGE}/${IMAGE_NAME}.rootfs.jffs2.bin ${EXTRA_IMAGECMD}" - -EXTRA_IMAGEDEPENDS += "zaurus-updater" - ROOT_FLASH_SIZE = "22" - -# 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" - |