All of lore.kernel.org
 help / color / mirror / Atom feed
From: Saul Wold <sgw@linux.intel.com>
To: poky@yoctoproject.org
Subject: Re: [for dora and daisy] [PATCH 2/2 v2] busybox: fix meta-yocto's bbappend's FILESEXTRAPATH
Date: Wed, 04 Jun 2014 15:32:48 -0700	[thread overview]
Message-ID: <538F9E90.6070009@linux.intel.com> (raw)
In-Reply-To: <1401807171-30011-2-git-send-email-sgw@linux.intel.com>

On 06/03/2014 07:52 AM, Saul Wold wrote:
> The FILESEXTRAPATH was not getting used correctly since our distro
> OVERRIDE is for poky-tiny, not poky, so just remove it, also we are
> not using a version directory so ensure we get correct BPN (Base Package
> Name).
>
> [YOCTO #6353]
>
> Signed-off-by: Saul Wold <sgw@linux.intel.com>
> ---
>   meta-yocto/recipes-core/busybox/busybox_%.bbappend | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/meta-yocto/recipes-core/busybox/busybox_%.bbappend b/meta-yocto/recipes-core/busybox/busybox_%.bbappend
> index ffe8631..0005787 100644
> --- a/meta-yocto/recipes-core/busybox/busybox_%.bbappend
> +++ b/meta-yocto/recipes-core/busybox/busybox_%.bbappend
> @@ -1,2 +1,2 @@
> -FILESEXTRAPATHS_prepend_poky := "${THISDIR}/${P}:"
> +FILESEXTRAPATHS_prepend := "${THISDIR}/${BPN}:"
>
>


  reply	other threads:[~2014-06-04 22:33 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-06-03 14:52 [PATCH 1/2 v2] poky-tiny: Update kernel version to 3.14 Saul Wold
2014-06-03 14:52 ` [PATCH 2/2 v2] busybox: fix meta-yocto's bbappend's FILESEXTRAPATH Saul Wold
2014-06-04 22:32   ` Saul Wold [this message]
2014-06-06 15:32 ` [PATCH 1/2 v2][daisy] poky-tiny: Update kernel version to 3.14 Saul Wold

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=538F9E90.6070009@linux.intel.com \
    --to=sgw@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.