Fix layer name in configuration file master
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 7d122cd..577196c 100644 (file)
@@ -8,14 +8,14 @@ BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \
             ${LAYERDIR}/meta-*/recipes-*/*/*.bbappend \
 "
 
             ${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
 
 # 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) \
 
 # Add board-specific directories:
 BBFILES += "${@' '.join('${LAYERDIR}/%s/recipes*/*/*.%s' % (layer, ext) \