gpt4 book ai didi

datastore - bitbake: d.getVar ("X", True) True 是什么意思?

转载 作者:行者123 更新时间:2023-12-04 13:47:55 28 4
gpt4 key购买 nike

我发现以下内容:

http://www.yoctoproject.org/docs/2.1/bitbake-user-manual/bitbake-user-manual.html#accessing-datastore-variables-using-python

它说:使用“expand=True”扩展值。 “展开”是什么意思?

最佳答案

很高兴您正在阅读 BitBake 用户手册,它对理解配方语法有很大帮助。

回到您的问题,“扩展”意味着如果此特定变量值取决于其他一些变量,例如:

B = "architecture_${A}"



并且 A 等于“x86”,调用:

d.getVar("B", expand=True)



将返回您:“architecture_x86”,因为变量 A 一直是 展开 .

其他一些示例可以在 BitBake 用户手册 Chapter 3 中找到。 .

关于datastore - bitbake: d.getVar ("X", True) True 是什么意思?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/37041117/

28 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com