From 66b206db78b3226d5d02a4cf553a855da0be4e0b Mon Sep 17 00:00:00 2001 From: Stefan Agner Date: Mon, 6 Jun 2016 18:22:48 -0700 Subject: 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 Acked-by: Marcel Ziswiler --- recipes/images/trdx-image-fstype.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}/ } -- cgit v1.2.3