diff options
author | Scott Murray <scott.murray@konsulko.com> | 2021-07-08 20:09:33 -0400 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2021-07-21 15:42:45 +0000 |
commit | 3e055c7ad1d50dcc49d68bbc018c795f8fa1c2d4 (patch) | |
tree | c8158962d4de4c3d80959e066bc7a97f4cc17da9 /default.xml | |
parent | ded29c12c9fc5be04105ff4f27ba696bee69ab53 (diff) |
Update to YP 3.1.9
Update poky to the yocto-3.1.9 revision, and also uprev the
meta-openembedded, meta-virtualization, and meta-python2 layers to
pick up latest dunfell fixes. Additionally, the meta-raspberrypi
BSP layer has been updated to pick its latest fixes and kernel
updates.
Bug-AGL: SPEC-4017
Signed-off-by: Scott Murray <scott.murray@konsulko.com>
Change-Id: I7794ec92d566806457f9be6c7c0a0760b5035159
(cherry picked from commit 90a4db2f6182bdd746531642709d78e798c00e7d)
Diffstat (limited to 'default.xml')
-rw-r--r-- | default.xml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/default.xml b/default.xml index d00ad670..9ee5c054 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="6ebb33bdaccaeadff0c85aab27acf35723df00d8" upstream="dunfell" /> + <project name="poky" path="external/poky" remote="yocto" revision="43060f59ba60a0257864f1f7b25b51fac3f2d2cf" 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="11eae114522a6befa06c7f4021a83bc016133543" upstream="dunfell" /> + <project name="openembedded/meta-openembedded" path="external/meta-openembedded" remote="github" revision="c38d2a74f762a792046f3d3c377827b08aade513" upstream="dunfell" /> <!-- UPSTREAM COMPONENTS --> <!-- meta-virtualization --> - <project name="meta-virtualization" path="external/meta-virtualization" remote="yocto" revision="8be0bc1480e649b2df5f9f8e87e01c5acbe61182" upstream="dunfell"/> + <project name="meta-virtualization" path="external/meta-virtualization" remote="yocto" revision="bf2930c69b163af0ece08cae2649afffa5b3e810" upstream="dunfell"/> <!-- Qt things --> <project name="meta-qt5/meta-qt5" path="external/meta-qt5" remote="github" revision="b4d24d70aca75791902df5cd59a4f4a54aa4a125" upstream="dunfell"/> @@ -66,7 +66,7 @@ <project name="kraj/meta-clang" path="external/meta-clang" remote="github" revision="e63d6f9abba5348e2183089d6ef5ea384d7ae8d8" upstream="dunfell"/> <!-- 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="6b3000729ce3424c2aa8a03cd46ef37b200d2fc1" upstream="dunfell" /> + <project name="meta-python2" path="external/meta-python2" remote="openembedded" revision="b901080cf57d9a7f5476ab4d96e56c30db8170a8" upstream="dunfell" /> <!-- BSPs --> @@ -84,7 +84,7 @@ <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="77190af02d48adc2b28216775e6318e9eeda571c" upstream="dunfell"/> + <project name="meta-raspberrypi" path="bsp/meta-raspberrypi" remote="yocto" revision="f0c75016f06c0395d1e76fde0ef1beb71eaf404a" upstream="dunfell"/> <!-- DragonBoard 410c specific things --> <project name="meta-qcom" path="bsp/meta-qcom" remote="yocto" revision="2778e164cd0427277e37fc03c8ed19179da1613b" upstream="dunfell"/> |