diff options
author | Jan-Simon Möller <jsmoeller@linuxfoundation.org> | 2018-07-13 16:53:50 +0200 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2018-07-18 07:34:48 +0000 |
commit | f66417854176c4edc0dfa81ed12adaa3c23ba643 (patch) | |
tree | 4aff826875376e17c10a7d8bbba7f55160c93aa1 /default.xml | |
parent | a29dc94b02453ef692208fe0564d91fbbd305574 (diff) |
Minor formatting in default repo files
Change-Id: Ie106840bf91660b67297af0a065245113fe76fcd
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
Diffstat (limited to 'default.xml')
-rw-r--r-- | default.xml | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/default.xml b/default.xml index f83981c4..0721dbc5 100644 --- a/default.xml +++ b/default.xml @@ -7,10 +7,8 @@ pushurl="ssh://gerrit.automotivelinux.org:29418" /> - <remote name="yocto" - fetch="git://git.yoctoproject.org/" /> - <remote name="openembedded" - fetch="git://git.openembedded.org/" /> + <remote name="yocto" fetch="git://git.yoctoproject.org/" /> + <remote name="openembedded" fetch="git://git.openembedded.org/" /> <!-- meta-updater --> <!-- freescale bsp --> <!-- 01.org --> <remote name="github" fetch="https://github.com/" /> @@ -18,9 +16,7 @@ <!-- meta-qt5 --> <remote name="qt.io" fetch="git://code.qt.io/" /> - <default revision="master" - remote="agl" - sync-j="4" /> + <default remote="agl" sync-j="4" revision="master"/> <!-- AGL things. --> <project name="AGL/meta-agl" path="meta-agl" /> |