All of lore.kernel.org
 help / color / mirror / Atom feed
From: Denys Dmytriyenko <denys@ti.com>
To: <prao@ti.com>
Cc: meta-arago@arago-project.org
Subject: Re: .master/dunfell] recipes-tisdk: ti-tisdk-makefile: Fix Makefile for sysfw-image
Date: Wed, 1 Jul 2020 13:26:09 -0400	[thread overview]
Message-ID: <20200701172609.GC15879@beryl> (raw)
In-Reply-To: <20200630232631.27654-1-prao@ti.com>

Looks fine, but can you please fix the commit log, specifically prefix:
.master/dunfell]


On Tue, Jun 30, 2020 at 06:26:31PM -0500, prao@ti.com wrote:
> 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
> 


      reply	other threads:[~2020-07-01 17:28 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
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 message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20200701172609.GC15879@beryl \
    --to=denys@ti.com \
    --cc=meta-arago@arago-project.org \
    --cc=prao@ti.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.