AGL/AGL-repo.git
8 years agoInclude meta-qcom layer 87/5587/3
Kotaro Hashimoto [Mon, 25 Apr 2016 01:23:44 +0000 (10:23 +0900)]
Include meta-qcom layer

DragonBoard-410c requires 'meta-qcom' layer of Yocto Project.
Use "dragonboard-410c" as MACHINE to configure for DragonBoard-410c.

v2: rebase after merge conflict (jsmoeller)

Change-Id: Idcad2c27539af130704a3c66efe6b91868eef534
Signed-off-by: Kotaro Hashimoto <Hashimoto.Kotaro@ds.MitsubishiElectric.co.jp>
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
8 years agoInclude meta-raspberrypi layer 39/5539/2
Jan-Simon Möller [Thu, 14 Apr 2016 16:31:18 +0000 (18:31 +0200)]
Include meta-raspberrypi layer

Change-Id: I08ec2e9e41003b9dc8244f86d50ccf64e112aba2
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
8 years agoAdd meta-rust 77/5577/2
Leon Anavi [Tue, 19 Apr 2016 12:10:26 +0000 (12:10 +0000)]
Add meta-rust

Layer meta-rust is required by RVI SOTA client
which is written in the Rust programming
language.

Bug-AGL: SPEC-176

Change-Id: I9f9d2f0791ca327a03005033ba02a20526d9c754
Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
8 years agoAdd meta-oic and meta-ti 19/5519/2
Jan-Simon Möller [Tue, 12 Apr 2016 16:29:51 +0000 (18:29 +0200)]
Add meta-oic and meta-ti

meta-oic is added to allow exploring iotivity.
meta-ti is added to allow support for jacinto boards.

v2: we have a remote for YP git already.

Change-Id: I8152fb530821f5157a001d11c24817f4e915efbb
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
8 years agoAdd i.mx specific layers to manifest 01/5301/1
Jan-Simon Möller [Mon, 18 Jan 2016 21:31:36 +0000 (22:31 +0100)]
Add i.mx specific layers to manifest

This patch adds the i.MX specific layers to the manifest file.
They are used to build AGL for i.MX6 boards
like the wandboard or similar.

Change-Id: Iae25b991d475ce321b4192cbac130ad389021c72
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
8 years agoUpdate manifest to use YP 2.0 jethro 91/5291/1
Jan-Simon Möller [Mon, 18 Jan 2016 13:10:05 +0000 (14:10 +0100)]
Update manifest to use YP 2.0 jethro

This patch updates the manifest file to use
the jethro version of the repositories:
- poky
- meta-openembedded
- meta-intel

It moves to YP 2.0 for the upcoming development cycle.

Change-Id: I1f1c5bed8e900b4fcc3f4cd2de5ed6f11a55b222
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
8 years agoSupport MinnowBoard MAX 77/5277/1
Tadao Tanikawa [Fri, 15 Jan 2016 12:10:38 +0000 (21:10 +0900)]
Support MinnowBoard MAX

MinnowBoard MAX requires 'meta-intel' layer of Yocto Project.

Use "intel-corei7-64" as MACHINE to configure for MinnowBoard MAX.

Change-Id: Ief2d7acfa4363aee42f09f1312de9f21b3ed8c20
Signed-off-by: Tadao Tanikawa <tanikawa.tadao@jp.panasonic.com>
8 years agoChange branch of meta-qt5 to jethro - master moved on already 25/4325/1
Jan-Simon Möller [Thu, 12 Nov 2015 16:04:07 +0000 (17:04 +0100)]
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>
8 years ago[RFC - please comment] track stable branches instead of hashes. 87/4187/2
Jan-Simon Möller [Tue, 27 Oct 2015 23:36:46 +0000 (00:36 +0100)]
[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>
8 years agoFix review line in default.xml as ssh is not supported by repo. 81/4181/2
Jan-Simon Möller [Tue, 27 Oct 2015 21:14:39 +0000 (22:14 +0100)]
Fix review line in default.xml as ssh is not supported by repo.

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>
8 years agoAdd .gitreview template. 67/4167/1
Jan-Simon Möller [Tue, 27 Oct 2015 19:57:50 +0000 (20:57 +0100)]
Add .gitreview template.

Change-Id: I0fa446e6b14dc94194eacd3b4c84f6bbf2f3794d
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
8 years agoSupport repo upload for meta-agl/meta-agl-demo 39/4139/1
Tadao Tanikawa [Wed, 21 Oct 2015 04:08:24 +0000 (13:08 +0900)]
Support repo upload for meta-agl/meta-agl-demo

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>
8 years agoRemove unused symbolic links 25/4125/1
Tadao Tanikawa [Tue, 13 Oct 2015 09:02:07 +0000 (18:02 +0900)]
Remove unused symbolic links

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>
8 years agoAdd default manifest to pull HEAD of AGL Distribution 11/4111/1
Tadao Tanikawa [Fri, 2 Oct 2015 08:28:49 +0000 (17:28 +0900)]
Add default manifest to pull HEAD of AGL Distribution

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>
8 years agoInitial empty repository
Jan-Simon Moeller [Thu, 1 Oct 2015 13:39:31 +0000 (13:39 +0000)]
Initial empty repository