summaryrefslogtreecommitdiffstats
path: root/default-floating.xml
diff options
context:
space:
mode:
authorScott Murray <scott.murray@konsulko.com>2022-04-29 18:01:29 -0400
committerScott Murray <scott.murray@konsulko.com>2022-04-29 18:01:29 -0400
commit888e9af2f0a8adef132584b5728736195b516deb (patch)
tree43ac1f3e2aeafcb001712db269f0ef2943c222de /default-floating.xml
parentff15c49b626c85b8586016ba751285fb5a714c3e (diff)
Post YP 4.0/kirkstone upgrade updates
Changes: - Switch meta-openembedded, meta-qt5, meta-python2, meta-arm, and meta-raspberrypi to their recently added kirkstone branches. - Update poky to a commit that includes the tagged 4.0 commit plus some of the post-release documentation fixes as well as some other minor fixes. The fixes to handle the change in git behavior on the build host with respect to the fix for CVE-2022-24765 are queued upstream, another update will needed next week to get them when they land. - Update meta-virtualization to latest master commit to pick up some Xen updates. A kirkstone branch should be coming for it soon, as upstream discussion indicates these changes were partly gating it. - Update meta-ti to latest master commit. One of the maintainers has indicated a kirkstone branch should be coming early next week. Bug-AGL: SPEC-4343 Signed-off-by: Scott Murray <scott.murray@konsulko.com> Change-Id: Ifc433115bdf57963554be5045c097aceb340e092
Diffstat (limited to 'default-floating.xml')
-rw-r--r--default-floating.xml10
1 files changed, 5 insertions, 5 deletions
diff --git a/default-floating.xml b/default-floating.xml
index 0cbab1b8..5dea9b55 100644
--- a/default-floating.xml
+++ b/default-floating.xml
@@ -32,7 +32,7 @@
<!-- Yocto/OpenEmbedded things. -->
<project name="poky" path="external/poky" remote="yocto" revision="kirkstone" />
<project name="meta-gplv2" path="external/meta-gplv2" remote="yocto" revision="kirkstone" />
- <project name="openembedded/meta-openembedded" path="external/meta-openembedded" remote="github" revision="master" />
+ <project name="openembedded/meta-openembedded" path="external/meta-openembedded" remote="github" revision="kirkstone" />
<!-- UPSTREAM COMPONENTS -->
@@ -41,7 +41,7 @@
<project name="meta-virtualization" path="external/meta-virtualization" remote="yocto" revision="master"/>
<!-- Qt things -->
- <project name="meta-qt5/meta-qt5" path="external/meta-qt5" remote="github" revision="master"/>
+ <project name="meta-qt5/meta-qt5" path="external/meta-qt5" remote="github" revision="kirkstone"/>
<!-- Security layer -->
<project name="meta-security" path="external/meta-security" remote="yocto" revision="kirkstone"/>
@@ -56,7 +56,7 @@
<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 fixes the dependencies -->
- <project name="meta-python2" path="external/meta-python2" remote="openembedded" revision="master" />
+ <project name="meta-python2" path="external/meta-python2" remote="openembedded" revision="kirkstone" />
<!-- meta-ros layer -->
<project name="ros/meta-ros" path="external/meta-ros" remote="github" revision="dunfell"/>
@@ -76,11 +76,11 @@
<project name="Freescale/meta-freescale-3rdparty" path="bsp/meta-freescale-3rdparty" remote="github" revision="master"/>
<!-- 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="kirkstone"/>
<project name="meta-ti" path="bsp/meta-ti" remote="yocto" revision="master"/>
<!-- Raspberry Pi 3, 3B+, and 4 -->
- <project name="meta-raspberrypi" path="bsp/meta-raspberrypi" remote="yocto" revision="master"/>
+ <project name="meta-raspberrypi" path="bsp/meta-raspberrypi" remote="yocto" revision="kirkstone"/>
<!-- DragonBoard 410c specific things -->
<project name="meta-qcom" path="bsp/meta-qcom" remote="yocto" revision="master"/>