summaryrefslogtreecommitdiffstats
path: root/default-floating.xml
diff options
context:
space:
mode:
authorScott Murray <scott.murray@konsulko.com>2020-05-21 11:15:35 -0400
committerScott Murray <scott.murray@konsulko.com>2020-05-21 11:15:35 -0400
commit466bdc64e9832766c1e5b49848bcb317e4cece77 (patch)
tree4c012023898bdfaf7f0126fd5334989c390478d9 /default-floating.xml
parentfaaf099a8235f63878b42d783ae7354074f19f85 (diff)
More dunfell branch updates
Switch meta-arm and meta-qcom to their dunfell branches now that they are available. Also fixed typo in a recently added comment. Bug-AGL: SPEC-3302 Signed-off-by: Scott Murray <scott.murray@konsulko.com> Change-Id: I15cd4fa42035fd92f164fe90a8833a8f43ed5fa4
Diffstat (limited to 'default-floating.xml')
-rw-r--r--default-floating.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/default-floating.xml b/default-floating.xml
index 6320118b..805fb168 100644
--- a/default-floating.xml
+++ b/default-floating.xml
@@ -71,7 +71,7 @@
<!-- clang support -->
<project name="kraj/meta-clang" path="external/meta-clang" remote="github" revision="master"/>
- <!-- meta-python2 as stop-gap to allow chromium to build until upstream fixed the dependencies" -->
+ <!-- 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" />
<!-- BSPs -->
@@ -89,14 +89,14 @@
<project name="Freescale/meta-freescale-3rdparty" path="bsp/meta-freescale-3rdparty" remote="github" revision="dunfell"/>
<!-- TI Vayu / Jacinto 6 / DRA7 -->
- <project name="meta-arm" path="bsp/meta-arm" remote="yocto" revision="master"/>
+ <project name="meta-arm" path="bsp/meta-arm" remote="yocto" revision="dunfell"/>
<project name="meta-ti" path="bsp/meta-ti" remote="yocto" revision="dunfell"/>
<!-- Raspberry Pi 3, 3B+, and 4 -->
<project name="meta-raspberrypi" path="bsp/meta-raspberrypi" remote="yocto" revision="dunfell"/>
<!-- DragonBoard 410c specific things -->
- <project name="meta-qcom" path="bsp/meta-qcom" remote="yocto" revision="master"/>
+ <project name="meta-qcom" path="bsp/meta-qcom" remote="yocto" revision="dunfell"/>
<!-- Altera SOCFPGA platform -->
<!-- https://github.com/kraj/meta-altera -->