From f5c1f1943b24a5a678c0af309692e01722139b06 Mon Sep 17 00:00:00 2001 From: Denys Dmytriyenko Date: Sat, 5 Dec 2015 04:15:15 +0000 Subject: ti-sci-fw: rename PMMC firmware to TI SCI and update to the latest Signed-off-by: Denys Dmytriyenko --- recipes-bsp/ti-sci-fw/ti-sci-fw_git.bb | 37 ++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 recipes-bsp/ti-sci-fw/ti-sci-fw_git.bb (limited to 'recipes-bsp/ti-sci-fw/ti-sci-fw_git.bb') diff --git a/recipes-bsp/ti-sci-fw/ti-sci-fw_git.bb b/recipes-bsp/ti-sci-fw/ti-sci-fw_git.bb new file mode 100644 index 00000000..4294c6b5 --- /dev/null +++ b/recipes-bsp/ti-sci-fw/ti-sci-fw_git.bb @@ -0,0 +1,37 @@ +DESCRIPTION = "TI SCI firmware" + +LICENSE = "TI-TFL" +LIC_FILES_CHKSUM = "file://LICENCE.ti-keystone;md5=3a86335d32864b0bef996bee26cc0f2c" + +PV = "0.1.0.70" +PR = "r0" + +CLEANBROKEN = "1" + +COMPATIBLE_MACHINE = "k2g-evm" + +PACKAGE_ARCH = "${MACHINE_ARCH}" + +SRCREV = "a5b1c3d043fef5869eaa937276976c0e3e23b966" +BRANCH ?= "master" + +SRC_URI = "git://git.ti.com/processor-firmware/ti-linux-firmware.git;protocol=git;branch=${BRANCH}" + +S = "${WORKDIR}/git" +TARGET = "ti-sci-firmware-k2g.bin" + +do_install() { + install -d ${D}/boot + install -m 0644 ${S}/ti-keystone/${TARGET} ${D}/boot/${TARGET} +} + +FILES_${PN} = "/boot" + +inherit deploy + +do_deploy () { + install -d ${DEPLOYDIR} + install -m 0644 ${S}/ti-keystone/${TARGET} ${DEPLOYDIR}/${TARGET} +} + +addtask deploy before do_build after do_compile -- cgit v1.2.3-54-g00ecf