[oe-commits] org.oe.dev h3600 (and h3800 by inclusion), h5000, hx4700: add support from writing reflash.ctl files containing instruction to flash the rootfs using bootldr

koen commit openembedded-commits at lists.openembedded.org
Sun Jan 7 00:19:35 UTC 2007


h3600 (and h3800 by inclusion), h5000, hx4700: add support from writing reflash.ctl files containing instruction to flash the rootfs using bootldr

Author: koen at openembedded.org
Branch: org.openembedded.dev
Revision: 3d9d209dc4aaf9913ae7f9891a5736abb9e2d4a7
ViewMTN: http://monotone.openembedded.org/revision.psp?id=3d9d209dc4aaf9913ae7f9891a5736abb9e2d4a7
Files:
1
conf/machine/h3600.conf
conf/machine/h5000.conf
conf/machine/hx4700.conf
Diffs:

#
# mt diff -rafcc206a6c21cda5ace989e895b14a6d341a213e -r3d9d209dc4aaf9913ae7f9891a5736abb9e2d4a7
#
# 
# 
# patch "conf/machine/h3600.conf"
#  from [c87cce10c8ce43ea6eeacf09df9b806a4a7a7dc0]
#    to [9a0c77c030a25558a6ae3d6474e81884d089cf37]
# 
# patch "conf/machine/h5000.conf"
#  from [4c13766b700e5647534ed04d0256d1edf30c5980]
#    to [ff9981b9403cc83072f4cceb3589aca1b6f242f8]
# 
# patch "conf/machine/hx4700.conf"
#  from [89c9d94b7278e08f81247f2819f31db31f451649]
#    to [988dcc683cd4064badf12e920dd33b47fa014cca]
# 
============================================================
--- conf/machine/h3600.conf	c87cce10c8ce43ea6eeacf09df9b806a4a7a7dc0
+++ conf/machine/h3600.conf	9a0c77c030a25558a6ae3d6474e81884d089cf37
@@ -32,8 +32,10 @@ EXTRA_IMAGECMD_h3600_jffs2 = "-e 0x40000
 
 EXTRA_IMAGECMD_h3600_jffs2 = "-e 0x40000 -p"
 
+EXTRA_IMAGECMD_h3600_jffs2_append = "; echo "${IMAGE_NAME}  ${IMAGE_NAME}.rootfs.jffs2 - root" >> ${DEPLOY_DIR_IMAGE}/reflash.ctl"
 
 
+
 # TODO: see if any of these modules have 2.6 counterparts
 # and need to be RRECOMMENDED
 #
============================================================
--- conf/machine/h5000.conf	4c13766b700e5647534ed04d0256d1edf30c5980
+++ conf/machine/h5000.conf	ff9981b9403cc83072f4cceb3589aca1b6f242f8
@@ -21,6 +21,7 @@ EXTRA_IMAGECMD_h5000_jffs2 = "-e 0x40000
 PREFERRED_PROVIDER_virtual/kernel = "linux-handhelds-2.6"
 PREFERRED_PROVIDER_xserver = "xserver-kdrive"
 EXTRA_IMAGECMD_h5000_jffs2 = "-e 0x40000 -p"
+EXTRA_IMAGECMD_h5000_jffs2_append = "; echo "${IMAGE_NAME}  ${IMAGE_NAME}.rootfs.jffs2 - root" >> ${DEPLOY_DIR_IMAGE}/reflash.ctl"
 
 MACHINE_EXTRA_RDEPENDS = "kernel ipaq-boot-params"
 MACHINE_EXTRA_RRECOMMENDS = " kernel-module-h5400_lcd \
============================================================
--- conf/machine/hx4700.conf	89c9d94b7278e08f81247f2819f31db31f451649
+++ conf/machine/hx4700.conf	988dcc683cd4064badf12e920dd33b47fa014cca
@@ -44,6 +44,9 @@ EXTRA_IMAGECMD_jffs2 = "; sumtool -i ${D
 			  -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
 #






More information about the Openembedded-commits mailing list