From 0579ae8090ae8a42b8c49240d4679dab1d930b3c Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Sat, 10 Dec 2005 20:22:22 +0000 Subject: bootshim: put both rescue and dd-able images in deploy --- packages/bootshim/bootShim_0.2.bb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'packages') 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}" -- cgit v1.2.3