Hi,
I am trying to build the K2l evm rootfs using Yocto referring to link below
http://processors.wiki.ti.com/index.php?title=Processor_SDK_Building_The_SDK&oldid=218732
However, I encountered error when execute command below:
MACHINE=k2l-evm bitbake tisdk-rootfs-image
May I know how I can resolve those errors?
NOTE: Your conf/bblayers.conf has been automatically updated.
Parsing recipes: 100% |##################################################################################################| Time: 00:04:01
Parsing of 2243 .bb files complete (0 cached, 2243 parsed). 2835 targets, 428 skipped, 0 masked, 0 errors.
WARNING: No recipes available for:
/home/khor/Yocto/tisdk/sources/meta-arago/meta-arago-distro/recipes-multimedia/libav/libav_9.16.bbappend
/home/khor/Yocto/tisdk/sources/meta-processor-sdk/recipes-core/udev/udev_182.bbappend
NOTE: Resolving any missing task queue dependencies
ERROR: Nothing PROVIDES 'virtual/libgles2' (but /home/khor/Yocto/tisdk/sources/meta-qt5/recipes-qt/qt5/qtbase_git.bb DEPENDS on or otherwise requires it)
ERROR: ti-sgx-ddk-um PROVIDES virtual/libgles2 but was skipped: PREFERRED_PROVIDER_virtual/egl set to mesa, not ti-sgx-ddk-um
ERROR: mesa PROVIDES virtual/libgles2 but was skipped: missing required distro feature 'opengl' (not in DISTRO_FEATURES)
ERROR: mesa PROVIDES virtual/libgles2 but was skipped: missing required distro feature 'opengl' (not in DISTRO_FEATURES)
NOTE: Runtime target 'qtbase-examples' is unbuildable, removing...
Missing or unbuildable dependency chain was: ['qtbase-examples', 'virtual/libgles2']
NOTE: Runtime target 'packagegroup-arago-tisdk-qte' is unbuildable, removing...
Missing or unbuildable dependency chain was: ['packagegroup-arago-tisdk-qte', 'qtbase-examples', 'virtual/libgles2']
ERROR: Required build target 'tisdk-rootfs-image' has no buildable providers.
Missing or unbuildable dependency chain was: ['tisdk-rootfs-image', 'packagegroup-arago-tisdk-qte', 'qtbase-examples', 'virtual/libgles2']
Summary: There was 1 WARNING message shown.
Summary: There were 2 ERROR messages shown, returning a non-zero exit code.
Thanks
Khor