summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2015-04-20 12:25:10 +0200
committerMax Krummenacher <max.krummenacher@toradex.com>2015-05-12 10:04:36 +0200
commit89902fdd555d46d81a7ebc9c59ec78ae74fcf234 (patch)
tree45a181a389da2c117b69d9467df9b835c15b6a75
parent9e6dbea0a9590c87d1b6ca0bd20b561eaa1307cf (diff)
update.sh: t30: deploy device-tree optionally
Unifing with imx6 update script pulled in a test that a device-tree must be deployed. Apalis/Colibri T30 use a not device-tree enabled Kernel. So remove the check that the device-tree actually exists.
-rwxr-xr-xrecipes/images/files/library/t30/update.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/recipes/images/files/library/t30/update.sh b/recipes/images/files/library/t30/update.sh
index 953ef7b..010c835 100755
--- a/recipes/images/files/library/t30/update.sh
+++ b/recipes/images/files/library/t30/update.sh
@@ -263,7 +263,6 @@ if test -n "${KERNEL_DEVICETREE}"; then
fi
fi
done
- [ $COPIED = true ] || { echo "Did not find the devicetrees from KERNEL_DEVICETREE, ${KERNEL_DEVICETREE}. Aborting."; exit 1; }
fi
echo ""