summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan-Simon Möller <jsmoeller@linuxfoundation.org>2015-10-28 00:36:46 +0100
committerTadao Tnikawa <tanikawa.tadao@jp.panasonic.com>2015-11-11 15:30:56 +0900
commitb8ee63b20b2f36b57cbd5210b431616d351c9193 (patch)
treeddd1fd551412562d49445cfa1e0eac3b8a48bd62
parent56c23f265b8148b3ad92045a3015eb3944a82a29 (diff)
[RFC - please comment] track stable branches instead of hashes.
v2: (Tadao Tanikawa) The revision of meta-qt5 is 'master' (not 'dizzy') to keep tracking latest stable version of Qt5. v1: (Jan-Simon Möller) We want the stable branch, but do we really want to maintain the exact commit? Tracking the stable branches is easier and we inherit the fixes w/o changing our manifest again. Please comment. If this is fine please merge. Especially this should be changed: <project name="meta-openembedded" path="meta-openembedded" remote="openembedded" revision="9efaed99125b1c4324663d9a1b2d3319c74e7278" /> otherwise we are "147 files changed, 7967 insertions(+), 888 deletions(-)" behind dizzy branch for meta-openembedded ! Multiple CVEs were fixed in the branch already. Change-Id: I31689d8ea49d8c876be8bb5608df89ad4c459ab9 Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org> Signed-off-by: Tadao Tnikawa <tanikawa.tadao@jp.panasonic.com>
-rw-r--r--default.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/default.xml b/default.xml
index 3ba47568..41d0631d 100644
--- a/default.xml
+++ b/default.xml
@@ -22,11 +22,11 @@
<project name="AGL/meta-agl-demo" path="meta-agl-demo" />
<!-- Yocto/OpenEmbedded things. -->
- <project name="poky" path="poky" remote="poky" revision="df87cb27efeaea1455f20692f9f1397c6fcab254" />
- <project name="meta-openembedded" path="meta-openembedded" remote="openembedded" revision="9efaed99125b1c4324663d9a1b2d3319c74e7278" />
+ <project name="poky" path="poky" remote="poky" revision="dizzy" />
+ <project name="meta-openembedded" path="meta-openembedded" remote="openembedded" revision="dizzy" />
<!-- Qt things -->
- <project name="meta-qt5" path="meta-qt5" remote="qt5" revision="adeca0db212d61a933d7952ad44ea1064cfca747" />
+ <project name="meta-qt5" path="meta-qt5" remote="qt5" />
<!-- Porter specific things. -->
<project name="AGL/meta-renesas" path="meta-renesas" revision="agl-1.0-bsp-1.8.0" />