工具与软件:
尊敬的专家:
我的目标是将 Flutter 元层添加到 Yocto 构建(使用 SDK 10.0)中。 仔细阅读了 https://e2e.ti.com/support/processors-group/processors/f/processors-forum/1205636/faq-am625-is-flutter-the-right-gui-toolkit-for-me-an-engineers-perspective:中给出的说明
从 SDK 10.0开始、TI 已升级到 Scarthgap Yocto 版本、且上述说明已过时。 为简单起见、请使用以下 Yocto 配置来构建 Flutter: https://gist.github.com/StaticRocket/e07d692dda28912f9991e5a0de6ed8bc
但是在运行之后:
./ oe-layertool-setup.sh -f configs/processor-sdk/processor-sdk-scarthgap-flutter-10.00.07.04-config.txt
CD 版本
. CONF/setenv
MACHINE=am62xx-evm bitbake -k tisdk-default-image
我收到以下 Yocto 构建错误:
错误: ParseError at /home/davmelikyan/QuickSilver/processor-AM62X/tisdk/sources/meta-flutter/meta-flutter-apps/recipes-graphics/flutter-apps/first-party/googleads-flutter-samples-admob-app-open-example_1.0.0.bb:24:无法继承文件类/flutter-app.bbclass
错误:解析因错误而停止、请参阅上面的错误消息
感谢您的任何帮助。