]> code.ossystems Code Review - openembedded-core.git/commit
kmod: merge target/native recipes
authorRoss Burton <ross@burtonini.com>
Mon, 20 Dec 2021 18:26:34 +0000 (18:26 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 21 Dec 2021 12:01:03 +0000 (12:01 +0000)
commit9abbf481438fba10a7512fb1ad1bff5d48e6fbdc
tree7314f702d929002ffa1ddc68438327b2e906827b
parentaf0f4c6f7769e9be64adddc29a3bc3fdb8cce389
kmod: merge target/native recipes

There's no good reason to keep separate target and native recipes for
kmod, so merge them into a single kmod_29.bb which uses class extension.

The symlinks are not created differently for target vs native builds, as
the native sbindir is in PATH.

Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/conf/distro/include/maintainers.inc
meta/recipes-kernel/kmod/kmod-native_git.bb [deleted file]
meta/recipes-kernel/kmod/kmod.inc [deleted file]
meta/recipes-kernel/kmod/kmod_29.bb [moved from meta/recipes-kernel/kmod/kmod_git.bb with 60% similarity]