summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorShankho Boron Ghosh <shankhoghosh123@gmail.com>2021-08-23 19:31:18 +0530
committerShankho Boron Ghosh <shankhoghosh123@gmail.com>2021-08-23 19:31:18 +0530
commitf2d439c576a19725adf0891406407898e896fc8a (patch)
tree3d9a5d4ee25d403721c28b7581780132bf456a4d
parent0e814c4eac953a65edddbe99698c159c46e749f3 (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
-rw-r--r--default-floating.xml3
-rw-r--r--default.xml3
2 files changed, 6 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 -->
diff --git a/default.xml b/default.xml
index 1472dcf6..449cb6bd 100644
--- a/default.xml
+++ b/default.xml
@@ -68,6 +68,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="b901080cf57d9a7f5476ab4d96e56c30db8170a8" upstream="dunfell" />
+ <!-- meta-ros layer -->
+ <project name="ros/meta-ros" path="external/meta-ros" remote="github" revision="7ded597103e8e54ffa979d042cdbbedb76ff7cb5" upstream="dunfell"/>
+
<!-- BSPs -->
<!-- Renesas Gen3 specific things -->