Skip to content

Commit 437df45

Browse files
committed
qps615-firmware: Add firmware recipe for QPS615 PCIe Ethernet
Add a recipe to fetch and install the QPS615 PCIe Ethernet switch firmware binary required by the TC956X host driver. Signed-off-by: Mohd Ayaan Anwar <mohd.anwar@oss.qualcomm.com>
1 parent 751dc61 commit 437df45

1 file changed

Lines changed: 18 additions & 0 deletions

File tree

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
SUMMARY = "QPS615 PCIe Ethernet switch firmware"
2+
DESCRIPTION = "Firmware binary for the QPS615 PCIe Ethernet switch"
3+
4+
LICENSE = "MIT"
5+
LIC_FILES_CHKSUM = "file://${S}/Bin/LICENSE;md5=e8623ee428d33d107c80c8991f828bb7"
6+
7+
inherit allarch
8+
9+
SRCREV = "f9b0e1bc0f7c3dfc74ad1a46a87efa56885b9288"
10+
11+
SRC_URI = "git://github.com/TC956X/TC9564_Firmware.git;protocol=https;branch=industrial_limited_tested;tag=V6.0.0"
12+
13+
do_install() {
14+
install -d ${D}${nonarch_base_libdir}/firmware/
15+
install -m 0644 ${S}/Bin/TC956X_Firmware_PCIeBridge.bin ${D}${nonarch_base_libdir}/firmware/
16+
}
17+
18+
FILES:${PN} += "${nonarch_base_libdir}/firmware/TC956X_Firmware_PCIeBridge.bin"

0 commit comments

Comments
 (0)