Tool/software: Linux
Hi,
I am trying to compile yocto linux for dra7xx i am getting the error as shown below suggest me how to proceed further.
user@EESBLRP116:~/ti-processor-sdk-linux-automotive-dra7xx-evm-03_04_00_03/yocto-layers/build$ MACHINE=dra7xx-evm bitbake tisdk-rootfs-image
NOTE: Started PRServer with DBfile: /home/user/ti-processor-sdk-linux-automotive-dra7xx-evm-03_04_00_03/yocto-layers/build/cache/prserv.sqlite3, IP: 127.0.0.1, PORT: 43664, PID: 18400
Loading cache: 100% |#################################################################################################| ETA: 00:00:00
Loaded 2870 entries from dependency cache.
Parsing recipes: 100% |###############################################################################################| Time: 00:00:00
Parsing of 2269 .bb files complete (2268 cached, 1 parsed). 2869 targets, 444 skipped, 0 masked, 0 errors.
NOTE: Resolving any missing task queue dependencies
ERROR: Nothing RPROVIDES 'qtbase-fonts' (but /home/user/ti-processor-sdk-linux-automotive-dra7xx-evm-03_04_00_03/yocto-layers/sources/meta-arago/meta-arago-extras/recipes-core/matrix/refresh-screen_2.0.bb, /home/user/ti-processor-sdk-linux-automotive-dra7xx-evm-03_04_00_03/yocto-layers/sources/meta-arago/meta-arago-extras/recipes-core/matrix/matrix-gui-browser_2.0.bb RDEPENDS on or otherwise requires it)
NOTE: Runtime target 'qtbase-fonts' is unbuildable, removing...
Missing or unbuildable dependency chain was: ['qtbase-fonts']
NOTE: Runtime target 'refresh-screen' is unbuildable, removing...
Missing or unbuildable dependency chain was: ['refresh-screen', 'qtbase-fonts']
NOTE: Runtime target 'packagegroup-arago-tisdk-matrix' is unbuildable, removing...
Missing or unbuildable dependency chain was: ['packagegroup-arago-tisdk-matrix', 'refresh-screen', 'qtbase-fonts']
ERROR: Required build target 'tisdk-rootfs-image' has no buildable providers.
Missing or unbuildable dependency chain was: ['tisdk-rootfs-image', 'packagegroup-arago-tisdk-matrix', 'refresh-screen', 'qtbase-fonts']
Summary: There were 2 ERROR messages shown, returning a non-zero exit code.