From: Dan McGregor Date: Wed, 17 Oct 2018 21:22:34 +0000 (-0600) Subject: kmod: bump alternative priority X-Git-Tag: yocto-4.0~11908 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b17ae3e13dea4b12f1720170237142e04d5ab578;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git kmod: bump alternative priority toybox by default has a priority of 60, and busybox of 50. Bump kmod's priority so that it beats both toybox and busybox. Signed-off-by: Dan McGregor Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-kernel/kmod/kmod_git.bb b/meta/recipes-kernel/kmod/kmod_git.bb index b25679359ba..bd21d2ff731 100644 --- a/meta/recipes-kernel/kmod/kmod_git.bb +++ b/meta/recipes-kernel/kmod/kmod_git.bb @@ -39,7 +39,7 @@ do_compile_prepend() { inherit update-alternatives bash-completion -ALTERNATIVE_PRIORITY = "60" +ALTERNATIVE_PRIORITY = "70" ALTERNATIVE_kmod = "insmod modprobe rmmod modinfo bin-lsmod lsmod depmod"