diff --git a/conf/layer.conf b/conf/layer.conf
index 809d3efa51ad905865af0608c88ba5c96b03a080..db0175a5483bace159a650f927415b817381d7cf 100644
--- a/conf/layer.conf
+++ b/conf/layer.conf
@@ -5,11 +5,11 @@ BBPATH .= ":${LAYERDIR}"
 BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \
             ${LAYERDIR}/recipes-*/*/*.bbappend"
 
-BBFILE_COLLECTIONS += "meta-python-dunfellplus"
-BBFILE_PATTERN_meta-python-dunfellplus = "^${LAYERDIR}/"
-BBFILE_PRIORITY_meta-python-dunfellplus = "6"
+BBFILE_COLLECTIONS += "meta-python-extra"
+BBFILE_PATTERN_meta-python-extra = "^${LAYERDIR}/"
+BBFILE_PRIORITY_meta-python-extra = "6"
 
-LAYERDEPENDS_meta-python-dunfellplus = "core"
-LAYERDEPENDS_meta-python-dunfellplus += "meta-python"
+LAYERDEPENDS_meta-python-extra = "core"
+LAYERDEPENDS_meta-python-extra += "meta-python"
 
-LAYERSERIES_COMPAT_meta-python-dunfellplus = "dunfell"
+LAYERSERIES_COMPAT_meta-python-extra = "dunfell"