diff options
author | Jan-Simon Möller <jsmoeller@linuxfoundation.org> | 2016-01-18 22:31:36 +0100 |
---|---|---|
committer | Jan-Simon Möller <jsmoeller@linuxfoundation.org> | 2016-01-18 22:35:21 +0100 |
commit | 73d669683dc94dceb074d5977467beee53de4541 (patch) | |
tree | efe2b2abf48f32ecca733b5ffabf6598ff189670 /default.xml | |
parent | 86a3efb70f1bf693f6e2cf12482798429437cccd (diff) |
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>
Diffstat (limited to 'default.xml')
-rw-r--r-- | default.xml | 13 |
1 files changed, 10 insertions, 3 deletions
diff --git a/default.xml b/default.xml index fa21afc6..d6a08bed 100644 --- a/default.xml +++ b/default.xml @@ -6,13 +6,16 @@ review="https://gerrit.automotivelinux.org/gerrit/" /> - <remote name="poky" + <remote name="yocto" fetch="git://git.yoctoproject.org/" /> <remote name="openembedded" fetch="git://git.openembedded.org/" /> <remote name="qt5" fetch="https://github.com/meta-qt5/" /> + <remote name="freescale" + fetch="https://github.com/Freescale/" /> + <default revision="master" remote="agl" sync-j="4" /> @@ -22,7 +25,7 @@ <project name="AGL/meta-agl-demo" path="meta-agl-demo" /> <!-- Yocto/OpenEmbedded things. --> - <project name="poky" path="poky" remote="poky" revision="jethro" /> + <project name="poky" path="poky" remote="yocto" revision="jethro" /> <project name="meta-openembedded" path="meta-openembedded" remote="openembedded" revision="jethro" /> <!-- Qt things --> <!-- meta-qt5 has qt5.5.x in branch jethro --> @@ -32,6 +35,10 @@ <project name="AGL/meta-renesas" path="meta-renesas" revision="agl-1.0-bsp-1.8.0" /> <!-- MinnowBoard MAX specific things --> - <project name="meta-intel" path="meta-intel" remote="poky" revision="jethro" /> + <project name="meta-intel" path="meta-intel" remote="yocto" revision="jethro" /> + + <!-- i.MX6 / e.g. wandboard specific things --> + <project name="meta-fsl-arm" path="meta-fsl-arm" remote="yocto" revision="jethro" /> + <project name="meta-fsl-arm-extra" path="meta-fsl-arm-extra" remote="freescale" revision="jethro" /> </manifest> |