All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-virtualization][m-c-s][PATCH] linux-yocto: make FILESEXTRAPATHS explicit
@ 2020-02-27 22:20 Jeremy Puhlman
  2020-03-02 20:11 ` Bruce Ashfield
  0 siblings, 1 reply; 2+ messages in thread
From: Jeremy Puhlman @ 2020-02-27 22:20 UTC (permalink / raw)
  To: meta-virtualization; +Cc: Jeremy A. Puhlman

Something changed in the processing order for FILESEXTRAPATHS, that when
:= is used, defaultpkgname gets used instead of ${PN} and looks as
follows:

/project/../layers/meta-cloud-services/meta-openstack/recipes-kernel/linux/defaultpkgname/

Alter ${PN} to explictly linux-yocto to resolve the issue.

Signed-off-by: Jeremy A. Puhlman <jpuhlman@mvista.com>
---
 meta-openstack/recipes-kernel/linux/linux-yocto_openstack.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-openstack/recipes-kernel/linux/linux-yocto_openstack.inc b/meta-openstack/recipes-kernel/linux/linux-yocto_openstack.inc
index 843546c..cc774fe 100644
--- a/meta-openstack/recipes-kernel/linux/linux-yocto_openstack.inc
+++ b/meta-openstack/recipes-kernel/linux/linux-yocto_openstack.inc
@@ -1,4 +1,4 @@
-FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
+FILESEXTRAPATHS_prepend := "${THISDIR}/linux-yocto:"
 
 SRC_URI += "file://enable-veth.cfg \
             file://enable-iscsi-tcp.cfg \
-- 
2.20.1


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

* Re: [meta-virtualization][m-c-s][PATCH] linux-yocto: make FILESEXTRAPATHS explicit
  2020-02-27 22:20 [meta-virtualization][m-c-s][PATCH] linux-yocto: make FILESEXTRAPATHS explicit Jeremy Puhlman
@ 2020-03-02 20:11 ` Bruce Ashfield
  0 siblings, 0 replies; 2+ messages in thread
From: Bruce Ashfield @ 2020-03-02 20:11 UTC (permalink / raw)
  To: Jeremy Puhlman; +Cc: meta-virtualization

merged.

Bruce

In message: [meta-virtualization][m-c-s][PATCH] linux-yocto: make FILESEXTRAPATHS explicit
on 27/02/2020 Jeremy Puhlman wrote:

> Something changed in the processing order for FILESEXTRAPATHS, that when
> := is used, defaultpkgname gets used instead of ${PN} and looks as
> follows:
> 
> /project/../layers/meta-cloud-services/meta-openstack/recipes-kernel/linux/defaultpkgname/
> 
> Alter ${PN} to explictly linux-yocto to resolve the issue.
> 
> Signed-off-by: Jeremy A. Puhlman <jpuhlman@mvista.com>
> ---
>  meta-openstack/recipes-kernel/linux/linux-yocto_openstack.inc | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/meta-openstack/recipes-kernel/linux/linux-yocto_openstack.inc b/meta-openstack/recipes-kernel/linux/linux-yocto_openstack.inc
> index 843546c..cc774fe 100644
> --- a/meta-openstack/recipes-kernel/linux/linux-yocto_openstack.inc
> +++ b/meta-openstack/recipes-kernel/linux/linux-yocto_openstack.inc
> @@ -1,4 +1,4 @@
> -FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
> +FILESEXTRAPATHS_prepend := "${THISDIR}/linux-yocto:"
>  
>  SRC_URI += "file://enable-veth.cfg \
>              file://enable-iscsi-tcp.cfg \
> -- 
> 2.20.1
> 

> 


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

end of thread, other threads:[~2020-03-02 20:11 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-02-27 22:20 [meta-virtualization][m-c-s][PATCH] linux-yocto: make FILESEXTRAPATHS explicit Jeremy Puhlman
2020-03-02 20:11 ` Bruce Ashfield

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.