[RFC - please comment] track stable branches instead of hashes. 87/4187/2
authorJan-Simon Möller <jsmoeller@linuxfoundation.org>
Tue, 27 Oct 2015 23:36:46 +0000 (00:36 +0100)
committerTadao Tnikawa <tanikawa.tadao@jp.panasonic.com>
Wed, 11 Nov 2015 06:30:56 +0000 (15:30 +0900)
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>
default.xml

index 3ba4756..41d0631 100644 (file)
   <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" />