layer.conf, README.md: drop nanbield from LAYERSERIES_COMPAT

Signed-off-by: Matt Madison <matt@madison.systems>
This commit is contained in:
Matt Madison
2024-03-10 09:46:29 -07:00
parent 5237f91da9
commit d4e0d078ea
2 changed files with 2 additions and 2 deletions

View File

@@ -21,7 +21,7 @@ Community supported:
This layer depends on:
URI: git://git.openembedded.org/openembedded-core
branch: master
LAYERSERIES_COMPAT: nanbield, scarthgap
LAYERSERIES_COMPAT: scarthgap
CUDA toolchain compatibility note

View File

@@ -12,7 +12,7 @@ LAYERVERSION_tegra = "1"
LAYERDEPENDS_tegra = "core"
LAYERSERIES_COMPAT_tegra = "nanbield scarthgap"
LAYERSERIES_COMPAT_tegra = "scarthgap"
# Recipe modifications for other layers that may be included in the build
BBFILES += "${@' '.join('${LAYERDIR}/external/%s/recipes*/*/*.bb' % layer \