aboutsummaryrefslogtreecommitdiffstats
path: root/conf/machine/hx4700.conf
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2007-01-06 23:51:17 +0000
committerKoen Kooi <koen@openembedded.org>2007-01-06 23:51:17 +0000
commit6d9a04839968cfee92609191b904c9b8ba28ea34 (patch)
treef3e3b507c8044f2c81d45d1c78dc905a6e45220b /conf/machine/hx4700.conf
parent476819b53497fbc60c0aca0d1fadb155b301c5c6 (diff)
downloadopenembedded-6d9a04839968cfee92609191b904c9b8ba28ea34.tar.gz
h3600 (and h3800 by inclusion), h5000, hx4700: add support from writing reflash.ctl files containing instruction to flash the rootfs using bootldr
Diffstat (limited to 'conf/machine/hx4700.conf')
-rw-r--r--conf/machine/hx4700.conf3
1 files changed, 3 insertions, 0 deletions
diff --git a/conf/machine/hx4700.conf b/conf/machine/hx4700.conf
index 53903f7982..19c3f37ead 100644
--- a/conf/machine/hx4700.conf
+++ b/conf/machine/hx4700.conf
@@ -44,6 +44,9 @@ EXTRA_IMAGECMD_jffs2 = "; sumtool -i ${DEPLOY_DIR_IMAGE}/${IMAGE_NAME}.rootfs.jf
-o ${DEPLOY_DIR_IMAGE}/${IMAGE_NAME}.rootfs-summary.jffs2 \
-e 256KiB -p"
+#write out a reflash.ctl with the appriate entries for the rootfs, the ones for the kernel should already be there
+EXTRA_IMAGECMD_jffs2_append = "; echo "${IMAGE_NAME} ${IMAGE_NAME}.rootfs.jffs2 - root" >> ${DEPLOY_DIR_IMAGE}/reflash.ctl"
+
#
# Modules autoload and other boot properties
#