summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2014-10-01 17:08:10 +0200
committerMax Krummenacher <max.krummenacher@toradex.com>2014-10-06 14:23:57 +0200
commitb7a4052a48535660e049eb940e28702ab91d061f (patch)
tree3382cedbf916bd27f32f6016c22605dc46a76e66
parent03e42815960be4dc5e8f5d16193dbeff6d2ee81d (diff)
imx-loader: only deploy the needed config files
-rw-r--r--recipes/images/trdx-image-fstype.inc5
1 files changed, 3 insertions, 2 deletions
diff --git a/recipes/images/trdx-image-fstype.inc b/recipes/images/trdx-image-fstype.inc
index aad5521..ad5e435 100644
--- a/recipes/images/trdx-image-fstype.inc
+++ b/recipes/images/trdx-image-fstype.inc
@@ -27,7 +27,7 @@ imagedeploytools_colibri-vf() {
# add imx-loader and its configuration files
cp ${STAGING_BINDIR_NATIVE}/imx_uart ${IMAGE_ROOT}/
${BUILD_STRIP} ${IMAGE_ROOT}/imx_uart*
- cp ${STAGING_ETCDIR_NATIVE}/imx-loader.d/* ${IMAGE_ROOT}/
+ cp ${STAGING_ETCDIR_NATIVE}/imx-loader.d/vybrid_usb_work.conf ${IMAGE_ROOT}/
}
imagedeploytools_append_mx6() {
@@ -38,7 +38,8 @@ imagedeploytools_append_mx6() {
# add imx-loader and its configuration files
cp ${STAGING_BINDIR_NATIVE}/imx_usb ${IMAGE_ROOT}/
${BUILD_STRIP} ${IMAGE_ROOT}/imx_usb ${IMAGE_ROOT}/imx_usb.m32
- cp ${STAGING_ETCDIR_NATIVE}/imx-loader.d/* ${IMAGE_ROOT}/
+ cp ${STAGING_ETCDIR_NATIVE}/imx-loader.d/imx_usb.conf ${IMAGE_ROOT}/
+ cp ${STAGING_ETCDIR_NATIVE}/imx-loader.d/mx6_usb_work.conf ${IMAGE_ROOT}/
}
fakeroot do_imagedeploy() {