diff options
author | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2021-11-17 14:33:17 +0100 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2021-11-17 15:09:32 +0000 |
commit | 2f741872162fbf841e6ab18ed83ae1c47a93ad39 (patch) | |
tree | d4c3cd6eaff2ec7c645a2665142ea425ed3f5e1a /default.xml | |
parent | ac2f81c0a94949dd360c6cfaf1e2c6f2592203dd (diff) |
Pull down meta-flutter as external repository
Add github.com/meta-flutter/meta-flutter as external repository for use
by the meta-agl-flutter integration.
Bug-AGL: SPEC-3852
Signed-off-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
Change-Id: I57f85a3d66d6416e6d6e7ce9f513fbf3dd4ecaa3
Diffstat (limited to 'default.xml')
-rw-r--r-- | default.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/default.xml b/default.xml index f665377a..952574ac 100644 --- a/default.xml +++ b/default.xml @@ -71,6 +71,9 @@ <!-- meta-ros layer --> <project name="ros/meta-ros" path="external/meta-ros" remote="github" revision="7ded597103e8e54ffa979d042cdbbedb76ff7cb5" upstream="dunfell"/> + <!-- meta-flutter --> + <project name="meta-flutter/meta-flutter" path="external/meta-flutter" remote="github" revision="982f2d552bb21c73ec1aa5fe7750287bae34e6ad" upstream="dunfell"/> + <!-- BSPs --> <!-- Renesas Gen3 specific things --> |