mirror of
https://github.com/lwfinger/rtl8188eu.git
synced 2024-11-25 14:03:40 +00:00
Yocto: Added bitbake recipe
This commit is contained in:
parent
d1e206d2c5
commit
26cb6f682b
1 changed files with 22 additions and 0 deletions
22
meta-yocto/recipes-connectivity/rtl8188eu/rtl8188eu_4.1.8.bb
Normal file
22
meta-yocto/recipes-connectivity/rtl8188eu/rtl8188eu_4.1.8.bb
Normal file
|
@ -0,0 +1,22 @@
|
||||||
|
SUMMARY = "Realtek rtl8188eu driver"
|
||||||
|
DESCRIPTION = "lwfinger's rtl8188eu driver that enables AP mode support"
|
||||||
|
AUTHOR = "Yevhen Fastiuk <yevfast@gmail.com>"
|
||||||
|
SECTION = "Connectivity"
|
||||||
|
LICENSE = "GPLv2"
|
||||||
|
LIC_FILES_CHKSUM = "file://COPYING;md5=d7810fab7487fb0aad327b76f1be7cd7"
|
||||||
|
|
||||||
|
inherit module
|
||||||
|
|
||||||
|
S = "${WORKDIR}/git"
|
||||||
|
|
||||||
|
SRCREV = "${AUTOREV}"
|
||||||
|
SRC_URI = "git://github.com/lwfinger/rtl8188eu.git;branch=v4.1.8_9499"
|
||||||
|
|
||||||
|
RTLWIFI = "${base_libdir}/firmware/rtlwifi"
|
||||||
|
|
||||||
|
do_install_append() {
|
||||||
|
install -d ${D}/${RTLWIFI}
|
||||||
|
install -m 0755 ${S}/rtl8188eufw.bin ${D}/${RTLWIFI}/
|
||||||
|
}
|
||||||
|
|
||||||
|
FILES_${PN} += "${RTLWIFI}/*"
|
Loading…
Reference in a new issue