diff options
-rw-r--r-- | default-floating.xml | 3 | ||||
-rw-r--r-- | default.xml | 3 |
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 --> |