From aebcf9a985d20dcaa1ce12c101cb115e93cf54a8 Mon Sep 17 00:00:00 2001 From: Armin Kuster Date: Wed, 7 Apr 2021 03:53:57 +0000 Subject: layer.conf: add dynamic-layer for rust pkg Signed-off-by: Armin Kuster --- conf/layer.conf | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/conf/layer.conf b/conf/layer.conf index fd21da1..906e024 100644 --- a/conf/layer.conf +++ b/conf/layer.conf @@ -12,3 +12,7 @@ BBFILE_PRIORITY_security = "8" LAYERSERIES_COMPAT_security = "hardknott" LAYERDEPENDS_security = "core openembedded-layer perl-layer networking-layer meta-python" + +BBFILES_DYNAMIC += " \ +rust-layer:${LAYERDIR}/dynamic-layers/meta-rust/recipes-*/*/*.bb \ +" -- cgit v1.2.3-54-g00ecf