On 7 November 2017 at 10:43, Manjukumar Matha
<[email protected]> wrote:
> On ZU+ machines, we set the default tune for the lib32 multilib
> configuration.This allows users to select multilib by simply requiring
> conf/multilib.conf in their build setups.
>
> Signed-off-by: Cyril Chemparathy <[email protected]>
> Tested-by: Bhargava Sreekantappa Gayathri 
> <[email protected]>
> Signed-off-by: Manjukumar Matha <[email protected]>
> ---
>  conf/machine/include/tune-zynqmp.inc | 3 +++
>  1 file changed, 3 insertions(+)
>
> diff --git a/conf/machine/include/tune-zynqmp.inc 
> b/conf/machine/include/tune-zynqmp.inc
> index 79c6296..c4e0853 100644
> --- a/conf/machine/include/tune-zynqmp.inc
> +++ b/conf/machine/include/tune-zynqmp.inc
> @@ -6,3 +6,6 @@ require conf/machine/include/soc-family.inc
>
>  # Linux Configuration
>  KERNEL_IMAGETYPE ?= "Image"
> +
> +# Support multilib on zynqmp
> +DEFAULTTUNE_virtclass-multilib-lib32_zynqmp ?= "armv7vethf-neon-vfpv4"

You should drop the "_zynqmp" override here, since this tune is only
included by zynqmp targets it is unnecessary. But more importantly
with the override it makes setting a non-default value for the
multilib defaulttune harder (since you would need to set it with the
override to effect the value).

Regards,
Nathan

> --
> 2.7.4
>
> --
> _______________________________________________
> meta-xilinx mailing list
> [email protected]
> https://lists.yoctoproject.org/listinfo/meta-xilinx
-- 
_______________________________________________
meta-xilinx mailing list
[email protected]
https://lists.yoctoproject.org/listinfo/meta-xilinx

Reply via email to