diff options
author | Scott Murray <scott.murray@konsulko.com> | 2024-01-30 12:06:27 -0500 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2024-02-02 12:17:55 +0000 |
commit | 57d9a8c5afdefbcc1b66ccefc04aa366820f6650 (patch) | |
tree | 557dbded26c0c4a9314417a94321b46b0b7af859 /default.xml | |
parent | 38af21bc835a53d3ba7ef9a23850382b21a1e12f (diff) |
Update Rust mixin layer
Switch from kirkstone/rust-1.68 branch in meta-lts-mixin to new
kirkstone/rust-1.70 branch to future proof building the KUKSA.val
databroker and the various vhost device backends. The target
directory in external has been changed to drop the version number
so that the configuration template will not need to be changed
again if for some reason we do need to do another bump.
Bug-AGL: SPEC-5060
Change-Id: Id3d6c3556bb1fc3dc0aad2db4ab35b44b5bbe571
Signed-off-by: Scott Murray <scott.murray@konsulko.com>
Diffstat (limited to 'default.xml')
-rw-r--r-- | default.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/default.xml b/default.xml index 883ff928..17889f5c 100644 --- a/default.xml +++ b/default.xml @@ -31,7 +31,7 @@ <!-- Yocto/OpenEmbedded things. --> <project name="poky" path="external/poky" remote="yocto" revision="755632c2fcab43aa05cdcfa529727064b045073c" upstream="kirkstone" /> <project name="openembedded/meta-openembedded" path="external/meta-openembedded" remote="github" revision="402affcc073db39f782c1ebfd718edd5f11eed4c" upstream="kirkstone" /> - <project name="meta-lts-mixins" path="external/meta-lts-mixins_rust-1.68" remote="yocto" revision="6b3a208f7e14138728a6e581ac75e8973ab48ef3" upstream="kirkstone/rust-1.68" /> + <project name="meta-lts-mixins" path="external/meta-lts-mixins_rust" remote="yocto" revision="1a4a2bb94f115ba240adbe53280f8ef71f5739d0" upstream="kirkstone/rust-1.70" /> <!-- UPSTREAM COMPONENTS --> |