From: Hugo Villeneuve Date: Thu, 20 Nov 2025 03:24:50 +0000 (-0500) Subject: Set layer compatibility with whinlatter X-Git-Url: http://gitweb.hugovil.com/?a=commitdiff_plain;h=52b605aee8c743353ef3879f09c136a638d2dcd2;p=yocto%2Fmeta-hvmpd.git Set layer compatibility with whinlatter Signed-off-by: Hugo Villeneuve --- diff --git a/conf/layer.conf b/conf/layer.conf index bd1fd8e..780505e 100644 --- a/conf/layer.conf +++ b/conf/layer.conf @@ -15,7 +15,7 @@ BBFILE_PATTERN_meta-hvmpd := "^${LAYERDIR}/" BBFILE_PRIORITY_meta-hvmpd = "11" LAYERDEPENDS_meta-hvmpd = "core" -LAYERSERIES_COMPAT_meta-hvmpd = "kirkstone scarthgap walnascar" +LAYERSERIES_COMPAT_meta-hvmpd = "whinlatter" # Add board-specific directories: BBFILES += "${@' '.join('${LAYERDIR}/%s/recipes*/*/*.%s' % (layer, ext) \