diff mbox series

[oe-layersetup,master] conf/layer: Add required BBFILE_PATTERN

Message ID 20250911200630.2315-1-reatmon@ti.com
State Accepted
Delegated to: Ryan Eatmon
Headers show
Series [oe-layersetup,master] conf/layer: Add required BBFILE_PATTERN | expand

Commit Message

Ryan Eatmon Sept. 11, 2025, 8:06 p.m. UTC
The BBFILE_PATTERN-oe-layersetup variable is required for this is be a
correct layer.

Signed-off-by: Ryan Eatmon <reatmon@ti.com>
---
 conf/layer.conf | 1 +
 1 file changed, 1 insertion(+)
diff mbox series

Patch

diff --git a/conf/layer.conf b/conf/layer.conf
index 9c6c9aa..7545d89 100644
--- a/conf/layer.conf
+++ b/conf/layer.conf
@@ -1,3 +1,4 @@ 
 BBFILE_COLLECTIONS += "oe-layersetup"
+BBFILE_PATTERN_oe-layersetup := "^${LAYERDIR}/"
 LAYERVERSION_oe-layersetup = "1"
 LAYERSERIES_COMPAT_oe-layersetup = "kirkstone scarthgap styhead walnascar whinlatter"