summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorJan-Simon Möller <jsmoeller@linuxfoundation.org>2016-10-25 13:04:20 +0200
committerJan-Simon Möller <jsmoeller@linuxfoundation.org>2016-10-25 13:04:49 +0200
commitd74970172514cc5bc9d2942c0a24656d8be955bf (patch)
treebdc438dc3e5b6bd31e770b35343a0ba9d74d21a3 /templates
parentf6320f5660db15a207f69fbe2ea6e837bd832b34 (diff)
Add archiver and isafw as features
This commit adds two new features agl-archiver which includes and configures the source archiver (snapshot builds) and agl-isafw which includes and enables the isafw. Proposed by Stéphane. Change-Id: I1b38f08ce6f2e936f284d44510c512bee105751f Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
Diffstat (limited to 'templates')
-rw-r--r--templates/feature/agl-archiver/50_local.conf.inc2
-rw-r--r--templates/feature/agl-isafw/50_bblayers.conf.inc1
-rw-r--r--templates/feature/agl-isafw/50_local.conf.inc1
3 files changed, 4 insertions, 0 deletions
diff --git a/templates/feature/agl-archiver/50_local.conf.inc b/templates/feature/agl-archiver/50_local.conf.inc
new file mode 100644
index 000000000..946c262df
--- /dev/null
+++ b/templates/feature/agl-archiver/50_local.conf.inc
@@ -0,0 +1,2 @@
+INHERIT += "archiver"
+ARCHIVER_MODE[src] = "original"
diff --git a/templates/feature/agl-isafw/50_bblayers.conf.inc b/templates/feature/agl-isafw/50_bblayers.conf.inc
new file mode 100644
index 000000000..a0c626f9e
--- /dev/null
+++ b/templates/feature/agl-isafw/50_bblayers.conf.inc
@@ -0,0 +1 @@
+BBLAYERS =+ "${METADIR}/meta-security-isafw"
diff --git a/templates/feature/agl-isafw/50_local.conf.inc b/templates/feature/agl-isafw/50_local.conf.inc
new file mode 100644
index 000000000..c1c13e1f5
--- /dev/null
+++ b/templates/feature/agl-isafw/50_local.conf.inc
@@ -0,0 +1 @@
+INHERIT += "isafw"