All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Joshua Watt" <JPEWhacker@gmail.com>
To: Denys Dmytriyenko <denis@denix.org>
Cc: meta-arm@lists.yoctoproject.org
Subject: Re: [meta-arm][PATCH v3 2/2] trusted-firmware-a: Install .elf file from subdirectory
Date: Wed, 13 May 2020 12:54:16 -0500	[thread overview]
Message-ID: <f49a7362-7368-d1be-1663-189722982f1a@gmail.com> (raw)
In-Reply-To: <20200513173310.GT11927@denix.org>


On 5/13/20 12:33 PM, Denys Dmytriyenko wrote:
> On Wed, May 13, 2020 at 10:47:07AM -0500, Joshua Watt wrote:
>> The ELF files produced are in a subdirectory named by the build target
>> (e.g. "bl31/bl31.elf") instead of the BUILD_PLAT directory.
>>
>> Specifically allows this recipe to correctly install ATF for Rockchip
>> RK3399
> I thought you dropped this sentence in v2...

I stupidly assumed that V2 would be the last patch and edited it in the 
git patch editor before sending, so it came back when I sent another 
series :(

>
>
>> Signed-off-by: Joshua Watt <JPEWhacker@gmail.com>
>> ---
>>   .../recipes-bsp/trusted-firmware-a/trusted-firmware-a.inc     | 4 ++--
>>   1 file changed, 2 insertions(+), 2 deletions(-)
>>
>> 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 febd8ce..4b5da7a 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
>> @@ -110,9 +110,9 @@ do_install() {
>>               echo "Install $atfbin.bin"
>>               install -m 0644 $BUILD_PLAT/$atfbin.bin \
>>                   ${D}/firmware/$atfbin-${TFA_PLATFORM}.bin
>> -        elif [ -f $BUILD_PLAT/$atfbin.elf ]; then
>> +        elif [ -f $BUILD_PLAT/$atfbin/$atfbin.elf ]; then
>>               echo "Install $atfbin.elf"
>> -            install -m 0644 $BUILD_PLAT/$atfbin.elf \
>> +            install -m 0644 $BUILD_PLAT/$atfbin/$atfbin.elf \
>>                   ${D}/firmware/$atfbin-${TFA_PLATFORM}.elf
>>           elif [ -f $BUILD_PLAT/$atfbin ]; then
>>               echo "Install $atfbin"
>> -- 
>> 2.17.1
>>
>> 

  reply	other threads:[~2020-05-13 17:54 UTC|newest]

Thread overview: 29+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-05-11 14:26 [meta-arm][PATCH 0/3] TF-A improvements Joshua Watt
2020-05-11 14:26 ` [meta-arm][PATCH 1/3] trusted-firmware-a: Build out of tree Joshua Watt
2020-05-11 17:53   ` Denys Dmytriyenko
2020-05-11 14:26 ` [meta-arm][PATCH 2/3] trusted-firmware-a: Install .elf file from subdirectory Joshua Watt
2020-05-11 17:45   ` Denys Dmytriyenko
2020-05-11 14:26 ` [meta-arm][PATCH 3/3] trusted-firmware-a: Add recipe for version 2.3 Joshua Watt
2020-05-11 17:41   ` Denys Dmytriyenko
2020-05-12  0:24   ` Jon Mason
2020-05-12  0:28     ` Denys Dmytriyenko
2020-05-12 21:12 ` [meta-arm][PATCH v2 0/2] TF-A Improvements Joshua Watt
2020-05-12 21:12   ` [meta-arm][PATCH v2 1/2] trusted-firmware-a: Build out of tree Joshua Watt
2020-05-12 21:22     ` Ross Burton
2020-05-13  6:36       ` Diego Sueiro
2020-05-13 13:41         ` Ross Burton
2020-05-13  6:22     ` Diego Sueiro
2020-05-12 21:12   ` [meta-arm][PATCH v2 2/2] trusted-firmware-a: Install .elf file from subdirectory Joshua Watt
2020-05-13 17:31     ` Denys Dmytriyenko
2020-05-13 15:47 ` [meta-arm][PATCH v3 0/2] TF-A Improvement Joshua Watt
2020-05-13 15:47   ` [meta-arm][PATCH v3 1/2] trusted-firmware-a: Build out of tree Joshua Watt
2020-05-13 16:19     ` Diego Sueiro
2020-05-13 17:27     ` Denys Dmytriyenko
2020-05-13 17:57       ` Joshua Watt
     [not found]     ` <160EA693C79E8869.18093@lists.yoctoproject.org>
2020-05-13 17:37       ` Denys Dmytriyenko
2020-05-13 21:49         ` Jon Mason
2020-05-13 15:47   ` [meta-arm][PATCH v3 2/2] trusted-firmware-a: Install .elf file from subdirectory Joshua Watt
2020-05-13 16:19     ` Diego Sueiro
2020-05-13 17:33     ` Denys Dmytriyenko
2020-05-13 17:54       ` Joshua Watt [this message]
2020-05-13 21:50         ` 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=f49a7362-7368-d1be-1663-189722982f1a@gmail.com \
    --to=jpewhacker@gmail.com \
    --cc=denis@denix.org \
    --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.