From: Hugo Villeneuve Date: Tue, 17 Mar 2026 21:13:40 +0000 (-0400) Subject: Remove obsolete recipes path from layer configuration X-Git-Url: http://gitweb.hugovil.com/sitemap.xml?a=commitdiff_plain;h=bc29e08557a830df8d6c1bf7043fdd9171578faa;p=yocto%2Fmeta-hvmpd.git Remove obsolete recipes path from layer configuration Signed-off-by: Hugo Villeneuve --- diff --git a/conf/layer.conf b/conf/layer.conf index 577196c..79d5651 100644 --- a/conf/layer.conf +++ b/conf/layer.conf @@ -4,8 +4,6 @@ BBPATH .= ":${LAYERDIR}" # We have recipes-* directories, add to BBFILES BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \ ${LAYERDIR}/recipes-*/*/*.bbappend \ - ${LAYERDIR}/meta-*/recipes-*/*/*.bb \ - ${LAYERDIR}/meta-*/recipes-*/*/*.bbappend \ " BBFILE_COLLECTIONS += "meta-hvmpd"