Files
meta-kineintercom/recipes-kernel/rtl8188eus-mod/rtl8188eus-mod_5.3.9.bb

20 lines
583 B
BlitzBasic

SUMMARY = "rtl8188eus external Linux kernel module"
DESCRIPTION = "${SUMMARY}"
LICENSE = "CLOSED"
inherit module
FILESEXTRAPATHS:prepend := "${THISDIR}/files:"
SRC_URI = "git://github.com/aircrack-ng/rtl8188eus.git;protocol=https;branch=v5.3.9 \
file://0001-makefile-rpi-config.patch \
"
SRCREV = "f8ead579311f7eb800e769a7fd216d0c5cb0c4a3"
S = "${WORKDIR}/git"
# The inherit of module.bbclass will automatically name module packages with
# "kernel-module-" prefix as required by the oe-core build environment.
RPROVIDES:${PN} += "kernel-module-rtl8188eus"