meta-ti.lists.yoctoproject.org archive mirror
 help / color / mirror / Atom feed
From: Ryan Eatmon <reatmon@ti.com>
To: Denys Dmytriyenko <denis@denix.org>,
	Alessio Igor Bogani <alessio.bogani@elettra.eu>
Cc: <meta-ti@lists.yoctoproject.org>
Subject: Re: [meta-ti] [master][PATCH] wl18xx-fw: Make it support usrmerge
Date: Tue, 5 Apr 2022 10:51:12 -0500	[thread overview]
Message-ID: <2596715d-987a-1547-2d60-8282707b5be0@ti.com> (raw)
In-Reply-To: <20220405035455.GH23554@denix.org>



On 4/4/2022 22:54, Denys Dmytriyenko wrote:
> On Wed, Mar 30, 2022 at 12:45:11PM +0200, Alessio Igor Bogani wrote:
>> Signed-off-by: Alessio Igor Bogani <alessio.bogani@elettra.eu>
> 
> Reviewed-by: Denys Dmytriyenko <denys@konsulko.com>

Signed-off-by: Ryan Eatmon <reatmon@ti.com>

Applied patch to master.

> 
>> ---
>>   .../recipes-bsp/wl18xx-fw/wl18xx-fw_8.9.0.0.86.bb         | 8 ++++++--
>>   1 file changed, 6 insertions(+), 2 deletions(-)
>>
>> diff --git a/meta-ti-extras/recipes-bsp/wl18xx-fw/wl18xx-fw_8.9.0.0.86.bb b/meta-ti-extras/recipes-bsp/wl18xx-fw/wl18xx-fw_8.9.0.0.86.bb
>> index 48b500a8..09968993 100644
>> --- a/meta-ti-extras/recipes-bsp/wl18xx-fw/wl18xx-fw_8.9.0.0.86.bb
>> +++ b/meta-ti-extras/recipes-bsp/wl18xx-fw/wl18xx-fw_8.9.0.0.86.bb
>> @@ -19,7 +19,11 @@ do_compile() {
>>   }
>>   
>>   do_install() {
>> -    oe_runmake 'DEST_DIR=${D}' install
>> +    if ${@bb.utils.contains('DISTRO_FEATURES','usrmerge','true','false',d)}; then
>> +        oe_runmake 'DEST_DIR=${D}/usr' install
>> +    else
>> +        oe_runmake 'DEST_DIR=${D}' install
>> +    fi
>>   }
>>   
>> -FILES:${PN} = "/lib/firmware/ti-connectivity/*"
>> +FILES:${PN} = "${nonarch_base_libdir}/firmware/ti-connectivity/*"
>> -- 
>> 2.17.1
>>
>>
>> -=-=-=-=-=-=-=-=-=-=-=-
>> Links: You receive all messages sent to this group.
>> View/Reply Online (#14590): https://lists.yoctoproject.org/g/meta-ti/message/14590
>> Mute This Topic: https://lists.yoctoproject.org/mt/90128496/6551054
>> Group Owner: meta-ti+owner@lists.yoctoproject.org
>> Unsubscribe: https://lists.yoctoproject.org/g/meta-ti/unsub [reatmon@ti.com]
>> -=-=-=-=-=-=-=-=-=-=-=-
>>

-- 
Ryan Eatmon                reatmon@ti.com
-----------------------------------------
Texas Instruments, Inc.  -  LCPD  -  MGTS


      reply	other threads:[~2022-04-05 17:24 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-03-30 10:45 [master][PATCH] wl18xx-fw: Make it support usrmerge Alessio Igor Bogani
2022-04-05  3:54 ` [meta-ti] " Denys Dmytriyenko
2022-04-05 15:51   ` Ryan Eatmon [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=2596715d-987a-1547-2d60-8282707b5be0@ti.com \
    --to=reatmon@ti.com \
    --cc=alessio.bogani@elettra.eu \
    --cc=denis@denix.org \
    --cc=meta-ti@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).