2,851
社区成员




下载 Telematics SDK 版本 LE.UM.4.1.1-05510-sa515m, 创建SDK :bitbake core-image-minimal -c do_populate_sdk 的时候出现一些错误。
提示找不到 conf/bitbake.conf, 从meta/conf 目录下把这个文件拷贝过来;
提示Could not include required file conf/abi_version.conf,从meta/conf 目录下把这个文件拷贝过来;
提示 Could not include required file conf/sanity.conf, 从meta/conf 目录 下把这个文件拷贝过来;
提示 Could not inherit file classes/base.bbclass,把mera/classes拷贝到build目录下;
之后提示
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
ERROR: Unable to start bitbake server (None)
ERROR: Server log for this session (/home/niemourong/Telematics/TeleSDK1/poky/build/bitbake-cookerdaemon.log):
--- Starting bitbake server pid 15093 at 2023-02-15 19:19:42.742711 ---
ERROR: Unable to parse /home/niemourong/Telematics/TeleSDK1/poky/bitbake/lib/bb/data_smart.py
Traceback (most recent call last):
File "/home/niemourong/Telematics/TeleSDK1/poky/bitbake/lib/bb/data_smart.py", line 430, in DataSmart.expandWithRefs(s='${@oe_import(d)}', varname='OE_IMPORTED[:=]'):
except Exception as exc:
> raise ExpansionError(varname, s, exc) from exc
bb.data_smart.ExpansionError: Failure expanding variable OE_IMPORTED[:=], expression was ${@oe_import(d)} which triggered exception ModuleNotFoundError: No module named 'oe'
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
这个问题如何解决?
是不是前面几个错误提示的时候,不能这样拷贝文件?
谢谢!