bootshim: put both rescue and dd-able images in deploy
authorKoen Kooi <koen@openembedded.org>
Sat, 10 Dec 2005 20:22:22 +0000 (20:22 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Sat, 10 Dec 2005 20:22:22 +0000 (20:22 +0000)
packages/bootshim/bootShim_0.2.bb

index 96bd6e1..447ea48 100644 (file)
@@ -18,7 +18,8 @@ oe_runmake CROSS=${CROSS_DIR}/bin/${TARGET_ARCH}-${TARGET_OS}-
 
 do_deploy() {
         install -d ${DEPLOY_DIR}/images
-        install -m 0644 htc_bootshim.bin ${DEPLOY_DIR}/images/LAB-image-${MACHINE}.shimmed
+        install -m 0644 htc_bootshim.bin ${DEPLOY_DIR}/images/LAB-image-${MACHINE}.shimmed.dd
+       install -m 0644 htc_bootshim.htc ${DEPLOY_DIR}/images/LAB-image-${MACHINE}.shimmed.rescue
 }
 
 do_deploy[dirs] = "${S}"