From 93f261719d0574397e114a7f7a8b02dd5e1f1114 Mon Sep 17 00:00:00 2001 From: Denys Dmytriyenko Date: Tue, 4 Aug 2020 22:53:27 -0400 Subject: ti-sci-fw: rename k2g specific version with PV in the name Signed-off-by: Denys Dmytriyenko --- recipes-bsp/ti-sci-fw/ti-sci-fw_0.1.1.50.bb | 37 +++++++++++++++++++++++++++++ recipes-bsp/ti-sci-fw/ti-sci-fw_git.bb | 37 ----------------------------- 2 files changed, 37 insertions(+), 37 deletions(-) create mode 100644 recipes-bsp/ti-sci-fw/ti-sci-fw_0.1.1.50.bb delete mode 100644 recipes-bsp/ti-sci-fw/ti-sci-fw_git.bb diff --git a/recipes-bsp/ti-sci-fw/ti-sci-fw_0.1.1.50.bb b/recipes-bsp/ti-sci-fw/ti-sci-fw_0.1.1.50.bb new file mode 100644 index 00000000..9e68fdff --- /dev/null +++ b/recipes-bsp/ti-sci-fw/ti-sci-fw_0.1.1.50.bb @@ -0,0 +1,37 @@ +DESCRIPTION = "TI SCI firmware" + +LICENSE = "TI-TFL" +LIC_FILES_CHKSUM = "file://LICENCE.ti-keystone;md5=3a86335d32864b0bef996bee26cc0f2c" + +PV = "0.1.1.50" +PR = "r2" + +CLEANBROKEN = "1" + +COMPATIBLE_MACHINE = "k2g" + +PACKAGE_ARCH = "${MACHINE_ARCH}" + +SRCREV = "ab507546f0f3f217f4c782a20845856e14b38224" +BRANCH ?= "ti-linux-firmware" + +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 diff --git a/recipes-bsp/ti-sci-fw/ti-sci-fw_git.bb b/recipes-bsp/ti-sci-fw/ti-sci-fw_git.bb deleted file mode 100644 index 9e68fdff..00000000 --- a/recipes-bsp/ti-sci-fw/ti-sci-fw_git.bb +++ /dev/null @@ -1,37 +0,0 @@ -DESCRIPTION = "TI SCI firmware" - -LICENSE = "TI-TFL" -LIC_FILES_CHKSUM = "file://LICENCE.ti-keystone;md5=3a86335d32864b0bef996bee26cc0f2c" - -PV = "0.1.1.50" -PR = "r2" - -CLEANBROKEN = "1" - -COMPATIBLE_MACHINE = "k2g" - -PACKAGE_ARCH = "${MACHINE_ARCH}" - -SRCREV = "ab507546f0f3f217f4c782a20845856e14b38224" -BRANCH ?= "ti-linux-firmware" - -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