diff options
author | Denys Dmytriyenko <denys@konsulko.com> | 2023-01-06 19:08:53 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denys@konsulko.com> | 2023-01-06 19:08:53 +0000 |
commit | ce589a3d1230646f597dd89bc81e9f077a59af6a (patch) | |
tree | 212fcdf26ce24f6144fb96120d285a5c230402e6 | |
parent | f7982dff847a95aa32f7808ffa47a5238eb46d45 (diff) |
Update to YP 4.0.6
* Update poky to the yocto-4.0.6 revision.
* Also uprev the following layers:
** meta-openembedded
** meta-virtualization
** meta-qt5
** meta-clang
Bug-AGL: SPEC-4668
Signed-off-by: Denys Dmytriyenko <denys@konsulko.com>
Change-Id: Ie74fc5e14aa5baad8d7d11c74975330079525cb7
-rw-r--r-- | default.xml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/default.xml b/default.xml index 3b8bacb4..d6b5d3fb 100644 --- a/default.xml +++ b/default.xml @@ -29,17 +29,17 @@ <!-- YOCTO & OE --> <!-- Yocto/OpenEmbedded things. --> - <project name="poky" path="external/poky" remote="yocto" revision="2e79b199114b25d81bfaa029ccfb17676946d20d" upstream="kirkstone" /> - <project name="openembedded/meta-openembedded" path="external/meta-openembedded" remote="github" revision="50d4a8d2a983a68383ef1ffec2c8e21adf0c1a79" upstream="kirkstone" /> + <project name="poky" path="external/poky" remote="yocto" revision="c4e08719a782fd4119eaf643907b80cebf57f88f" upstream="kirkstone" /> + <project name="openembedded/meta-openembedded" path="external/meta-openembedded" remote="github" revision="a8055484f2829e8dfd03d5c8520b2c611aa7ebd2" upstream="kirkstone" /> <!-- UPSTREAM COMPONENTS --> <!-- meta-virtualization --> - <project name="meta-virtualization" path="external/meta-virtualization" remote="yocto" revision="9482648daf0bb42ff3475e7892542cf99f3b8d48" upstream="kirkstone"/> + <project name="meta-virtualization" path="external/meta-virtualization" remote="yocto" revision="927537108bcf2b98859512ce3eae59a73439994d" upstream="kirkstone"/> <!-- Qt things --> - <project name="meta-qt5/meta-qt5" path="external/meta-qt5" remote="github" revision="5b71df60e523423b9df6793de9387f87a149ac42" upstream="kirkstone"/> + <project name="meta-qt5/meta-qt5" path="external/meta-qt5" remote="github" revision="44d44933200287f7d17cf6981af4b4a0961c308d" upstream="kirkstone"/> <!-- Security layer --> <project name="meta-security" path="external/meta-security" remote="yocto" revision="c79262a30bd385f5dbb009ef8704a1a01644528e" upstream="kirkstone"/> @@ -54,7 +54,7 @@ <project name="meta-spdxscanner" path="external/meta-spdxscanner" remote="yocto" revision="25373bc58ece8b6f07680a103b4a1bbbc99e0db1" upstream="master"/> <!-- clang support --> - <project name="kraj/meta-clang" path="external/meta-clang" remote="github" revision="c728c3f9168c8a4ed05163a51dd48ca1ad8ac21d" upstream="kirkstone"/> + <project name="kraj/meta-clang" path="external/meta-clang" remote="github" revision="bc8388c622c62cde24512d5b4473ede1f5710348" upstream="kirkstone"/> <!-- 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="f02882e2aa9279ca7becca8d0cedbffe88b5a253" upstream="kirkstone" /> |