]> Untitled Git - yocto/meta-hvmpd.git/commitdiff
Fix layer name in configuration file
authorHugo Villeneuve <hugo@hugovil.com>
Fri, 23 Jan 2026 16:34:28 +0000 (11:34 -0500)
committerHugo Villeneuve <hugo@hugovil.com>
Fri, 23 Jan 2026 16:39:21 +0000 (11:39 -0500)
Signed-off-by: Hugo Villeneuve <hugo@hugovil.com>
conf/layer.conf

index 7d122cd59b8ce20f01bfd681afca66cc30cfff59..577196ce395b9b72a79a6e95d5689b4a01a1d0da 100644 (file)
@@ -8,14 +8,14 @@ BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \
             ${LAYERDIR}/meta-*/recipes-*/*/*.bbappend \
 "
 
-BBFILE_COLLECTIONS += "meta-hvmpd-distro"
-BBFILE_PATTERN_meta-hvmpd-distro := "^${LAYERDIR}/"
+BBFILE_COLLECTIONS += "meta-hvmpd"
+BBFILE_PATTERN_meta-hvmpd := "^${LAYERDIR}/"
 
 # Pour s'assurer que notre priorité est plus élevée que celle des autres recettes
-BBFILE_PRIORITY_meta-hvmpd-distro = "11"
+BBFILE_PRIORITY_meta-hvmpd = "11"
 
-LAYERDEPENDS_meta-hvmpd-distro = "core"
-LAYERSERIES_COMPAT_meta-hvmpd-distro = "kirkstone scarthgap"
+LAYERDEPENDS_meta-hvmpd = "core"
+LAYERSERIES_COMPAT_meta-hvmpd = "kirkstone scarthgap"
 
 # Add board-specific directories:
 BBFILES += "${@' '.join('${LAYERDIR}/%s/recipes*/*/*.%s' % (layer, ext) \