From 89902fdd555d46d81a7ebc9c59ec78ae74fcf234 Mon Sep 17 00:00:00 2001 From: Max Krummenacher Date: Mon, 20 Apr 2015 12:25:10 +0200 Subject: 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. --- recipes/images/files/library/t30/update.sh | 1 - 1 file changed, 1 deletion(-) 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 "" -- cgit v1.2.3