Error while building a custom linux image

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

  1. 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.

  2. 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?

  3. 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.

Hi @nadim4114,

Answering your questions:

  1. That is correct, using “bitbake console-tdx-image” will build the minimal image without graphics, nor even Qt5. So you shall use “bitbake qt5-x11-image”.
  2. Yes, it will build the qt5-x11-image for the MACHINE and with the other configuration set in your local.conf, considering the layers stated on bblayer.conf.
  3. You need to check them in the image recipe you are using. Please, check the contents on the directory layers/meta-toradex-demos/recipes-images/images as I mentioned before :wink:

Best regards,
André Curvello