]> Untitled Git - yocto/meta-hvmpd.git/commitdiff
Remove obsolete recipes path from layer configuration scarthgap
authorHugo Villeneuve <hugo@hugovil.com>
Tue, 17 Mar 2026 21:13:40 +0000 (17:13 -0400)
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 577196ce395b9b72a79a6e95d5689b4a01a1d0da..79d56519dd10aba32441baa3126405363b440756 100644 (file)
@@ -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"