From b961e65fd800435454af01a56b5134b38b710448 Mon Sep 17 00:00:00 2001 From: Matt Madison Date: Sat, 19 Apr 2025 04:06:58 -0700 Subject: [PATCH] conf/layer.conf: drop styhead from LAYERSERIES_COMPAT Signed-off-by: Matt Madison --- conf/layer.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/layer.conf b/conf/layer.conf index 5fa0b6d2..281db385 100644 --- a/conf/layer.conf +++ b/conf/layer.conf @@ -12,7 +12,7 @@ LAYERVERSION_tegra = "1" LAYERDEPENDS_tegra = "core" -LAYERSERIES_COMPAT_tegra = "styhead walnascar" +LAYERSERIES_COMPAT_tegra = "walnascar" # Recipe modifications for other layers that may be included in the build BBFILES += "${@' '.join('${LAYERDIR}/external/%s/recipes*/*/*.bb' % layer \