summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--packages/bootshim/bootShim_0.2.bb3
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}"