summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan-Simon Möller <jsmoeller@linuxfoundation.org>2018-04-01 23:07:49 +0200
committerJan-Simon Möller <jsmoeller@linuxfoundation.org>2018-04-01 23:07:49 +0200
commit766cdb4656f3a7ad5ab8f1c06bd6d697e2306856 (patch)
tree52f57fd65d892e141d6165b7d0deed98f4f868bf
parentc4ef9299ba04b0dbe18a5e2951734bc111394254 (diff)
Use fixed revisions for meta-security and meta-security-isafw
To avoid broken builds, use fixed revisions. You can use default-floating.xml to get the latest revisions of all repos repo init -b master -m default-floating.xml repo sync Change-Id: I607e1b40c878878727ab8cf92a11b0844d5c51b0 Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
-rw-r--r--default.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/default.xml b/default.xml
index 3c9fdd36..fbb3296f 100644
--- a/default.xml
+++ b/default.xml
@@ -83,10 +83,10 @@
<!-- Image Security Analysis FrameWork (isafw) -->
<!-- try master or disable -->
- <project name="01org/meta-security-isafw" path="meta-security-isafw" remote="github" revision="master"/>
+ <project name="01org/meta-security-isafw" path="meta-security-isafw" remote="github" revision="489abdc65cefb566d696c8b218aa0b9b99a350ae" upstream="master"/>
<!-- Security layer -->
- <project name="meta-security" path="meta-security" remote="yocto" revision="master" />
+ <project name="meta-security" path="meta-security" remote="yocto" revision="8f6969a775fa6afbf553e72ba83e71197780b2d8" upstream="master"/>
<!-- SmartDeviceLink layer -->
<project name="phongt/meta-sdl" path="meta-sdl" remote="github" revision="60c9fe8a4a9c6ca95f222685f8d6248f16236f2a" upstream="release/4.4.0"/>