summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStephane Desneux <stephane.desneux@iot.bzh>2016-05-03 14:59:28 +0200
committerGerrit Code Review <gerrit@172.30.200.200>2016-05-06 21:47:11 +0000
commit0eac36784e9cb0dbc5002b73c097cee84eb943f7 (patch)
tree49d423c2ca61d6abf79b7d0855dce66ff5000edd
parent383f38d46a239f1bc0e8eb8d0aeabd790ccb79f2 (diff)
Include meta-security-isafw layer
meta-security-isafw is an OE layer that enables Image Security Analysis Framework (isafw) for image builds. Static analysis reports are available in tmp/logs after build. More info here: https://github.com/01org/meta-security-isafw Change-Id: I8401393fad4b91563ba64767515f3be698c4a40d Signed-off-by: Stephane Desneux <stephane.desneux@iot.bzh>
-rw-r--r--default.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/default.xml b/default.xml
index b0d2070f..cf213c66 100644
--- a/default.xml
+++ b/default.xml
@@ -15,6 +15,9 @@
<!-- meta-qt5 -->
<remote name="github" fetch="https://github.com/" />
+ <!-- 01.org (Intel) -->
+ <remote name="01org" fetch="https://github.com/01org/" />
+
<default revision="master"
remote="agl"
sync-j="4" />
@@ -58,4 +61,7 @@
<!-- DragonBoard 410c specific things -->
<project name="meta-qcom" path="meta-qcom" remote="yocto" revision="jethro" />
+ <!-- Image Security Analysis FrameWork (isafw) -->
+ <project name="meta-security-isafw" path="meta-security-isafw" remote="01org" revision="jethro" />
+
</manifest>