linuxOS_PX30_CAR/yocto/poky/meta/recipes-kernel/kmod/kmod-native_git.bb
2026-01-20 14:00:13 +08:00

16 lines
300 B
BlitzBasic

# Copyright (C) 2012 Khem Raj <raj.khem@gmail.com>
# Released under the MIT license (see COPYING.MIT for the terms)
require kmod.inc
DEPENDS += "zlib-native"
inherit native
do_install:append (){
for tool in depmod insmod lsmod modinfo modprobe rmmod
do
ln -s kmod ${D}${bindir}/$tool
done
}