]> code.ossystems Code Review - openembedded-core.git/commitdiff
kmod: bump alternative priority
authorDan McGregor <dan.mcgregor@usask.ca>
Wed, 17 Oct 2018 21:22:34 +0000 (15:22 -0600)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 18 Oct 2018 15:47:59 +0000 (16:47 +0100)
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@usask.ca>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-kernel/kmod/kmod_git.bb

index b25679359ba11484bd1b2b045bf4b8744a9515b0..bd21d2ff7318fe3c3000176d8dee043ce29f7275 100644 (file)
@@ -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"