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/tosa.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/tosa.conf')
-rw-r--r-- | conf/machine/tosa.conf | 20 |
1 files changed, 1 insertions, 19 deletions
diff --git a/conf/machine/tosa.conf b/conf/machine/tosa.conf index 9f720404db..e893cf8ed0 100644 --- a/conf/machine/tosa.conf +++ b/conf/machine/tosa.conf @@ -2,27 +2,9 @@ #@NAME: Sharp Zaurus SL-6000 #@DESCRIPTION: Machine configuration for the PXA255 based Sharp Zaurus SL-6000 device -TARGET_ARCH = "arm" -PACKAGE_EXTRA_ARCHS = "armv4 armv5te" - -MACHINE_KERNEL_VERSION = "2.6" - include conf/machine/include/zaurus-2.6.conf # wlan-ng Modules -MACHINE_EXTRA_RDEPENDS += "wlan-ng-modules-usb" - -EXTRA_IMAGECMD_jffs2 = "--pad --little-endian --eraseblock=0x4000 -n --faketime" - -IMAGE_CMD_jffs2 = "mkfs.jffs2 --root=${IMAGE_ROOTFS} --output=${DEPLOY_DIR_IMAGE}/${IMAGE_NAME}.rootfs.jffs2 ${EXTRA_IMAGECMD}" +MACHINE_EXTRA_RRECOMMENDS += "wlan-ng-modules-usb" -EXTRA_IMAGEDEPENDS += "zaurus-updater" - -GUI_MACHINE_CLASS = "bigscreen" -GPE_EXTRA_INSTALL += "gaim" ROOT_FLASH_SIZE = "28" - -# 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" |