[oe-commits] [openembedded-core] 11/14: kmod: bump alternative priority

git at git.openembedded.org git at git.openembedded.org
Thu Oct 18 10:06:25 UTC 2018


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master-next
in repository openembedded-core.

commit b3fa58801d4f5f28ea397d71bbbcab952d7d25ac
Author: Dan McGregor <dan.mcgregor at usask.ca>
AuthorDate: Wed Oct 17 15:22:34 2018 -0600

    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 <dan.mcgregor at usask.ca>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/recipes-kernel/kmod/kmod_git.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-kernel/kmod/kmod_git.bb b/meta/recipes-kernel/kmod/kmod_git.bb
index b256793..bd21d2f 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"
 

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list