diff options
author | Jan-Simon Möller <jsmoeller@linuxfoundation.org> | 2018-04-01 23:07:49 +0200 |
---|---|---|
committer | Jan-Simon Möller <jsmoeller@linuxfoundation.org> | 2018-04-01 23:07:49 +0200 |
commit | 766cdb4656f3a7ad5ab8f1c06bd6d697e2306856 (patch) | |
tree | 52f57fd65d892e141d6165b7d0deed98f4f868bf /default.xml | |
parent | c4ef9299ba04b0dbe18a5e2951734bc111394254 (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>
Diffstat (limited to 'default.xml')
-rw-r--r-- | default.xml | 4 |
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"/> |