From: "Bruce Ashfield" <bruce.ashfield@gmail.com>
To: Jeremy Puhlman <jpuhlman@mvista.com>
Cc: meta-virtualization@lists.yoctoproject.org
Subject: Re: [meta-virtualization][m-c-s][PATCH] linux-yocto: make FILESEXTRAPATHS explicit
Date: Mon, 2 Mar 2020 15:11:15 -0500 [thread overview]
Message-ID: <20200302201111.GA906@gmail.com> (raw)
In-Reply-To: <20200227222050.9084-1-jpuhlman@mvista.com>
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
>
>
prev parent reply other threads:[~2020-03-02 20:11 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
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 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=20200302201111.GA906@gmail.com \
--to=bruce.ashfield@gmail.com \
--cc=jpuhlman@mvista.com \
--cc=meta-virtualization@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.