As followup of Harish Sadineni's RFC v4 series "Enable rust support for linux kernel" [0] (and to increase its test coverage), this series add support for out-of-tree kernel module written in Rust as well as associated test.
[0]: https://lists.openembedded.org/g/openembedded-core/message/226623 v1->v2: Fix tests: * maintainers.inc is not supposed to cover meta-skeleton => removed the patch adding myself as the new recipe maintainer * enabled meta-skeleton in the test Yoann Congal (5): kernel.bbclass: Copy include/config/auto.conf in STAGING_KERNEL_BUILDDIR kernel.bbclass: Export artifacts needed for out-of-tree Rust compilation module.bbclass: Prepare out-of-tree rust module compilation meta-skeleton: Add rust-out-of-tree-module recipe runtime_test: Add rust-out-of-tree selftest .../rust-out-of-tree-module_git.bb | 18 ++++++++++++++++++ meta/classes-recipe/kernel.bbclass | 19 +++++++++++++++++++ meta/classes-recipe/module.bbclass | 8 ++++++++ meta/lib/oeqa/selftest/cases/runtime_test.py | 12 +++++++++++- 4 files changed, 56 insertions(+), 1 deletion(-) create mode 100644 meta-skeleton/recipes-kernel/rust-out-of-tree-module/rust-out-of-tree-module_git.bb
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#227281): https://lists.openembedded.org/g/openembedded-core/message/227281 Mute This Topic: https://lists.openembedded.org/mt/116610371/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
