diff options
author | Yannick Gicquel <yannick.gicquel@iot.bzh> | 2016-11-09 16:34:01 +0100 |
---|---|---|
committer | Yannick Gicquel <yannick.gicquel@iot.bzh> | 2016-11-09 16:37:07 +0100 |
commit | 155f29916b8dd15b8f99bde952d307a8562474ff (patch) | |
tree | a9a5262d482fb23155cd7a6e0545f7a884f9bf81 | |
parent | 886e24e11704ba58b6f2de16a3428e6b98717b78 (diff) |
default.xml: rcar-gen3 introduction
Change-Id: Ia177e6049adf1ea6f5719e2b5e8bfd5956822fea
Signed-off-by: Yannick Gicquel <yannick.gicquel@iot.bzh>
-rw-r--r-- | default.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/default.xml b/default.xml index 68fc1990..7bb60b02 100644 --- a/default.xml +++ b/default.xml @@ -41,6 +41,9 @@ <!-- Porter specific things. --> <project name="AGL/meta-renesas" path="meta-renesas" /> + <!-- Renesas Gen3 specific things --> + <project name="CogentEmbedded/meta-rcar" path="meta-rcar" remote="github" revision="v2.12.0" /> + <!-- MinnowBoard MAX specific things --> <project name="meta-intel" path="meta-intel" remote="yocto" revision="krogoth" /> |