summaryrefslogtreecommitdiff
path: root/strata/bsp-rpi2.morph
blob: d827c517afde7e50a049dab149e71ff0cfff52f5 (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: rpi-4.1.y
  unpetrify-ref: foooo
  build-depends:
  - grep