diff options
author | Scott Murray <scott.murray@konsulko.com> | 2022-08-15 13:01:46 -0400 |
---|---|---|
committer | Scott Murray <scott.murray@konsulko.com> | 2022-08-15 13:01:46 -0400 |
commit | 683343960bca3588c52cd2b150c3149f5cbf0392 (patch) | |
tree | 905643cd18d5281efdd232c6628befc6244747da /default.xml | |
parent | e13e8fee16b30c464b29336ef50c99e205026abb (diff) |
Update to YP 3.1.18
Update poky to the yocto-3.1.18 revision, and also uprev the
meta-openembedded, meta-virtualization, meta-security, and meta-clang
layers to pick up the latest dunfell security and build fixes.
Additionally, the meta-freescale and meta-raspberrypi BSP layers have
been updated to pick up some fixes.
Bug-AGL: SPEC-4522
Signed-off-by: Scott Murray <scott.murray@konsulko.com>
Change-Id: Ia1ff15c8c93c8dfec3d179b32f596e8e9a4da152
Diffstat (limited to 'default.xml')
-rw-r--r-- | default.xml | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/default.xml b/default.xml index 373ac178..86f7206f 100644 --- a/default.xml +++ b/default.xml @@ -29,15 +29,15 @@ <!-- YOCTO & OE --> <!-- Yocto/OpenEmbedded things. --> - <project name="poky" path="external/poky" remote="yocto" revision="1e298a42223dd2628288b372caf66c52506a8081" upstream="dunfell" /> + <project name="poky" path="external/poky" remote="yocto" revision="d695bd0d3dc66f2111a25c6922f617be2d991071" upstream="dunfell" /> <project name="meta-gplv2" path="external/meta-gplv2" remote="yocto" revision="60b251c25ba87e946a0ca4cdc8d17b1cb09292ac" upstream="dunfell" /> - <project name="openembedded/meta-openembedded" path="external/meta-openembedded" remote="github" revision="deee226017877d51188e0a46f9e6b93c10ffbb34" upstream="dunfell" /> + <project name="openembedded/meta-openembedded" path="external/meta-openembedded" remote="github" revision="52cee67833d1975a5bd52e4556c4cd312425a017" upstream="dunfell" /> <!-- UPSTREAM COMPONENTS --> <!-- meta-virtualization --> - <project name="meta-virtualization" path="external/meta-virtualization" remote="yocto" revision="f6b88c1d2f515ffac90457c0d649d6c805fff736" upstream="dunfell"/> + <project name="meta-virtualization" path="external/meta-virtualization" remote="yocto" revision="a63a54df3170fed387f810f23cdc2f483ad587df" upstream="dunfell"/> <!-- Qt things --> <project name="meta-qt5/meta-qt5" path="external/meta-qt5" remote="github" revision="5ef3a0ffd3324937252790266e2b2e64d33ef34f" upstream="dunfell"/> @@ -76,15 +76,15 @@ <project name="AGL/meta-agl-refhw" path="bsp/meta-agl-refhw" /> <!-- consolidate on meta-freescale from git.yoctoproject.org --> - <project name="meta-freescale" path="bsp/meta-freescale" remote="yocto" revision="3dbca0ef2ae1ea3862e540c59ad77adbcb419d57" upstream="dunfell"/> - <project name="Freescale/meta-freescale-3rdparty" path="bsp/meta-freescale-3rdparty" remote="github" revision="c52f64973cd4043a5e8be1c7e29bb9690eb4c3e5" upstream="dunfell"/> + <project name="meta-freescale" path="bsp/meta-freescale" remote="yocto" revision="c4347b507c2ba0d7eb3917303f83631244bf5048" upstream="dunfell"/> + <project name="Freescale/meta-freescale-3rdparty" path="bsp/meta-freescale-3rdparty" remote="github" revision="88773cbb6367496b1a2ddca683afcd352be3cd58" upstream="dunfell"/> <!-- TI Vayu / Jacinto 6 / DRA7 --> <project name="meta-arm" path="bsp/meta-arm" remote="yocto" revision="5c09684863be8e803e3e987a5ce4940721c3f39a" upstream="dunfell"/> <project name="meta-ti" path="bsp/meta-ti" remote="yocto" revision="02a53f48b9bdb242185204610610f2209bc92ca6" upstream="dunfell"/> <!-- Raspberry Pi 3, 3B+, and 4 --> - <project name="meta-raspberrypi" path="bsp/meta-raspberrypi" remote="yocto" revision="934064a01903b2ba9a82be93b3f0efdb4543a0e8" upstream="dunfell"/> + <project name="meta-raspberrypi" path="bsp/meta-raspberrypi" remote="yocto" revision="2081e1bb9a44025db7297bfd5d024977d42191ed" upstream="dunfell"/> <!-- DragonBoard 410c specific things --> <project name="meta-qcom" path="bsp/meta-qcom" remote="yocto" revision="2778e164cd0427277e37fc03c8ed19179da1613b" upstream="dunfell"/> |