summaryrefslogtreecommitdiff
path: root/strata/bsp-rpi2.morph
blob: 85023586b5f89965ae9417c4203969a68483684b (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-rpi2
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: grep
  morph: strata/bsp-rpi2/grep.morph
  repo: upstream:grep
  ref: d930f765041bb2ad936056ddfdad60042d44bd9d
  unpetrify-ref: v2.21
- name: linux-rpi2
  morph: strata/bsp-rpi2/linux-rpi2.morph
  repo: https://github.com/raspberrypi/linux.git
  ref: 499958c660a8558ddb72d3f0c3ac51a8e9b63fc2
  unpetrify-ref: rpi-4.1.y
  build-depends:
  - grep