From bc29e08557a830df8d6c1bf7043fdd9171578faa Mon Sep 17 00:00:00 2001 From: Hugo Villeneuve Date: Tue, 17 Mar 2026 17:13:40 -0400 Subject: [PATCH] Remove obsolete recipes path from layer configuration Signed-off-by: Hugo Villeneuve --- conf/layer.conf | 2 -- 1 file changed, 2 deletions(-) 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" -- 2.47.3