diff options
author | Phil Blundell <philb@gnu.org> | 2004-07-03 22:46:03 +0000 |
---|---|---|
committer | Phil Blundell <philb@gnu.org> | 2004-07-03 22:46:03 +0000 |
commit | 2df9120cefb8b31221c21f49cfc3846585ea4390 (patch) | |
tree | 7d0db8ce2e43258c14a3f0f4150ae7b003759837 | |
parent | d0ef19ca9ab26886a2818ddd502039cfed0a1c96 (diff) |
change naming of zaurus image files: .rootfs.jffs2 is now an actual jffs2 image, and .rootfs.img is the flashable binary.
BKrev: 40e7372bIVdcoj8XDZU7bxR7bU9n8Q
-rw-r--r-- | conf/zaurus-pxa.conf | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/conf/zaurus-pxa.conf b/conf/zaurus-pxa.conf index e69de29bb2..4a7e23c1ed 100644 --- a/conf/zaurus-pxa.conf +++ b/conf/zaurus-pxa.conf @@ -0,0 +1,23 @@ +TARGET_ARCH = "arm" +IPKG_ARCHS = "all arm ${MACHINE}" +PREFERRED_PROVIDER_xserver = "xserver-kdrive" +PREFERRED_PROVIDER_virtual/kernel = "openzaurus-pxa" +BOOTSTRAP_EXTRA_DEPENDS = "virtual/kernel modutils-collateral hostap-modules orinoco-modules sharp-sdmmc-support" +BOOTSTRAP_EXTRA_RDEPENDS = "kernel hostap-modules orinoco-modules sharp-sdmmc-support \ +kernel-module-ip+gre kernel-module-ipip kernel-module-irnet kernel-module-net+fd kernel-module-registers kernel-module-pxa+bi \ +kernel-module-usbdcore kernel-module-usbdmonitor modutils-collateral" + +EXTRA_IMAGECMD_jffs2 = "--pad --little-endian --eraseblock=0x4000 -n" +EXTRA_IMAGEDEPENDS = "sharp-flash-header-c700" + +IMAGE_CMD_jffs2 = "mkfs.jffs2 --root=${IMAGE_ROOTFS} --squash --faketime \ + --output=${DEPLOY_DIR_IMAGE}/${IMAGE_NAME}.rootfs.jffs2 \ + ${EXTRA_IMAGECMD}; \ + cat ${STAGING_LIBDIR}/sharp-flash-header/header-c700.bin \ + ${DEPLOY_DIR_IMAGE}/${IMAGE_NAME}.rootfs.jffs2 > \ + ${DEPLOY_DIR_IMAGE}/${IMAGE_NAME}.rootfs.img" + +include conf/handheld-common.conf +# not using tune-xscale.conf so as to retain backwards compatibility +include conf/tune-strongarm.conf + |