diff options
author | Drew Moseley <drew.moseley@northern.tech> | 2017-11-29 20:09:17 -0500 |
---|---|---|
committer | Max Krummenacher <max.krummenacher@toradex.com> | 2017-11-30 11:05:36 +0100 |
commit | c4f34b34bf34f44b974a7add623cafff17d880ad (patch) | |
tree | 3c55c5202d7a6e71720ff4c3e18b8b596012327b | |
parent | 0d507b9a6e23ef23d0980ae0e401a60e7141ac8c (diff) |
u-boot-toradex: add dependency on dtc-nativeColibri-iMX6ULL_LXDE-Image_2.7b5-20171201
Signed-off-by: Drew Moseley <drew.moseley@northern.tech>
Acked-by: Max Krummenacher <max.krummenacher@toradex.com>
-rw-r--r-- | recipes-bsp/u-boot/u-boot-toradex_2016.11.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes-bsp/u-boot/u-boot-toradex_2016.11.bb b/recipes-bsp/u-boot/u-boot-toradex_2016.11.bb index 2798760..215bed7 100644 --- a/recipes-bsp/u-boot/u-boot-toradex_2016.11.bb +++ b/recipes-bsp/u-boot/u-boot-toradex_2016.11.bb @@ -51,3 +51,5 @@ do_deploy_append_mx6() { fi fi } + +DEPENDS_append = " dtc-native" |