Hello @andrecurvello.tx , I was actually working on other project so it took a while to resume.
Thanks for clarifying that console-tdx-image is core image minimal and bitbake console-tdx-image will build a minimal image. This was the doubt because i am not able to see Qt5 libraries in SDK which i built with bitbake console-tdx-image command.
My local.conf and bblayers.conf are attached here for your reference.link text
I have configured the above attached local.conf and bblayers.conf to get all the support in my built image.
My Question now is that
-
what command should i use to build this image? because if i use bitbake console-tdx-image then it will build minimal image.
As per my understanding it will not include Qt libraries. -
If i use bitbake qt5-x11-image, will it build image as per my local.conf and bblayer.conf or any predefined by toradex since it is reference image?
-
I again rephrase my previous question that lets assume a case that i have built an image successfully and its booting on my board. Here i want to cross verify whether the Qt5 or any other features which i mentioned in local.conf are actually there on the target running image. how to check these?
I hope my question is clear.
Thanks in advance.