Include meta-security-isafw layer 13/5613/2
authorStephane Desneux <stephane.desneux@iot.bzh>
Tue, 3 May 2016 12:59:28 +0000 (14:59 +0200)
committerGerrit Code Review <gerrit@172.30.200.200>
Fri, 6 May 2016 21:47:11 +0000 (21:47 +0000)
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>
default.xml

index b0d2070..cf213c6 100644 (file)
@@ -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>