diff options
author | Armin Kuster <akuster808@gmail.com> | 2023-06-13 11:31:32 -0400 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2023-06-20 11:07:20 -0400 |
commit | 51a07148625a6b7564d0c0d54a882b2919e37684 (patch) | |
tree | 036f4a6a2cbe36cedd487c06cca20fdc2f634d42 | |
parent | 4bfd29a330a7dce83d5babc27b087b08c7928748 (diff) | |
download | meta-security-51a07148625a6b7564d0c0d54a882b2919e37684.tar.gz |
meta-security-compliance: remove layer
simplify structure.
Signed-off-by: Armin Kuster <akuster808@gmail.com>
-rw-r--r-- | meta-security-compliance/README | 41 | ||||
-rw-r--r-- | meta-security-compliance/conf/layer.conf | 15 |
2 files changed, 0 insertions, 56 deletions
diff --git a/meta-security-compliance/README b/meta-security-compliance/README deleted file mode 100644 index 3311d05..0000000 --- a/meta-security-compliance/README +++ /dev/null | |||
@@ -1,41 +0,0 @@ | |||
1 | # Meta-security-compliance | ||
2 | |||
3 | This layer is meant to contain programs to help in security compliance and auditing | ||
4 | |||
5 | |||
6 | Dependencies | ||
7 | ============ | ||
8 | |||
9 | This layer depends on: | ||
10 | |||
11 | URI: git://git.openembedded.org/bitbake | ||
12 | branch: master | ||
13 | |||
14 | URI: git://git.openembedded.org/openembedded-core | ||
15 | layers: meta | ||
16 | branch: master | ||
17 | |||
18 | or | ||
19 | |||
20 | URI: git://git.yoctoproject.org/poky | ||
21 | branch: master | ||
22 | |||
23 | |||
24 | |||
25 | Maintenance | ||
26 | ----------- | ||
27 | |||
28 | Send pull requests, patches, comments or questions to yocto@yoctoproject.org | ||
29 | |||
30 | When sending single patches, please using something like: | ||
31 | 'git send-email -1 --to yocto@lists.yoctoproject.org --subject-prefix=meta-security-compliance][PATCH' | ||
32 | |||
33 | Layer Maintainer: Armin Kuster <akuster808@gmail.com> | ||
34 | |||
35 | |||
36 | License | ||
37 | ======= | ||
38 | |||
39 | All metadata is MIT licensed unless otherwise stated. Source code included | ||
40 | in tree for individual recipes is under the LICENSE stated in each recipe | ||
41 | (.bb file) unless otherwise stated. | ||
diff --git a/meta-security-compliance/conf/layer.conf b/meta-security-compliance/conf/layer.conf deleted file mode 100644 index 82409a6..0000000 --- a/meta-security-compliance/conf/layer.conf +++ /dev/null | |||
@@ -1,15 +0,0 @@ | |||
1 | # We have a conf and classes directory, add to BBPATH | ||
2 | BBPATH .= ":${LAYERDIR}" | ||
3 | |||
4 | # We have a recipes directory, add to BBFILES | ||
5 | BBFILES += "${LAYERDIR}/recipes*/*/*.bb ${LAYERDIR}/recipes*/*/*.bbappend" | ||
6 | |||
7 | BBFILE_COLLECTIONS += "scanners-layer" | ||
8 | BBFILE_PATTERN_scanners-layer = "^${LAYERDIR}/" | ||
9 | BBFILE_PRIORITY_scanners-layer = "6" | ||
10 | |||
11 | LAYERSERIES_COMPAT_scanners-layer = "mickledore" | ||
12 | |||
13 | LAYERDEPENDS_scanners-layer = "core openembedded-layer meta-python" | ||
14 | |||
15 | BBLAYERS_LAYERINDEX_NAME_scanners-layer = "meta-security-compliance" | ||