blob: 38b33b462e32f9471db2438a6b29db8fa3c4b0c7 (
plain)
1
2
3
4
5
6
7
8
9
10
|
LICENCE = "closed"
SRC_URI = "git://git.kernel.org/pub/scm/linux/kernel/git/dwmw2/linux-firmware.git;protocol=git"
S = "${WORKDIR}/git"
PACKAGES = "${PN}"
FILES_${PN} += "${base_libdir}/firmware"
PACKAGE_ARCH = "all"
|