All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Jon Mason" <jdmason@kudzu.us>
To: Ross Burton <ross@burtonini.com>
Cc: meta-arm@lists.yoctoproject.org
Subject: Re: [meta-arm] [PATCH 1/2] gem5: use GEM5_RUN_PROFILE in DTB generation
Date: Thu, 14 Jan 2021 14:25:21 -0500	[thread overview]
Message-ID: <20210114192521.GK511@kudzu.us> (raw)
In-Reply-To: <20210114111619.2170401-1-ross.burton@arm.com>

On Thu, Jan 14, 2021 at 11:16:18AM +0000, Ross Burton wrote:
> From: Adrian Herrera <adrian.herrera@arm.com>
> 
> Allows to generate DTBs from profiles other than baremetal.py, which is
> the default established by the layer.
> 
> Signed-off-by: Adrian Herrera <adrian.herrera@arm.com>
> Change-Id: Ic990bd6751e473756d0739f421dce4b8f98248d7
> ---

Series pulled into master.

Thanks,
Jon

>  meta-gem5/recipes-devtools/gem5/gem5-aarch64-dtb.bb | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/meta-gem5/recipes-devtools/gem5/gem5-aarch64-dtb.bb b/meta-gem5/recipes-devtools/gem5/gem5-aarch64-dtb.bb
> index b97a1b2..50ac030 100644
> --- a/meta-gem5/recipes-devtools/gem5/gem5-aarch64-dtb.bb
> +++ b/meta-gem5/recipes-devtools/gem5/gem5-aarch64-dtb.bb
> @@ -11,7 +11,7 @@ do_configure[noexec] = "1"
>  do_compile() {
>      # generate a dtb using gem5
>      gem5.opt \
> -        ${STAGING_DATADIR_NATIVE}/gem5/configs/example/arm/baremetal.py \
> +        ${STAGING_DATADIR_NATIVE}/gem5/${GEM5_RUN_PROFILE} \
>          --dtb-gen
>  
>      if [ ! -f m5out/system.dtb ]; then
> -- 
> 2.25.1
> 

> 
> 
> 


      parent reply	other threads:[~2021-01-14 19:25 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-01-14 11:16 [PATCH 1/2] gem5: use GEM5_RUN_PROFILE in DTB generation Ross Burton
2021-01-14 11:16 ` [PATCH 2/2] gem5: centralise v20 sources Ross Burton
2021-01-14 19:25 ` Jon Mason [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=20210114192521.GK511@kudzu.us \
    --to=jdmason@kudzu.us \
    --cc=meta-arm@lists.yoctoproject.org \
    --cc=ross@burtonini.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.