All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Denys Dmytriyenko" <denis@denix.org>
To: l-weaver@ti.com
Cc: meta-ti@lists.yoctoproject.org, nikhil.nd@ti.com, praneeth@ti.com
Subject: Re: [meta-ti][dunfell/master][PATCH v2] ti-sci-fw: Update J7200 deploy to install ti-sci-fw
Date: Mon, 22 Mar 2021 12:21:31 -0400	[thread overview]
Message-ID: <20210322162131.GH18041@denix.org> (raw)
In-Reply-To: <20210322160706.3304-1-l-weaver@ti.com>

On Mon, Mar 22, 2021 at 09:37:06PM +0530, l-weaver via lists.yoctoproject.org wrote:
> From: Lucas Weaver <l-weaver@ti.com>
> 
> The J7200 ti-sci-fw needs to be installed in the deploy
> directory so that it can be packaged in Processor SDK bundle
> 
> This is required because the ti-sci-fw is needed in the
> installer prebuilt-images in order to build the combined boot
> image for J7200
> 
> Signed-off-by: Lucas Weaver <l-weaver@ti.com>
> ---
>  recipes-bsp/ti-sci-fw/ti-sci-fw_git.bb | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/recipes-bsp/ti-sci-fw/ti-sci-fw_git.bb b/recipes-bsp/ti-sci-fw/ti-sci-fw_git.bb
> index e7580a57..25fac359 100644
> --- a/recipes-bsp/ti-sci-fw/ti-sci-fw_git.bb
> +++ b/recipes-bsp/ti-sci-fw/ti-sci-fw_git.bb
> @@ -99,6 +99,7 @@ do_deploy_j7200-evm-k3r5() {
>  	install -m 644 ${WORKDIR}/imggen/${UBOOT_BINARY} ${DEPLOYDIR}/${UBOOT_IMAGE}
>  	ln -sf ${UBOOT_IMAGE} ${DEPLOYDIR}/${UBOOT_SYMLINK}
>  	ln -sf ${UBOOT_IMAGE} ${DEPLOYDIR}/${UBOOT_BINARY}
> +	install -m 644 ${SYSFW_TISCI} ${DEPLOYDIR}/

This is already done for all platforms:

https://git.yoctoproject.org/cgit/cgit.cgi/meta-ti/tree/recipes-bsp/ti-sci-fw/ti-sci-fw_git.bb#n87

do_deploy () {
	...

	install -m 644 ${SYSFW_TISCI} ${DEPLOYDIR}/
}


>  }
>  
>  do_install_am64xx-evm-k3r5() {
> -- 
> 2.17.1
> 

  reply	other threads:[~2021-03-22 16:21 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-03-22 16:07 [meta-ti][dunfell/master][PATCH v2] ti-sci-fw: Update J7200 deploy to install ti-sci-fw l-weaver
2021-03-22 16:21 ` Denys Dmytriyenko [this message]
2021-03-22 16:54   ` [EXTERNAL] " l-weaver
2021-03-22 17:13     ` Denys Dmytriyenko
2021-03-23  5:01       ` Shiju Sivasankaran

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=20210322162131.GH18041@denix.org \
    --to=denis@denix.org \
    --cc=l-weaver@ti.com \
    --cc=meta-ti@lists.yoctoproject.org \
    --cc=nikhil.nd@ti.com \
    --cc=praneeth@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.