On Mon, Apr 15, 2019 at 9:05 PM Sathees Balya <[email protected]> wrote:
>
> Hi,
>
>
>
> The xen recipe has a hard dependency on dev86-native package 
> (meta-virtualization/recipes-extended/xen/xen.inc). It does not allow us to 
> build for aarch64 natively for Arm. At the moment, we have a workaround in 
> the bbappend file for xen to remove the dependency.
>
>
>
> DEPENDS_remove = "dev86-native"
>
>
>
> Can the recipe be made generic so that both x86 and Arm can be built without 
> the need for the above workaround? Thanks.
>

I am not sure I am following you correctly. But I believe what you are
looking for is to drop "dev86-native" from DEPENDS, where it is
currently listed, and instead list it in something like

DEPENDS_x86 = "dev86-native"

in the xen.inc file. ie. make use of the overrides mechanism to only
require it for x86 arch. Am I close?

MarkA

>
>
>
>
> Regards,
>
> Sathees
>
> IMPORTANT NOTICE: The contents of this email and any attachments are 
> confidential and may also be privileged. If you are not the intended 
> recipient, please notify the sender immediately and do not disclose the 
> contents to any other person, use it for any purpose, or store or copy the 
> information in any medium. Thank you.
> --
> _______________________________________________
> meta-virtualization mailing list
> [email protected]
> https://lists.yoctoproject.org/listinfo/meta-virtualization
-- 
_______________________________________________
meta-virtualization mailing list
[email protected]
https://lists.yoctoproject.org/listinfo/meta-virtualization

Reply via email to