1
0
mirror of https://github.com/lxsang/meta-rpi-diya.git synced 2025-08-01 21:50:55 +02:00

initial commit

This commit is contained in:
Dany LE
2021-12-17 20:30:04 +01:00
commit 28c0bca1d6
110 changed files with 909 additions and 0 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -0,0 +1,15 @@
DESCRIPTION = "Wifi dongle firmware"
DEPENDS = ""
LICENSE="CLOSED"
LIC_FILES_CHKSUM=""
SRC_URI += "file://firmware"
FILES:${PN} += "/lib/firmware/*"
#FILES_${PN}-dev += "${libdir}/firmware/*"
do_install () {
install -d ${D}/lib/firmware/
cp -rf ${WORKDIR}/firmware/* ${D}/lib/firmware/
}