Set layer compatibility with scarthgap
authorHugo Villeneuve <hugo@hugovil.com>
Sat, 15 Nov 2025 03:19:51 +0000 (22:19 -0500)
committerHugo Villeneuve <hugo@hugovil.com>
Wed, 19 Nov 2025 01:21:38 +0000 (20:21 -0500)
Signed-off-by: Hugo Villeneuve <hugo@hugovil.com>
conf/layer.conf

index eeb7d9e..7d122cd 100644 (file)
@@ -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) \