summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--bsp-jetson-devel.morph10
1 files changed, 7 insertions, 3 deletions
diff --git a/bsp-jetson-devel.morph b/bsp-jetson-devel.morph
index 23191056..4f13be91 100644
--- a/bsp-jetson-devel.morph
+++ b/bsp-jetson-devel.morph
@@ -5,14 +5,18 @@ description: The platform dependent components required to boot an NVIDIA Jetson
build-depends:
- morph: core
chunks:
+- name: device-tree-compiler
+ repo: upstream:device-tree-compiler
+ ref: baserock/morph
+ build-depends: []
- name: u-boot
repo: upstream:u-boot
ref: baserock/james/tegra-uboot-btrfs
- build-depends: []
+ build-depends:
+ - device-tree-compiler
- name: linux
repo: upstream:linux
- ref: 1f12d2a9854d101f23cce77f6fe8e53814c8a896
- unpetrify-ref: baserock/arm/tegra-3.10
+ ref: baserock/james/distbuild-tegra-r19
build-depends:
- u-boot
- name: bsp-support