]> Untitled Git - yocto/meta-hvmpd.git/commitdiff
Set layer compatibility with whinlatter
authorHugo Villeneuve <hugo@hugovil.com>
Thu, 20 Nov 2025 03:24:50 +0000 (22:24 -0500)
committerHugo Villeneuve <hugo@hugovil.com>
Sat, 28 Mar 2026 20:54:03 +0000 (16:54 -0400)
Signed-off-by: Hugo Villeneuve <hugo@hugovil.com>
conf/layer.conf

index ddf90a6dde6d6c4a6991f75d114bd98d048776ab..dd38ae087db08a38cc68bdb39e0b55a66c43afdf 100644 (file)
@@ -13,7 +13,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) \