summaryrefslogtreecommitdiff
path: root/recipes-images/images/files/colibri-vf/update.sh
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2018-06-10 15:09:14 +0200
committerMarcel Ziswiler <marcel.ziswiler@toradex.com>2018-09-13 13:01:52 +0200
commitd1032a63e40296d81e60e503c6584e7ccc0b96a5 (patch)
treecda1406ba293586993c372a1beb8c18fe4e44599 /recipes-images/images/files/colibri-vf/update.sh
parentb3665ffc2c13cb820eb5bef43979d5dc2e321753 (diff)
tdx-image-fstype: configure update.sh from KERNEL_DEVICE_TREE
The machine configurations provide a list of built device tree files. Use said variable to modify update.sh rather than maintaining the same list in the machine configuartion and update.sh. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> Acked-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
Diffstat (limited to 'recipes-images/images/files/colibri-vf/update.sh')
-rwxr-xr-xrecipes-images/images/files/colibri-vf/update.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-images/images/files/colibri-vf/update.sh b/recipes-images/images/files/colibri-vf/update.sh
index bd4679b..aa4e437 100755
--- a/recipes-images/images/files/colibri-vf/update.sh
+++ b/recipes-images/images/files/colibri-vf/update.sh
@@ -71,7 +71,7 @@ Usage()
}
# initialise options
-KERNEL_DEVICETREE="vf500-colibri-eval-v3.dtb vf610-colibri-eval-v3.dtb vf500-colibri-aster.dtb vf610-colibri-aster.dtb"
+KERNEL_DEVICETREE="%kernel_device_trees%"
KERNEL_IMAGETYPE="zImage"
MODTYPE_DETECT=0
NORTSCTS=0