【发布时间】:2019-07-14 17:14:24
【问题描述】:
我正在尝试将使用 Yocto 1.6 Fido 的项目升级到 Yocto 2.6 Thud。
我在构建期间收到以下异常。 meta-eca 层的问题
ERROR: ExpansionError during parsing /home/poky-thud/build-
bbgw/../meta-eca/meta-iot/recipes-web/the-thing-system/steward_git.bb
| ETA: 0:01:02
Traceback (most recent call last):
bb.data_smart.ExpansionError: Failure expanding variable TTS_ARCH[:=],
expression was ${@get_arch(bb, d)} which triggered exception AttributeError:
module 'bb.data' has no attribute 'getVar'
我猜 'getVar' 以某种方式被弃用了。
解决此问题的最佳方法是什么?
【问题讨论】: