meta-ti.lists.yoctoproject.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] wlconf: Use nonarch_base_libdir instead of hardcoding /lib
@ 2022-04-23 15:59 Khem Raj
  2022-04-26 21:41 ` [meta-ti] " Ryan Eatmon
  0 siblings, 1 reply; 2+ messages in thread
From: Khem Raj @ 2022-04-23 15:59 UTC (permalink / raw)
  To: meta-ti; +Cc: Khem Raj

Helps with usrmerge builds

Signed-off-by: Khem Raj <raj.khem@gmail.com>
---
 meta-ti-extras/recipes-connectivity/wlconf/wlconf_8.7.3.bb | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/meta-ti-extras/recipes-connectivity/wlconf/wlconf_8.7.3.bb b/meta-ti-extras/recipes-connectivity/wlconf/wlconf_8.7.3.bb
index 477c5a96..a6f62239 100644
--- a/meta-ti-extras/recipes-connectivity/wlconf/wlconf_8.7.3.bb
+++ b/meta-ti-extras/recipes-connectivity/wlconf/wlconf_8.7.3.bb
@@ -14,14 +14,14 @@ do_install() {
 	install -d ${D}${sbindir}
 	install -d ${D}${sbindir}/wlconf/
 	install -d ${D}${sbindir}/wlconf/official_inis
-	install -d ${D}/lib/firmware/ti-connectivity
+	install -d ${D}${nonarch_base_libdir}/firmware/ti-connectivity
 
 	install -m 0755 wlconf ${D}${sbindir}/wlconf/
 	install -m 0755 dictionary.txt ${D}${sbindir}/wlconf/
 	install -m 0755 struct.bin ${D}${sbindir}/wlconf/
 	install -m 0755 default.conf ${D}${sbindir}/wlconf/
 	install -m 0755 wl18xx-conf-default.bin ${D}${sbindir}/wlconf/
-	install -m 0755 wl18xx-conf-default.bin ${D}/lib/firmware/ti-connectivity/wl18xx-conf.bin
+	install -m 0755 wl18xx-conf-default.bin ${D}${nonarch_base_libdir}/firmware/ti-connectivity/wl18xx-conf.bin
 	install -m 0755 README ${D}${sbindir}/wlconf/
 	install -m 0755 example.conf ${D}${sbindir}/wlconf/
 	install -m 0755 example.ini ${D}${sbindir}/wlconf/
@@ -33,7 +33,7 @@ do_install() {
 FILES:${PN} += " \
 	${sbindir}/wlconf \
 	${sbindir}/wlconf/official_inis \
-	/lib/firmware/ti-connectivity/wl18xx-conf.bin \
+	${nonarch_base_libdir}/firmware/ti-connectivity/wl18xx-conf.bin \
 "
 
 FILES:${PN}-dbg += "${sbindir}/wlconf/.debug"
-- 
2.36.0



^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [meta-ti] [PATCH] wlconf: Use nonarch_base_libdir instead of hardcoding /lib
  2022-04-23 15:59 [PATCH] wlconf: Use nonarch_base_libdir instead of hardcoding /lib Khem Raj
@ 2022-04-26 21:41 ` Ryan Eatmon
  0 siblings, 0 replies; 2+ messages in thread
From: Ryan Eatmon @ 2022-04-26 21:41 UTC (permalink / raw)
  To: Khem Raj, meta-ti


Patch applied to master.


On 4/23/2022 10:59, Khem Raj wrote:
> Helps with usrmerge builds
> 
> Signed-off-by: Khem Raj <raj.khem@gmail.com>
> ---
>   meta-ti-extras/recipes-connectivity/wlconf/wlconf_8.7.3.bb | 6 +++---
>   1 file changed, 3 insertions(+), 3 deletions(-)
> 
> diff --git a/meta-ti-extras/recipes-connectivity/wlconf/wlconf_8.7.3.bb b/meta-ti-extras/recipes-connectivity/wlconf/wlconf_8.7.3.bb
> index 477c5a96..a6f62239 100644
> --- a/meta-ti-extras/recipes-connectivity/wlconf/wlconf_8.7.3.bb
> +++ b/meta-ti-extras/recipes-connectivity/wlconf/wlconf_8.7.3.bb
> @@ -14,14 +14,14 @@ do_install() {
>   	install -d ${D}${sbindir}
>   	install -d ${D}${sbindir}/wlconf/
>   	install -d ${D}${sbindir}/wlconf/official_inis
> -	install -d ${D}/lib/firmware/ti-connectivity
> +	install -d ${D}${nonarch_base_libdir}/firmware/ti-connectivity
>   
>   	install -m 0755 wlconf ${D}${sbindir}/wlconf/
>   	install -m 0755 dictionary.txt ${D}${sbindir}/wlconf/
>   	install -m 0755 struct.bin ${D}${sbindir}/wlconf/
>   	install -m 0755 default.conf ${D}${sbindir}/wlconf/
>   	install -m 0755 wl18xx-conf-default.bin ${D}${sbindir}/wlconf/
> -	install -m 0755 wl18xx-conf-default.bin ${D}/lib/firmware/ti-connectivity/wl18xx-conf.bin
> +	install -m 0755 wl18xx-conf-default.bin ${D}${nonarch_base_libdir}/firmware/ti-connectivity/wl18xx-conf.bin
>   	install -m 0755 README ${D}${sbindir}/wlconf/
>   	install -m 0755 example.conf ${D}${sbindir}/wlconf/
>   	install -m 0755 example.ini ${D}${sbindir}/wlconf/
> @@ -33,7 +33,7 @@ do_install() {
>   FILES:${PN} += " \
>   	${sbindir}/wlconf \
>   	${sbindir}/wlconf/official_inis \
> -	/lib/firmware/ti-connectivity/wl18xx-conf.bin \
> +	${nonarch_base_libdir}/firmware/ti-connectivity/wl18xx-conf.bin \
>   "
>   
>   FILES:${PN}-dbg += "${sbindir}/wlconf/.debug"
> 
> 
> 
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#14618): https://lists.yoctoproject.org/g/meta-ti/message/14618
> Mute This Topic: https://lists.yoctoproject.org/mt/90650581/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


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-04-26 21:41 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-04-23 15:59 [PATCH] wlconf: Use nonarch_base_libdir instead of hardcoding /lib Khem Raj
2022-04-26 21:41 ` [meta-ti] " Ryan Eatmon

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).