How can I reference/find the ${PV} of one recipe in another recipe in Yocto/Bitbake?

自作多情 提交于 2019-12-11 15:51:57

问题


I have a recipe that needs to know the version string/information of another recipe. Basically I want to expand the PV variable of a different recipe. What would be the easiest way to do this? I was thinking maybe there is a bb python function I can use in my recipe to parse the other recipe and find it's PV.


回答1:


Easily, you can't. Can you explain what you actually need to do?



来源:https://stackoverflow.com/questions/56794981/how-can-i-reference-find-the-pv-of-one-recipe-in-another-recipe-in-yocto-bitb

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!