summaryrefslogtreecommitdiff
path: root/prism54/prism54-firmware_1.0.4.3.oe
blob: 03204d24203b230ab1a1013576946602d0dfa43c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
DESCRIPTION = "Firmware for the Prism54 driver"
SECTION = "base"
PRIORITY = "optional"
MAINTAINER = "Bruno Randolf <bruno.randolf@4g-systems.biz>"
LICENSE = "unknown"

SRC_URI = "http://prism54.org/~mcgrof/firmware/${PV}.arm"

S = "${WORKDIR}/prism54.org"

do_install() {
	install -d ${D}/usr/lib/hotplug/firmware/
	install -m 0644 ${PV}.arm ${D}/usr/lib/hotplug/firmware/
}

FILES_${PN} = "/usr/lib/hotplug/firmware/"