summaryrefslogtreecommitdiffstats
path: root/meta-agl/meta-security/conf/layer.conf
diff options
context:
space:
mode:
Diffstat (limited to 'meta-agl/meta-security/conf/layer.conf')
-rw-r--r--meta-agl/meta-security/conf/layer.conf14
1 files changed, 14 insertions, 0 deletions
diff --git a/meta-agl/meta-security/conf/layer.conf b/meta-agl/meta-security/conf/layer.conf
new file mode 100644
index 00000000..16dae398
--- /dev/null
+++ b/meta-agl/meta-security/conf/layer.conf
@@ -0,0 +1,14 @@
+# We have a conf and classes directory, add to BBPATH
+BBPATH =. "${LAYERDIR}:"
+
+# We have a packages directory, add to BBFILES
+BBFILES += " ${LAYERDIR}/recipes-*/*/*.bb \
+ ${LAYERDIR}/recipes-*/*/*.bbappend \
+ "
+
+# Must prioritize our rpm recipe over the default ones.
+BBFILE_COLLECTIONS += "security-smack"
+BBFILE_PATTERN_security-smack := "^${LAYERDIR}/"
+BBFILE_PRIORITY_security-smack = "60"
+
+LAYERSERIES_COMPAT_security-smack = "thud"