From 831bd7289448d6a49ed1a00135cd5d8cfe3a485e Mon Sep 17 00:00:00 2001 From: Hugo Villeneuve Date: Fri, 14 Nov 2025 22:19:51 -0500 Subject: [PATCH] Set layer compatibility with scarthgap Signed-off-by: Hugo Villeneuve --- conf/layer.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/layer.conf b/conf/layer.conf index eeb7d9e..7d122cd 100644 --- a/conf/layer.conf +++ b/conf/layer.conf @@ -15,7 +15,7 @@ BBFILE_PATTERN_meta-hvmpd-distro := "^${LAYERDIR}/" BBFILE_PRIORITY_meta-hvmpd-distro = "11" LAYERDEPENDS_meta-hvmpd-distro = "core" -LAYERSERIES_COMPAT_meta-hvmpd-distro = "kirkstone" +LAYERSERIES_COMPAT_meta-hvmpd-distro = "kirkstone scarthgap" # Add board-specific directories: BBFILES += "${@' '.join('${LAYERDIR}/%s/recipes*/*/*.%s' % (layer, ext) \ -- 2.20.1