generic-poky/meta/recipes-kernel/kmod/kmod-native_git.bb
Cristiana Voicu 2acd6174de kmod: Update to Rev 16 via git
Two patches are not needed anymore, because the changes are
already upstream.

(From OE-Core rev: d0e52b125a58c0556087fcdf1673920e63573e7b)

Signed-off-by: Cristiana Voicu <cristiana.voicu@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2014-01-06 22:17:29 +00:00

19 lines
394 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
SRC_URI += "file://Change-to-calling-bswap_-instead-of-htobe-and-be-toh.patch \
"
do_install_append (){
for tool in depmod insmod lsmod modinfo modprobe rmmod
do
ln -s kmod ${D}${bindir}/$tool
done
}