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
commit82b23f21b9cb8f73a73391d702d172e0e019597f (patch)
tree2040dc29e0b0e56c950d3bcfe6e56bf95e097b5f
parent78771d1b47a909fdc3b90468699ad8c69b8137a7 (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