diff options
author | Denys Dmytriyenko <denys@konsulko.com> | 2023-09-30 15:58:19 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denys@konsulko.com> | 2023-09-30 15:58:19 +0000 |
commit | 7a6fb0b0279b1d61564a3f27d58f122d63c677d5 (patch) | |
tree | 6b346c431b51f01883d5e558a47880840b3f30bf | |
parent | c6b039aa20ae0c9860c5df18d92e66e67948a247 (diff) |
Update to YP 3.1.28
* Update poky to the yocto-3.1.28 revision.
* Also uprev the following layers:
** meta-openembedded
** meta-virtualization
Basic testing has been performed on these platforms:
* qemux86-64
* h3ulcb
* qemuarm
* qemuarm64
* raspberrypi4
* bbe
Bug-AGL: SPEC-4920
Signed-off-by: Denys Dmytriyenko <denys@konsulko.com>
Change-Id: I4963430adeed6fddc5087590e6d1fc1a2c636f7e
-rw-r--r-- | default.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/default.xml b/default.xml index 241468d4..15550547 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="32da5ee9519119a16392acba29f9df4720a55c0f" upstream="dunfell" /> + <project name="poky" path="external/poky" remote="yocto" revision="926eb08fe325e2ea13098f99d920840b9354ceb9" 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="b8b0b06821d4d4df0cce4f07fa31a8ca1dd38f46" upstream="dunfell" /> + <project name="openembedded/meta-openembedded" path="external/meta-openembedded" remote="github" revision="e42d1e758f9f08b98c0e8c6f0532316951bb276f" upstream="dunfell" /> <!-- UPSTREAM COMPONENTS --> <!-- meta-virtualization --> - <project name="meta-virtualization" path="external/meta-virtualization" remote="yocto" revision="521459bf588435e847d981657485bae8d6f003b5" upstream="dunfell"/> + <project name="meta-virtualization" path="external/meta-virtualization" remote="yocto" revision="0dbb8593fa38ac2a04fcac04ff3e35611e849824" upstream="dunfell"/> <!-- Qt things --> <project name="meta-qt5/meta-qt5" path="external/meta-qt5" remote="github" revision="5ef3a0ffd3324937252790266e2b2e64d33ef34f" upstream="dunfell"/> |