summaryrefslogtreecommitdiff
path: root/strata/bsp-jetson-devel.morph
blob: 9148160d4c49e905626bbb61ffc1e774a8621a45 (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
name: bsp-jetson-devel
kind: stratum
description: |
  Platform-specific chunks for NVIDIA Jetson TK1 development system.

  Support for the Tegra platform is still being developed. This BSP uses
  a patched version of Linux 3.10 supplied by NVIDIA, which provides
  reliable SATA, USB and networking and runs the CPUs at full speed.
  To make use of the graphics acceleration on the Jetson you will need
  to use a newer kernel.
build-depends:
- morph: strata/core.morph
chunks:
- name: device-tree-compiler
  morph: strata/bsp-jetson-devel/device-tree-compiler.morph
  repo: upstream:device-tree-compiler
  ref: c92f284c3cf76d471eb27a271de3a51cb45ed058
  unpetrify-ref: baserock/morph
  build-depends: []
- name: u-boot
  morph: strata/bsp-jetson-devel/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-devel/linux-jetson-tk1.morph
  repo: upstream:linux
  ref: 1e25ebbdc76152c56b2367e6db2218bc80d1c99a
  unpetrify-ref: baserock/james/jetson-3.17-rc5-cpufreq
  build-depends:
  - u-boot
- name: bsp-support
  morph: strata/bsp-jetson-devel/bsp-support.morph
  repo: baserock:baserock/bsp-support
  ref: 19bc31ce3198a3c19cdd96d392bde34cb34ed525
  unpetrify-ref: baserock/arm/tegra-3.10
  build-depends: []