aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-bsp/tifs-lpm-stub/tifs-lpm-stub_git.bb
blob: 30b2e315df7647f1c00a9edd3d35252dc1892e1a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
SUMMARY = "TI Foundational security Low Power Management Stub"

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

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

CLEANBROKEN = "1"

COMPATIBLE_MACHINE = "am62xx|am62axx"

PACKAGE_ARCH = "${MACHINE_ARCH}"

S = "${WORKDIR}/git"

TARGET = "ti-fs-stub-firmware-am62x-gp-signed.bin"

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

FILES_${PN} = "${base_libdir}/firmware"