diff options
author | Paul Sokolovsky <pmiscml@gmail.com> | 2007-01-07 15:04:35 +0000 |
---|---|---|
committer | Paul Sokolovsky <pmiscml@gmail.com> | 2007-01-07 15:04:35 +0000 |
commit | f6a40600630cfc3a27720eebf6c6afb9f462fff2 (patch) | |
tree | aa94b06e940a3ede991304eafe5d1947fa59e166 /conf/machine/hx4700.conf | |
parent | d56a2311e05cc65207942802bf54c47c2b92a86d (diff) | |
parent | f58205cdfbfb8ec787a0bd0d57a4381fbb56c099 (diff) |
merge of '18d4581dca99c8e61139671a08cebbf98f7a7f1a'
and '2b6814f21f9de4de32873a38a5c277fc38317415'
Diffstat (limited to 'conf/machine/hx4700.conf')
-rw-r--r-- | conf/machine/hx4700.conf | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/conf/machine/hx4700.conf b/conf/machine/hx4700.conf index 53903f7982..482c8c0d8a 100644 --- a/conf/machine/hx4700.conf +++ b/conf/machine/hx4700.conf @@ -6,7 +6,7 @@ # Hardware-based properties # TARGET_ARCH = "arm" -PACKAGE_EXTRA_ARCHS = "armv4 armv4t armv5te iwmmxt ipaqpxa ipaq-pxa270" +PACKAGE_EXTRA_ARCHS = "armv4 armv4t armv5te iwmmxt " # Use tune-xscale per default. Machine independent feeds should be built with tune-strongarm. require conf/machine/include/tune-xscale.conf @@ -39,10 +39,11 @@ MACHINE_EXTRA_RRECOMMENDS = "kernel-module-nls-cp437 \ kernel-module-hx4700-acx \ kernel-module-snd-hx4700-audio" - +#write out a reflash.ctl with the appriate entries for the rootfs, the ones for the kernel should already be there EXTRA_IMAGECMD_jffs2 = "; sumtool -i ${DEPLOY_DIR_IMAGE}/${IMAGE_NAME}.rootfs.jffs2 \ -o ${DEPLOY_DIR_IMAGE}/${IMAGE_NAME}.rootfs-summary.jffs2 \ - -e 256KiB -p" + -e 256KiB -p ; echo '${IMAGE_NAME} ${IMAGE_NAME}.rootfs.jffs2 - root' >> ${DEPLOY_DIR_IMAGE}/reflash.ctl" + # # Modules autoload and other boot properties |