diff options
author | Koen Kooi <koen@openembedded.org> | 2005-12-10 20:22:22 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-12-10 20:22:22 +0000 |
commit | 0579ae8090ae8a42b8c49240d4679dab1d930b3c (patch) | |
tree | 0f134a607f8a48ef190ed14963dbd3537c1b5603 | |
parent | 8c735f76c0f54762e438e4595ab31772417abdd0 (diff) |
bootshim: put both rescue and dd-able images in deploy
-rw-r--r-- | packages/bootshim/bootShim_0.2.bb | 3 |
1 files changed, 2 insertions, 1 deletions
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}" |