From: Hugo Villeneuve Date: Sat, 15 Nov 2025 03:19:51 +0000 (-0500) Subject: Set layer compatibility with scarthgap X-Git-Url: http://gitweb.hugovil.com/?a=commitdiff_plain;h=831bd7289448d6a49ed1a00135cd5d8cfe3a485e;p=yocto%2Fmeta-hvmpd.git Set layer compatibility with scarthgap Signed-off-by: Hugo Villeneuve --- 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) \