summaryrefslogtreecommitdiff
path: root/strata/bsp-jetson.morph
blob: 9d99254171bf84419a48892e7fda454ff01a7f91 (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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
name: bsp-jetson
kind: stratum
description: |
  Platform-specific chunks for NVIDIA Jetson TK1

  Support for the Tegra platform is still being developed. A very recent
  kernel with some patches is currently required to get a fully
  accelerated graphics stack on this platform. Note that the SATA and
  networking will not work unless you have flashed the bootloader on
  your board to the version of U-Boot built in this stratum. Also, the
  CPUs on the Jetson run at a slow speed with this version of Linux.
build-depends:
- morph: strata/core.morph
chunks:
- name: device-tree-compiler
  morph: strata/bsp-jetson/device-tree-compiler.morph
  repo: upstream:device-tree-compiler
  ref: c92f284c3cf76d471eb27a271de3a51cb45ed058
  unpetrify-ref: baserock/morph
  build-depends: []
- name: u-boot@jetson
  morph: strata/bsp-jetson/u-boot.morph
  repo: upstream:u-boot
  ref: c77921345b943cdf5f2f28bbe88c6d8970620d2e
  unpetrify-ref: baserock/jetson/u-boot-tegra-next
  build-depends:
  - device-tree-compiler
- name: linux-jetson-tk1
  morph: strata/bsp-jetson/linux-jetson-tk1.morph
  repo: upstream:linux
  ref: 8c885b20c4c9115d29dca4e5afd66228c51c5f69
  unpetrify-ref: baserock/jetson/linux-tegra-3.18-rc3
  build-depends:
  - u-boot@jetson
- name: bsp-support
  morph: strata/bsp-jetson/bsp-support.morph
  repo: baserock:baserock/bsp-support
  ref: 19bc31ce3198a3c19cdd96d392bde34cb34ed525
  unpetrify-ref: baserock/arm/tegra-3.10
  build-depends: []
- name: nouveau-drm
  morph: strata/bsp-jetson/nouveau-drm.morph
  repo: upstream:nouveau
  ref: 4d0929aa231a0c2d2b66fa1f8ea1c8fa4d872501
  unpetrify-ref: baserock/jetson/gk20a
  build-depends:
  - linux-jetson-tk1
- name: linux-firmware-jetson
  morph: strata/bsp-jetson/linux-firmware-jetson.morph
  repo: upstream:linux-firmware
  ref: 9322ef5b14c78ec28163baa41bff240a0e098810
  unpetrify-ref: baserock/jetson
  build-depends: []