All of lore.kernel.org
 help / color / mirror / Atom feed
From: Denys Dmytriyenko <denis@denix.org>
To: Jon Mason <jon.mason@arm.com>
Cc: meta-arm@lists.yoctoproject.org
Subject: Re: [meta-arm] [PATCH] arm/trusted-firmware-a: Fix v1.5 recipe
Date: Wed, 6 Jul 2022 13:59:14 -0400	[thread overview]
Message-ID: <20220706175914.GD18692@denix.org> (raw)
In-Reply-To: <20220629133650.21058-1-jon.mason@arm.com>

On Wed, Jun 29, 2022 at 09:36:50AM -0400, Jon Mason wrote:
> 0003-xlat-tables-v2-remove-tautological-assert.patch does not apply on
> the TF-A v1.5 sources.  Move that file append to the v2.4 recipe so that
> it will not attempt to apply for v1.5.
> 
> Signed-off-by: Jon Mason <jon.mason@arm.com>
> ---
>  meta-arm/recipes-bsp/trusted-firmware-a/trusted-firmware-a.inc  | 1 -
>  .../recipes-bsp/trusted-firmware-a/trusted-firmware-a_2.4.bb    | 2 ++
>  2 files changed, 2 insertions(+), 1 deletion(-)
> 
> diff --git a/meta-arm/recipes-bsp/trusted-firmware-a/trusted-firmware-a.inc b/meta-arm/recipes-bsp/trusted-firmware-a/trusted-firmware-a.inc
> index 807e1254..cea5476a 100644
> --- a/meta-arm/recipes-bsp/trusted-firmware-a/trusted-firmware-a.inc
> +++ b/meta-arm/recipes-bsp/trusted-firmware-a/trusted-firmware-a.inc
> @@ -57,7 +57,6 @@ SRCREV_FORMAT_append = "${@bb.utils.contains('TFA_MBEDTLS', '1', '_mbedtls', '',
>  
>  SRC_URI_append = " \
>      file://0002-pmf.h-made-PMF_STOTE_ENABLE-pass-Wtautological.patch  \
> -    file://0003-xlat-tables-v2-remove-tautological-assert.patch \
>      "
>  
>  # U-boot support (set TFA_UBOOT to 1 to activate)
> diff --git a/meta-arm/recipes-bsp/trusted-firmware-a/trusted-firmware-a_2.4.bb b/meta-arm/recipes-bsp/trusted-firmware-a/trusted-firmware-a_2.4.bb
> index f23132af..d8e87405 100644
> --- a/meta-arm/recipes-bsp/trusted-firmware-a/trusted-firmware-a_2.4.bb
> +++ b/meta-arm/recipes-bsp/trusted-firmware-a/trusted-firmware-a_2.4.bb
> @@ -13,3 +13,5 @@ SRC_URI_MBEDTLS = "git://github.com/ARMmbed/mbedtls.git;name=mbedtls;protocol=ht
>  SRCREV_mbedtls = "523f0554b6cdc7ace5d360885c3f5bbcc73ec0e8"
>  
>  LIC_FILES_CHKSUM_MBEDTLS = "file://mbedtls/LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57"
> +
> +SRC_URI_append = "file://0003-xlat-tables-v2-remove-tautological-assert.patch"

1. missing leading space in append override
2. old override syntax - what branch is it, master?

-- 
Denys


  reply	other threads:[~2022-07-06 17:59 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-06-29 13:36 [PATCH] arm/trusted-firmware-a: Fix v1.5 recipe Jon Mason
2022-07-06 17:59 ` Denys Dmytriyenko [this message]
2022-07-11 15:12   ` [meta-arm] " Jon Mason

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=20220706175914.GD18692@denix.org \
    --to=denis@denix.org \
    --cc=jon.mason@arm.com \
    --cc=meta-arm@lists.yoctoproject.org \
    /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.