From: Denys Dmytriyenko <denis@denix.org>
To: 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: Mon, 4 Apr 2022 23:54:55 -0400 [thread overview]
Message-ID: <20220405035455.GH23554@denix.org> (raw)
In-Reply-To: <20220330104511.19292-1-alessio.bogani@elettra.eu>
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>
> ---
> .../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
next prev parent 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 ` Denys Dmytriyenko [this message]
2022-04-05 15:51 ` [meta-ti] " Ryan Eatmon
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=20220405035455.GH23554@denix.org \
--to=denis@denix.org \
--cc=alessio.bogani@elettra.eu \
--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 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.