]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
rust-target-config: Create new class to contain target json config generation
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 23 Jul 2022 12:41:38 +0000 (13:41 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 28 Jul 2022 10:07:11 +0000 (11:07 +0100)
commit3795285cbf362e13b8151bfdbe1bce999ac28641
treee572b448040bd6e75dbc4df72f02220aca71931a
parent0f83d959465e0d99f98ade6803281585931d1b02
rust-target-config: Create new class to contain target json config generation

Currently most of the rust recipes use this code but it is all piecemeal.
Turn the code into a class where things can start to be rationalised. Ultimately
some of the data and python code should be moved to a python library but one step
at a time.

No functionality changes.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/rust-target-config.bbclass [moved from meta/recipes-devtools/rust/rust-common.inc with 99% similarity]
meta/recipes-devtools/cargo/cargo-cross-canadian.inc
meta/recipes-devtools/rust/rust.inc