From: Praveen Rao <[email protected]>

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

Signed-off-by: Praveen Rao <[email protected]>
---
 .../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

_______________________________________________
meta-arago mailing list
[email protected]
http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago

Reply via email to