1
0
mirror of https://git.yoctoproject.org/meta-ti synced 2026-04-30 00:19:08 +00:00
Files
meta-ti/recipes-bsp/netcp-sa-fw/netcp-sa-fw_git.bb
Yogesh Siraswar eb051b4a33 ti-linux-fw: Support common inc for all firmware
Change to support common INC for all firmware
This will help with:
1) Eliminating requirement to change multiple recipes for firmware
update
2) This will help support AUTOREV

Signed-off-by: Yogesh Siraswar <yogeshs@ti.com>
Reviewed-by: Denys Dmytriyenko <denys@konsulko.com>
2021-10-20 10:33:40 +00:00

24 lines
457 B
BlitzBasic

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"