summaryrefslogtreecommitdiff
path: root/bsp-jetson-devel.morph
blob: 4f13be91ec5feffa2a037b7bb74fc24bd082828c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
name: bsp-jetson-devel
kind: stratum
description: The platform dependent components required to boot an NVIDIA Jetson TK1 development image
  board.
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:
  - device-tree-compiler
- name: linux
  repo: upstream:linux
  ref: baserock/james/distbuild-tegra-r19
  build-depends:
  - u-boot
- name: bsp-support
  repo: baserock:baserock/bsp-support
  ref: 19bc31ce3198a3c19cdd96d392bde34cb34ed525
  unpetrify-ref: baserock/arm/tegra-3.10
  build-depends: []