# Warrior tegra build cicular dependencies

**URL:** https://hub.mender.io/t/warrior-tegra-build-cicular-dependencies/757
**Category:** General Discussions
**Tags:** tegra, warrior
**Created:** [June 27, 2019, 4:23am UTC](https://hub.mender.io/t/warrior-tegra-build-cicular-dependencies/757 "2019-06-27T04:23:59Z")
**Posts on this page:** 1
**Showing post:** 6

<div class="post-metadata">

### Author: ![mirzak](https://yyz2.discourse-cdn.com/flex036/user_avatar/hub.mender.io/mirzak/32/2056_2.png) [@mirzak](https://hub.mender.io/u/mirzak)
#### Post date: [June 28, 2019, 7:54am UTC](https://hub.mender.io/t/warrior-tegra-build-cicular-dependencies/757/6 "2019-06-28T07:54:58Z")

</div>

So adding the following to the `tegra-minimal-initramfs.bbappend` solves the problem,

```auto
EXTRA_IMAGEDEPENDS_remove = "u-boot"

```

And the problem here is that we in meta-mender add an dependency to U-boot for all images,

> <https://github.com/mendersoftware/meta-mender/blob/master/meta-mender-core/classes/mender-setup-uboot.inc#L1>

Which then results in a circular dependency since in the Tegra case you would have the follow chain:

U-boot -\> tegra-minimal-initramfs -\> U-boot

---

_[View the full topic](https://hub.mender.io/t/warrior-tegra-build-cicular-dependencies/757)._
