meta-pinecube-bsp/recipes-kernel/kernel-modules/kernel-module-8189es_git.bb

22 lines
607 B
BlitzBasic

SUMMARY = "Realtek RTL8189ES wireless driver module"
# TODO: The repo doesn't specify a license, however source files suggest GPLv2
LICENSE = "CLOSED"
SRC_URI = "git://github.com/jwrdegoede/rtl8189ES_linux.git;protocol=https;branch=master"
SRCREV = "05996691a5f3a61968a83f8b368454fd2c6885ca"
S = "${WORKDIR}/git"
PV = "git${SRCREV}"
DEPENDS = "virtual/kernel"
inherit module
EXTRA_OEMAKE = "ARCH=${ARCH}"
EXTRA_OEMAKE += "KSRC=${STAGING_KERNEL_BUILDDIR}"
do_install() {
install -d ${D}lib/modules/${KERNEL_VERSION}
install -m 0755 ${B}/8189es.ko ${D}lib/modules/${KERNEL_VERSION}/8192eu.ko
}