diff options
| author | Armin Kuster <akuster808@gmail.com> | 2021-04-07 03:53:57 +0000 |
|---|---|---|
| committer | Armin Kuster <akuster808@gmail.com> | 2021-04-12 07:06:46 -0700 |
| commit | aebcf9a985d20dcaa1ce12c101cb115e93cf54a8 (patch) | |
| tree | 374eb82e2bd5e9251caef0ee909f600ddb8b16e8 /conf | |
| parent | aa6d847de4c2ca341cca4079396e723f4c84716f (diff) | |
| download | meta-security-aebcf9a985d20dcaa1ce12c101cb115e93cf54a8.tar.gz | |
layer.conf: add dynamic-layer for rust pkg
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'conf')
| -rw-r--r-- | conf/layer.conf | 4 |
1 files changed, 4 insertions, 0 deletions
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" | |||
| 12 | LAYERSERIES_COMPAT_security = "hardknott" | 12 | LAYERSERIES_COMPAT_security = "hardknott" |
| 13 | 13 | ||
| 14 | LAYERDEPENDS_security = "core openembedded-layer perl-layer networking-layer meta-python" | 14 | LAYERDEPENDS_security = "core openembedded-layer perl-layer networking-layer meta-python" |
| 15 | |||
| 16 | BBFILES_DYNAMIC += " \ | ||
| 17 | rust-layer:${LAYERDIR}/dynamic-layers/meta-rust/recipes-*/*/*.bb \ | ||
| 18 | " | ||
