All of lore.kernel.org
 help / color / mirror / Atom feed
* .master/dunfell] recipes-tisdk: ti-tisdk-makefile: Fix Makefile for sysfw-image
@ 2020-06-30 23:26 prao
  2020-07-01 17:26 ` Denys Dmytriyenko
  0 siblings, 1 reply; 2+ messages in thread
From: prao @ 2020-06-30 23:26 UTC (permalink / raw)
  To: meta-arago, denys; +Cc: Praveen Rao

From: Praveen Rao <prao@ti.com>

The sysfw-image name changed from system-firmware-image to k3-image.
Fix the Makefile to reflect this update.

Signed-off-by: Praveen Rao <prao@ti.com>
---
 .../ti-tisdk-makefile/ti-tisdk-makefile/Makefile_sysfw-image  | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/meta-arago-distro/recipes-tisdk/ti-tisdk-makefile/ti-tisdk-makefile/Makefile_sysfw-image b/meta-arago-distro/recipes-tisdk/ti-tisdk-makefile/ti-tisdk-makefile/Makefile_sysfw-image
index ab7ff727..a6e6f866 100644
--- a/meta-arago-distro/recipes-tisdk/ti-tisdk-makefile/ti-tisdk-makefile/Makefile_sysfw-image
+++ b/meta-arago-distro/recipes-tisdk/ti-tisdk-makefile/ti-tisdk-makefile/Makefile_sysfw-image
@@ -32,14 +32,14 @@ sysfw-image: linux-dtbs
 	@echo =============================
 	@echo    Building SYSFW Image
 	@echo =============================
-	@cd board-support; cd `find . -maxdepth 1 -type d -name "*system-firmware-image*"`; \
+	@cd board-support; cd `find . -maxdepth 1 -type d -name "*k3-image*"`; \
 		make $(SYSFW_MAKEARGS) CROSS_COMPILE=$(CROSS_COMPILE_ARMV7) PATH=$(PATH):$(LINUXKERNEL_INSTALL_DIR)/scripts/dtc
 
 sysfw-image_clean:
 	@echo =============================
 	@echo    Cleaning SYSFW Image
 	@echo =============================
-	@cd board-support; cd `find . -maxdepth 1 -type d -name "*system-firmware-image*"`; make clean
+	@cd board-support; cd `find . -maxdepth 1 -type d -name "*k3-image*"`; make clean
 
 sysfw-image_install:
 	@echo =============================
-- 
2.17.1



^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-07-01 17:28 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-06-30 23:26 .master/dunfell] recipes-tisdk: ti-tisdk-makefile: Fix Makefile for sysfw-image prao
2020-07-01 17:26 ` Denys Dmytriyenko

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.