diff options
author | Dan McGregor <dan.mcgregor@usask.ca> | 2018-10-17 15:22:34 -0600 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-10-18 23:26:35 +0100 |
commit | 71677b7435954d0462c112592a5fdc249a9488a7 (patch) | |
tree | cbba08e849f701b1e502dc9ff7d2f524b1ed7bc0 /meta/recipes-kernel/kmod | |
parent | 82cd4da67fdeff59ccac1e868cca313e1082f08f (diff) | |
download | poky-71677b7435954d0462c112592a5fdc249a9488a7.tar.gz |
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.
(From OE-Core rev: b17ae3e13dea4b12f1720170237142e04d5ab578)
Signed-off-by: Dan McGregor <dan.mcgregor@usask.ca>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-kernel/kmod')
-rw-r--r-- | meta/recipes-kernel/kmod/kmod_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
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() { | |||
39 | 39 | ||
40 | inherit update-alternatives bash-completion | 40 | inherit update-alternatives bash-completion |
41 | 41 | ||
42 | ALTERNATIVE_PRIORITY = "60" | 42 | ALTERNATIVE_PRIORITY = "70" |
43 | 43 | ||
44 | ALTERNATIVE_kmod = "insmod modprobe rmmod modinfo bin-lsmod lsmod depmod" | 44 | ALTERNATIVE_kmod = "insmod modprobe rmmod modinfo bin-lsmod lsmod depmod" |
45 | 45 | ||