From: Koen Kooi Date: Sat, 10 Dec 2005 20:22:22 +0000 (+0000) Subject: bootshim: put both rescue and dd-able images in deploy X-Git-Tag: Release-2010-05/1~9453^2~2947 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0579ae8090ae8a42b8c49240d4679dab1d930b3c;p=openembedded.git bootshim: put both rescue and dd-able images in deploy --- diff --git a/packages/bootshim/bootShim_0.2.bb b/packages/bootshim/bootShim_0.2.bb index 96bd6e1657..447ea48f28 100644 --- a/packages/bootshim/bootShim_0.2.bb +++ b/packages/bootshim/bootShim_0.2.bb @@ -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}"