From f30ff0163f997a0bbea6bbb1aa590c398ef04a4c Mon Sep 17 00:00:00 2001 From: Hugo Villeneuve Date: Wed, 19 Nov 2025 22:27:26 -0500 Subject: [PATCH] Set layer compatibility with walnascar 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 577196c..bd1fd8e 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" +LAYERSERIES_COMPAT_meta-hvmpd = "kirkstone scarthgap walnascar" # Add board-specific directories: BBFILES += "${@' '.join('${LAYERDIR}/%s/recipes*/*/*.%s' % (layer, ext) \ -- 2.20.1