All of lore.kernel.org
 help / color / mirror / Atom feed
* [rocko/master][PATCH v2 1/6] ti-sci-fw: deploy original firmware
@ 2018-11-13 17:03 Jacob Stiffler
  0 siblings, 0 replies; only message in thread
From: Jacob Stiffler @ 2018-11-13 17:03 UTC (permalink / raw)
  To: meta-arago

* This can be used in the SDK to rebuild the sysfw.itb image.

Signed-off-by: Jacob Stiffler <j-stiffler@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



^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2018-11-13 17:16 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-11-13 17:03 [rocko/master][PATCH v2 1/6] ti-sci-fw: deploy original firmware Jacob Stiffler

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.