aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-bsp/netcp-sa-fw/netcp-sa-fw_git.bb
blob: ec3c30fbbf879721a1672199654a9b995b007f6f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
DESCRIPTION = "NETCP SA firmware for Keystone"

require recipes-bsp/ti-linux-fw/ti-linux-fw.inc

PV = "${NETCP_SA_FW_VERSION}"
PR = "${INC_PR}.0"

CLEANBROKEN = "1"

COMPATIBLE_MACHINE = "keystone"

PACKAGE_ARCH = "${MACHINE_ARCH}"

S = "${WORKDIR}/git"

TARGET = "sa_mci.fw"

do_install() {
	install -d ${D}${base_libdir}/firmware
	install -m 0644 ${S}/ti-keystone/${TARGET} ${D}${base_libdir}/firmware/${TARGET}
}

FILES:${PN} = "${base_libdir}/firmware"