mirror of
https://git.yoctoproject.org/poky
synced 2026-06-01 00:59:48 +00:00
kmod: Add recipes
kmod is replacement for module-init-tools (From OE-Core rev: 716606f5446534e48b45fcc017e8bbdfe7f15e26) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
# Copyright (C) 2012 Khem Raj <raj.khem@gmail.com>
|
||||
# Released under the MIT license (see COPYING.MIT for the terms)
|
||||
|
||||
require kmod.inc
|
||||
inherit native
|
||||
|
||||
PR = "${INC_PR}.0"
|
||||
|
||||
do_install_append (){
|
||||
for tool in depmod insmod lsmod modinfo modprobe rmmod
|
||||
do
|
||||
ln -s kmod ${D}${bindir}/$tool
|
||||
done
|
||||
}
|
||||
Reference in New Issue
Block a user