summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2015-05-27 11:17:18 +0200
committerMax Krummenacher <max.krummenacher@toradex.com>2015-05-27 11:17:18 +0200
commite018f0f89c8d700044d1ff47fca87cf5bffc119a (patch)
tree5f7b76220f3dd233006bf0426a6fb7b3d7a9e89a
parent3d160f41c158c01ef3ed68ce4cc758f6d9c39fbf (diff)
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.
-rw-r--r--recipes/images/trdx-image-fstype.inc2
1 files changed, 2 insertions, 0 deletions
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