summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Agner <stefan.agner@toradex.com>2016-06-06 18:22:48 -0700
committerMax Krummenacher <max.krummenacher@toradex.com>2016-06-30 13:28:27 +0200
commit66b206db78b3226d5d02a4cf553a855da0be4e0b (patch)
treeadec5eae6755251a9d787f7278e729d24517d09b
parent82a21452cfed6867ed7843bb544c549b685a65cc (diff)
trdx-image-fstype: do not try to strip imx_usb.conf
The star syntax currently includes imx_usb.conf to be stripped. We only deploy imx_usb (no .m32 variant), hence getting rid of the star should be save. Signed-off-by: Stefan Agner <stefan.agner@toradex.com> Acked-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
-rw-r--r--recipes/images/trdx-image-fstype.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/images/trdx-image-fstype.inc b/recipes/images/trdx-image-fstype.inc
index e5817d9..c2d28c3 100644
--- a/recipes/images/trdx-image-fstype.inc
+++ b/recipes/images/trdx-image-fstype.inc
@@ -50,7 +50,7 @@ imagedeploytools_append_mx7() {
# add imx-loader and its configuration files
cp ${STAGING_BINDIR_NATIVE}/imx_usb ${IMAGE_ROOT}/
- ${BUILD_STRIP} ${IMAGE_ROOT}/imx_usb*
+ ${BUILD_STRIP} ${IMAGE_ROOT}/imx_usb
cp ${STAGING_ETCDIR_NATIVE}/imx-loader.d/imx_usb.conf ${IMAGE_ROOT}/
cp ${STAGING_ETCDIR_NATIVE}/imx-loader.d/mx7_usb_work.conf ${IMAGE_ROOT}/
}