Tool/software:
Hello dear experts,
My goal is to add Flutter meta layer into Yocto build (using SDK 10.0). Went through instructions given in 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:
Starting SDK 10.0, TI upgraded to Scarthgap Yocto version and above instructions are outdated. For simplicity, please use the following Yocto config for building Flutter: https://gist.github.com/StaticRocket/e07d692dda28912f9991e5a0de6ed8bc
But then after running:
./oe-layertool-setup.sh -f configs/processor-sdk/processor-sdk-scarthgap-flutter-10.00.07.04-config.txt
cd build
. conf/setenv
MACHINE=am62xx-evm bitbake -k tisdk-default-image
I'm getting the following Yocto build errors:
ERROR: 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: Could not inherit file classes/flutter-app.bbclass
ERROR: Parsing halted due to errors, see error messages above
Any help is appreciated, thanks.