]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
kmod: upgrade from 31 to 32
authorChen Qi <Qi.Chen@windriver.com>
Sun, 26 May 2024 04:43:48 +0000 (12:43 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 30 May 2024 08:04:11 +0000 (09:04 +0100)
commit99e0a6ed8a08faa86116fbb8989bbb234bd7fc53
treec40d459768aca099f69fd0c17cac54478e496a8c
parent5efe057e6cf0b5f217d9a5af0cec93b92435ad62
kmod: upgrade from 31 to 32

kmod now installs symlinks in 'make install'.
https://git.kernel.org/pub/scm/utils/kernel/kmod/kmod.git/commit/?
id=e98cef6f3f8cd6f8bfb26d147b2c209297453cca

Changes are made in do_install to ensure that we can to continue to
use sbin. This is because our kernel has: CONFIG_MODPROBE_PATH='/sbin/modprobe'.
We'll need to sync our kmod path settings with our kernel config. Otherwise,
things would fail. For example, libnl's some ptest cases fail.

Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-kernel/kmod/kmod_32.bb [moved from meta/recipes-kernel/kmod/kmod_31.bb with 95% similarity]