From 82b23f21b9cb8f73a73391d702d172e0e019597f Mon Sep 17 00:00:00 2001 From: Max Krummenacher Date: Wed, 27 May 2015 11:17:18 +0200 Subject: trdx-image-fstype: add dependency on u-boot-mkimage-native We now use mkimage during do_imagedeploy to build the u-boot scripts. For machines which build a zImage this tool has not yet been built and we get an error because the tool is missing. --- recipes/images/trdx-image-fstype.inc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/recipes/images/trdx-image-fstype.inc b/recipes/images/trdx-image-fstype.inc index 5b9eaeb..db2b381 100644 --- a/recipes/images/trdx-image-fstype.inc +++ b/recipes/images/trdx-image-fstype.inc @@ -17,6 +17,8 @@ DEPENDS_append_mx6 = " imx-loader-native" DEPENDS_append_tegra = " cbootimage-native tegrarcm-native" DEPENDS_append_tegra2 = " mtd-utils-native" DEPENDS_append_vf = " mtd-utils-native imx-loader-native" +#we need mkimage to produce the U-Boot scripts +DEPENDS_append = " u-boot-mkimage-native" imagedeploytools() { # default to nothing to deploy -- cgit v1.2.3