mirror of
https://github.com/lingble/meta-tegra.git
synced 2025-10-29 11:32:30 +00:00
conf/machine: drop jetson-tk1/tegra124 support
glibc 2.30 does not support being built with gcc 5, so we can no longer build L4T R21.7/CUDA 6.5 for the TK1. (Fixes #165) Signed-off-by: Matt Madison <matt@madison.systems>
This commit is contained in:
4
README
4
README
@@ -2,7 +2,6 @@ OpenEmbedded/Yocto BSP layer for NVIDIA Tegra X1/X2/AGX/K1
|
||||
==========================================================
|
||||
|
||||
Boards supported:
|
||||
* Jetson-TK1 development kit (Linux4Tegra R21.7)
|
||||
* Jetson-TX1 development kit (Linux4Tegra R32.2.1, JetPack 4.2.2
|
||||
* Jetson-TX2 development kit (Linux4Tegra R32.2.1, JetPack 4.2.2)
|
||||
* Jetson AGX Xavier development kit (Linux4Tegra R32.2, JetPack 4.2.2)
|
||||
@@ -54,8 +53,7 @@ PLEASE NOTE
|
||||
* CUDA 10 supports up through gcc 7 only, and some NVIDIA-provided
|
||||
binary libraries appear to be compiled with g++ 7 and cause linker
|
||||
failures when building applications with g++ 6, so **only** gcc 7
|
||||
should be used if you intend to use CUDA. (For Jetson-TK1, CUDA 6.5
|
||||
supports up through gcc 5.x only.)
|
||||
should be used if you intend to use CUDA.
|
||||
|
||||
|
||||
Selecting the toolchain version
|
||||
|
||||
Reference in New Issue
Block a user