我目前正致力于Yocto,希望将xvisor hypervisor集成到Yocto中。
我为xvisor编写了一个配方,但是如何告诉系统我正在为
做什么linux和uboot使用PREFERRED_PROVIDER_virtual / kernel和PREFERRED_PROVIDER_u-boot
我尝试使用PREFERRED_PROVIDER_virtual / xvisor,但它没有使用。
如何编译代码,即do_compile()
答案 0 :(得分:0)
根据Yocto Documentations PREFERRED_PROVIDER的用法如下。
If multiple recipes provide an item, this variable determines which recipe should be given preference.You should always suffix the variable with the name of the provided item, and you should set it to the PN of the recipe to which you want to give precedence.
除非添加元虚拟化层,否则您无法使用PREFERRED_PROVIDERS_virtual / xvisor。
如果要添加虚拟机管理程序支持,则必须在yoctobuild中使用元虚拟化层。