summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-security-compliance/README41
-rw-r--r--meta-security-compliance/conf/layer.conf15
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
3This layer is meant to contain programs to help in security compliance and auditing
4
5
6Dependencies
7============
8
9This 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
18or
19
20 URI: git://git.yoctoproject.org/poky
21 branch: master
22
23
24
25Maintenance
26-----------
27
28Send pull requests, patches, comments or questions to yocto@yoctoproject.org
29
30When sending single patches, please using something like:
31'git send-email -1 --to yocto@lists.yoctoproject.org --subject-prefix=meta-security-compliance][PATCH'
32
33Layer Maintainer: Armin Kuster <akuster808@gmail.com>
34
35
36License
37=======
38
39All metadata is MIT licensed unless otherwise stated. Source code included
40in 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
2BBPATH .= ":${LAYERDIR}"
3
4# We have a recipes directory, add to BBFILES
5BBFILES += "${LAYERDIR}/recipes*/*/*.bb ${LAYERDIR}/recipes*/*/*.bbappend"
6
7BBFILE_COLLECTIONS += "scanners-layer"
8BBFILE_PATTERN_scanners-layer = "^${LAYERDIR}/"
9BBFILE_PRIORITY_scanners-layer = "6"
10
11LAYERSERIES_COMPAT_scanners-layer = "mickledore"
12
13LAYERDEPENDS_scanners-layer = "core openembedded-layer meta-python"
14
15BBLAYERS_LAYERINDEX_NAME_scanners-layer = "meta-security-compliance"