diff options
author | Scott Murray <scott.murray@konsulko.com> | 2023-05-12 15:40:46 -0400 |
---|---|---|
committer | Scott Murray <scott.murray@konsulko.com> | 2023-05-12 19:42:45 +0000 |
commit | 83f3b4913659d30b27ed3f06aa4da57ae232faa9 (patch) | |
tree | c0773f10457dbeb0ca98b6e5a3ebe49ff9692d9b /default.xml | |
parent | 576fa8824e91d04d992d384c5bdb5ba09c65da31 (diff) |
Add Kirkstone Rust 1.68 mixin layer
Add a checkout of the kirkstone/rust-1.68 branch of the Yocto
Project's meta-lts-mixins repository under the external hierarchy.
It provides the newer Rust toolchain required for building the
KUKSA.val databroker.
Bug-AGL: SPEC-4762
Change-Id: I0e76512150285f17478a9670f8047fe80c56afba
Signed-off-by: Scott Murray <scott.murray@konsulko.com>
Diffstat (limited to 'default.xml')
-rw-r--r-- | default.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/default.xml b/default.xml index 5b5295f8..8c8f8798 100644 --- a/default.xml +++ b/default.xml @@ -31,6 +31,7 @@ <!-- Yocto/OpenEmbedded things. --> <project name="poky" path="external/poky" remote="yocto" revision="09def309f91929f47c6cce386016ccb777bd2cfc" upstream="kirkstone" /> <project name="openembedded/meta-openembedded" path="external/meta-openembedded" remote="github" revision="571e36e20e9d1f27af0eb4545291beeb64f280e2" upstream="kirkstone" /> + <project name="meta-lts-mixins" path="external/meta-lts-mixins_rust-1.68" remote="yocto" revision="feed1bb0eb4aefb701d582156d7defb0c1fc0473" upstream="kirkstone/rust-1.68" /> <!-- UPSTREAM COMPONENTS --> |