From d1032a63e40296d81e60e503c6584e7ccc0b96a5 Mon Sep 17 00:00:00 2001 From: Max Krummenacher Date: Sun, 10 Jun 2018 15:09:14 +0200 Subject: 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 Acked-by: Marcel Ziswiler --- recipes-images/images/files/colibri-imx7/update.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'recipes-images/images/files/colibri-imx7') diff --git a/recipes-images/images/files/colibri-imx7/update.sh b/recipes-images/images/files/colibri-imx7/update.sh index 0b8cd2b..74ef753 100755 --- a/recipes-images/images/files/colibri-imx7/update.sh +++ b/recipes-images/images/files/colibri-imx7/update.sh @@ -67,7 +67,7 @@ Usage() } # initialise options -KERNEL_DEVICETREE="imx7s-colibri-eval-v3.dtb imx7d-colibri-eval-v3.dtb imx7s-colibri-aster.dtb imx7d-colibri-aster.dtb" +KERNEL_DEVICETREE="%kernel_device_trees%" KERNEL_IMAGETYPE="zImage" MODTYPE_DETECT=0 -- cgit v1.2.3