From: Darren Hart <dvhart@linux.intel.com>
To: Paul Eggleton <paul.eggleton@linux.intel.com>
Cc: poky@yoctoproject.org
Subject: Re: [PATCH 1/1] meta-yocto: use FILESEXTRAPATHS_prepend := in all bbappends
Date: Fri, 10 Jun 2011 11:20:53 -0700 [thread overview]
Message-ID: <4DF26085.3000609@linux.intel.com> (raw)
In-Reply-To: <d7189aeeb5376f12f4eb32f897c2cf020d8bb677.1307727577.git.paul.eggleton@linux.intel.com>
Thanks Paul!
On 06/10/2011 10:43 AM, Paul Eggleton wrote:
> Using FILESEXTRAPATHS is cleaner than the old FILESPATH-based method, and
> as meta-intel layers are using FILESEXTRAPATHS their formfactor bbappends
> will now work. In addition I have used FILESEXTRAPATHS_prepend which is
> not absolutely necessary, but provides a good working example in case it
> is copied by other layers that are intended to be used on top of it.
>
> Fixes [YOCTO #1156]
>
> Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Acked-by: Darren Hart <dvhart@linux.intel.com>
> ---
> .../recipes-bsp/formfactor/formfactor_0.0.bbappend | 4 +---
> .../recipes-core/netbase/netbase_4.45.bbappend | 4 +---
> meta-yocto/recipes-core/uclibc/uclibc_git.bbappend | 4 +---
> .../xorg-xserver/xserver-xf86-config_0.1.bbappend | 4 +---
> 4 files changed, 4 insertions(+), 12 deletions(-)
>
> diff --git a/meta-yocto/recipes-bsp/formfactor/formfactor_0.0.bbappend b/meta-yocto/recipes-bsp/formfactor/formfactor_0.0.bbappend
> index 4b8d0e6..72d991c 100644
> --- a/meta-yocto/recipes-bsp/formfactor/formfactor_0.0.bbappend
> +++ b/meta-yocto/recipes-bsp/formfactor/formfactor_0.0.bbappend
> @@ -1,3 +1 @@
> -THISDIR := "${@os.path.dirname(bb.data.getVar('FILE', d, True))}"
> -FILESPATH =. "${@base_set_filespath(["${THISDIR}/${PN}"], d)}:"
> -
> +FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
> diff --git a/meta-yocto/recipes-core/netbase/netbase_4.45.bbappend b/meta-yocto/recipes-core/netbase/netbase_4.45.bbappend
> index 4b8d0e6..72d991c 100644
> --- a/meta-yocto/recipes-core/netbase/netbase_4.45.bbappend
> +++ b/meta-yocto/recipes-core/netbase/netbase_4.45.bbappend
> @@ -1,3 +1 @@
> -THISDIR := "${@os.path.dirname(bb.data.getVar('FILE', d, True))}"
> -FILESPATH =. "${@base_set_filespath(["${THISDIR}/${PN}"], d)}:"
> -
> +FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
> diff --git a/meta-yocto/recipes-core/uclibc/uclibc_git.bbappend b/meta-yocto/recipes-core/uclibc/uclibc_git.bbappend
> index 4b8d0e6..72d991c 100644
> --- a/meta-yocto/recipes-core/uclibc/uclibc_git.bbappend
> +++ b/meta-yocto/recipes-core/uclibc/uclibc_git.bbappend
> @@ -1,3 +1 @@
> -THISDIR := "${@os.path.dirname(bb.data.getVar('FILE', d, True))}"
> -FILESPATH =. "${@base_set_filespath(["${THISDIR}/${PN}"], d)}:"
> -
> +FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
> diff --git a/meta-yocto/recipes-graphics/xorg-xserver/xserver-xf86-config_0.1.bbappend b/meta-yocto/recipes-graphics/xorg-xserver/xserver-xf86-config_0.1.bbappend
> index 4b8d0e6..72d991c 100644
> --- a/meta-yocto/recipes-graphics/xorg-xserver/xserver-xf86-config_0.1.bbappend
> +++ b/meta-yocto/recipes-graphics/xorg-xserver/xserver-xf86-config_0.1.bbappend
> @@ -1,3 +1 @@
> -THISDIR := "${@os.path.dirname(bb.data.getVar('FILE', d, True))}"
> -FILESPATH =. "${@base_set_filespath(["${THISDIR}/${PN}"], d)}:"
> -
> +FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
--
Darren Hart
Intel Open Source Technology Center
Yocto Project - Linux Kernel
next prev parent reply other threads:[~2011-06-10 18:20 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-06-10 17:43 [PATCH 0/1] meta-yocto: FILESEXTRAPATHS_prepend := in all bbappends Paul Eggleton
2011-06-10 17:43 ` [PATCH 1/1] meta-yocto: use " Paul Eggleton
2011-06-10 18:20 ` Darren Hart [this message]
2011-06-15 10:50 ` [PATCH 0/1] meta-yocto: " Richard Purdie
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=4DF26085.3000609@linux.intel.com \
--to=dvhart@linux.intel.com \
--cc=paul.eggleton@linux.intel.com \
--cc=poky@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.