diff options
author | Jan-Simon Möller <jsmoeller@linuxfoundation.org> | 2016-04-12 18:29:51 +0200 |
---|---|---|
committer | Jan-Simon Möller <jsmoeller@linuxfoundation.org> | 2016-04-12 18:38:36 +0200 |
commit | 7de6abf2ec0c084b234a01c649acf833ddfaa99c (patch) | |
tree | 4df5962c315621973202ede66f2130b87078d4a8 | |
parent | 73d669683dc94dceb074d5977467beee53de4541 (diff) |
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>
-rw-r--r-- | default.xml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/default.xml b/default.xml index d6a08bed..16b54d96 100644 --- a/default.xml +++ b/default.xml @@ -13,6 +13,7 @@ <remote name="qt5" fetch="https://github.com/meta-qt5/" /> + <!-- freescale bsp --> <remote name="freescale" fetch="https://github.com/Freescale/" /> @@ -41,4 +42,10 @@ <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" /> + <!-- ti vayu / jacinto 6 / DRA7 --> + <project name="meta-ti" path="meta-ti" remote="yocto" revision="master" /> + + <!-- iotivity --> + <project name="meta-oic" path="meta-oic" remote="yocto" revision="1.0.1" /> + </manifest> |