[poky] [for dora and daisy] [PATCH 2/2 v2] busybox: fix meta-yocto's bbappend's FILESEXTRAPATH

Saul Wold sgw at linux.intel.com
Wed Jun 4 15:32:48 PDT 2014


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 at 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}:"
>
>


More information about the poky mailing list