diff options
author | Jan-Simon Möller <jsmoeller@linuxfoundation.org> | 2015-11-12 17:04:07 +0100 |
---|---|---|
committer | Jan-Simon Möller <jsmoeller@linuxfoundation.org> | 2015-11-12 17:04:07 +0100 |
commit | 7b3667e981632b09f5b4e53157630813aaab0aa1 (patch) | |
tree | b87801962a39a1408d181b894d82fa14a2bb4789 /default.xml | |
parent | b8ee63b20b2f36b57cbd5210b431616d351c9193 (diff) |
Change branch of meta-qt5 to jethro - master moved on already
This change makes our checkout of meta-qt5 track the jethro branch
which holds the version 5.5.x which we depend on atm.
Master moved already to 5.6 codebase.
Change-Id: I5b8a8d75db9697e1b8ca7c69f21b30345320468d
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 41d0631d..12c977d2 100644 --- a/default.xml +++ b/default.xml @@ -25,8 +25,8 @@ <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" /> + <!-- Qt things --> <!-- meta-qt5 has qt5.5.x in branch jethro --> + <project name="meta-qt5" path="meta-qt5" remote="qt5" revision="jethro"/> <!-- Porter specific things. --> <project name="AGL/meta-renesas" path="meta-renesas" revision="agl-1.0-bsp-1.8.0" /> |