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
commitdd3c81e714c3546a0a55997e0d750a66fc4b7133 (patch)
tree6b52834e81a134ab4ce539bfe7736946e6110012
parent37623b53dbfac6c6f853182021f4bc8fafb640dc (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}/
}