X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=conf%2Fmachine%2Fpoodle.conf;h=c7c81c9f9acdd2aaecd0a5b3989762f69ce18345;hb=e53259c49ae2e2d1cf6a3f2c5ee34b06470bf96b;hp=dc83aa153d2a435f6ebd77d26627c3925c622ef6;hpb=f2f9caadc01843d18f567cb85d072d1002b7fcb5;p=openembedded.git diff --git a/conf/machine/poodle.conf b/conf/machine/poodle.conf index dc83aa153d..c7c81c9f9a 100644 --- a/conf/machine/poodle.conf +++ b/conf/machine/poodle.conf @@ -2,24 +2,10 @@ #@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" -IPKG_ARCHS = "all arm armv4 armv5te poodle" +require conf/machine/include/zaurus-2.6.inc +require conf/machine/include/kexecboot.inc +require conf/machine/include/tune-xscale.inc -KERNEL_VERSION ?= "2.4" -include conf/machine/include/poodle-${KERNEL_VERSION}.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}" - -BOOTSTRAP_EXTRA_DEPENDS += "zaurus-updater" - -include conf/machine/include/handheld-common.conf +IMAGE_FSTYPES ?= "jffs2" 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" -