diff options
author | Koen Kooi <koen@openembedded.org> | 2007-01-06 23:51:17 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2007-01-06 23:51:17 +0000 |
commit | 6d9a04839968cfee92609191b904c9b8ba28ea34 (patch) | |
tree | f3e3b507c8044f2c81d45d1c78dc905a6e45220b /conf/machine/h5000.conf | |
parent | 476819b53497fbc60c0aca0d1fadb155b301c5c6 (diff) |
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/h5000.conf')
-rw-r--r-- | conf/machine/h5000.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/conf/machine/h5000.conf b/conf/machine/h5000.conf index c0c9b2fefe..00e6495274 100644 --- a/conf/machine/h5000.conf +++ b/conf/machine/h5000.conf @@ -21,6 +21,7 @@ MACHINE_FEATURES = "kernel26 touchscreen apm alsa pcmcia bluetooth irda wifi usb 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 \ |