From: Dan McGregor Date: Wed, 17 Oct 2018 21:22:34 +0000 (-0600) Subject: kmod: bump alternative priority X-Git-Tag: uninative-2.3~22 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=b17ae3e13dea4b12f1720170237142e04d5ab578;p=openembedded-core.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 b25679359b..bd21d2ff73 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"