diff options
author | Shankho Boron Ghosh <shankhoghosh123@gmail.com> | 2021-08-23 19:31:18 +0530 |
---|---|---|
committer | Shankho Boron Ghosh <shankhoghosh123@gmail.com> | 2021-08-23 19:31:18 +0530 |
commit | f2d439c576a19725adf0891406407898e896fc8a (patch) | |
tree | 3d9a5d4ee25d403721c28b7581780132bf456a4d /default-floating.xml | |
parent | 0e814c4eac953a65edddbe99698c159c46e749f3 (diff) |
Add meta-ros layer as external dependency
meta-ros dunfell branch
Last commit : https://github.com/ros/meta-ros/commit/7ded597103e8e54ffa979d042cdbbedb76ff7cb5
Signed-off-by: Shankho Boron Ghosh <shankhoghosh123@gmail.com>
Change-Id: I2c670560e991b0ecfd65cb2508f049de341b8885
Diffstat (limited to 'default-floating.xml')
-rw-r--r-- | default-floating.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/default-floating.xml b/default-floating.xml index 390bc7a8..a48b6a61 100644 --- a/default-floating.xml +++ b/default-floating.xml @@ -69,6 +69,9 @@ <!-- meta-python2 as stop-gap to allow chromium to build until upstream fixes the dependencies --> <project name="meta-python2" path="external/meta-python2" remote="openembedded" revision="dunfell" /> + <!-- meta-ros layer --> + <project name="ros/meta-ros" path="external/meta-ros" remote="github" upstream="dunfell"/> + <!-- BSPs --> <!-- Renesas Gen3 specific things --> |