summaryrefslogtreecommitdiffstats
path: root/default.xml
AgeCommit message (Collapse)AuthorFilesLines
2015-12-17Change default.xml to follow albacore release branchesalbacore_v0.1Jan-Simon Möller1-2/+2
This patch makes the repo clone follow the respective albacore release branches of the respective git repositories. Namely: - meta-agl - meta-agl-demo - meta-renesas These repos follow other branches: - poky (dizzy) - meta-openembedded (dizzy) - meta-qt5 (jethro due to qt5.5.x dependency) Change-Id: Id901ddaa3f54ee7cf323c1786624c6ff2c31517e Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
2015-11-12Change branch of meta-qt5 to jethro - master moved on alreadyJan-Simon Möller1-2/+2
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>
2015-11-11[RFC - please comment] track stable branches instead of hashes.Jan-Simon Möller1-3/+3
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>
2015-10-27Fix review line in default.xml as ssh is not supported by repo.Jan-Simon Möller1-2/+4
A review= line cannot have ssh:// within repo, only http and https. This can be fixed by using the https address with /gerrit/ at the end. The ssh port will be queried then using /gerrit/ssh_info from the server. References: http://stackoverflow.com/questions/27956306/what-does-urlopen-error-errno-2-name-or-service-not-known-mean Change-Id: If43fa5b00225089bb7d23628a5d78002778fde51 Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
2015-10-21Support repo upload for meta-agl/meta-agl-demoTadao Tanikawa1-5/+5
How to setup environment to work 'repo upload' 1. set environment REPO_HOST_PORT_INFO $ export REPO_HOST_PORT_INFO="gerrit.automotivelinux.org 29418" 2. set git configuration for username in gerrit (Please replace XXXXX to your username in gerrit) Edit your ~/.gitconfig [review "ssh://gerrit.automotivelinux.org:29418"] username = XXXXX Or use this command $ git config --global review."ssh://gerrit.automotivelinux.org:29418".username XXXXX Change-Id: I5a41b3f67edb7eee929b25522cc55a4e91361c3e Signed-off-by: Tadao Tanikawa <tanikawa.tadao@jp.panasonic.com>
2015-10-13Remove unused symbolic linksTadao Tanikawa1-11/+2
Symbolic links in conf/ are not used anymore because of changing setup script, envsetup.sh in meta-agl by commit d1cbf84135f63489beeb99053b54dfda2dbaf041. Change-Id: I0ab0aa9a4af3ee685a569b81cbb8581d8be8aeff Signed-off-by: Tadao Tanikawa <tanikawa.tadao@jp.panasonic.com>
2015-10-02Add default manifest to pull HEAD of AGL DistributionTadao Tanikawa1-0/+41
Add repo manifest for AGL Distribution. 'default.xml' in 'master' is for pulling HEAD of AGL Distribution. (Pulling HEAD of master in meta-agl and meta-agl-demo). For snapshot or stable release of AGL Distribution, appropriate tags or branches should be given (T.B.D.). Change-Id: I13e0097f10806165e3ab1a45dbf0e46a15b7cd9f Signed-off-by: Tadao Tanikawa <tanikawa.tadao@jp.panasonic.com>