Jacob Stiffler
2018-11-13 17:03:19 UTC
* This can be used in the SDK to rebuild the sysfw.itb image.
Signed-off-by: Jacob Stiffler <j-***@ti.com>
---
v2 changes:
* Fix deploy of original firmware. In the previous version, the
install was incorrectly occuring within do_install(). This version
adds it to do_deploy().
meta-arago-distro/recipes-bsp/ti-sci-fw/ti-sci-fw_2018.10.bb | 2 ++
1 file changed, 2 insertions(+)
diff --git a/meta-arago-distro/recipes-bsp/ti-sci-fw/ti-sci-fw_2018.10.bb b/meta-arago-distro/recipes-bsp/ti-sci-fw/ti-sci-fw_2018.10.bb
index c05582a..3ad5274 100644
--- a/meta-arago-distro/recipes-bsp/ti-sci-fw/ti-sci-fw_2018.10.bb
+++ b/meta-arago-distro/recipes-bsp/ti-sci-fw/ti-sci-fw_2018.10.bb
@@ -53,6 +53,8 @@ do_deploy () {
install -m 644 ${WORKDIR}/imggen/${SYSFW_BINARY} ${DEPLOYDIR}/${SYSFW_IMAGE}
rm -f ${DEPLOYDIR}/${SYSFW_BINARY}
ln -sf ${SYSFW_IMAGE} ${DEPLOYDIR}/${SYSFW_BINARY}
+
+ install -m 644 ${S}/ti-sysfw/${SYSFW_TISCI} ${DEPLOYDIR}/${SYSFW_TISCI}
}
addtask deploy before do_build after do_compile
Signed-off-by: Jacob Stiffler <j-***@ti.com>
---
v2 changes:
* Fix deploy of original firmware. In the previous version, the
install was incorrectly occuring within do_install(). This version
adds it to do_deploy().
meta-arago-distro/recipes-bsp/ti-sci-fw/ti-sci-fw_2018.10.bb | 2 ++
1 file changed, 2 insertions(+)
diff --git a/meta-arago-distro/recipes-bsp/ti-sci-fw/ti-sci-fw_2018.10.bb b/meta-arago-distro/recipes-bsp/ti-sci-fw/ti-sci-fw_2018.10.bb
index c05582a..3ad5274 100644
--- a/meta-arago-distro/recipes-bsp/ti-sci-fw/ti-sci-fw_2018.10.bb
+++ b/meta-arago-distro/recipes-bsp/ti-sci-fw/ti-sci-fw_2018.10.bb
@@ -53,6 +53,8 @@ do_deploy () {
install -m 644 ${WORKDIR}/imggen/${SYSFW_BINARY} ${DEPLOYDIR}/${SYSFW_IMAGE}
rm -f ${DEPLOYDIR}/${SYSFW_BINARY}
ln -sf ${SYSFW_IMAGE} ${DEPLOYDIR}/${SYSFW_BINARY}
+
+ install -m 644 ${S}/ti-sysfw/${SYSFW_TISCI} ${DEPLOYDIR}/${SYSFW_TISCI}
}
addtask deploy before do_build after do_compile
--
2.7.4
2.7.4