This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

AM625: AM62xx errors due to added machines in BBMULTICONFIG in updated meta-ti source code

Part Number: AM625

Hi there,

We are using the AM625 board and compiling the image for it with yocto using am62xx-evm.conf file 

We are using meta-ti layer with branch "dunfell". Till last month we were able to compile the image for am62xx-evm properly but in recent changes in meta-ti 'dunfell' branch we are facing certain errors due to added BBMULTICONFIG as shown in below image-1.

Image-1

in here the multi config is added for AM62x for HS-FS, GP and HS-SE devices.

Now we are not using any feature of HS in our board and as we are not using other board configuration, why should we be using those different board configuration .

Also shown in above line number 12 we are assigning BBMULTICONFIG which overwrite the value assigned in conf/machine/include/k3.inc as shown in below image-2

image-2

The commit which works for us is tag:08.06.00.003 commit id: f0e45d22786561a228bdfd26cfc8594b330565fd in dunfell branch of meta-ti. If we go back to this point everything works but in latest commits we are not able to compile properly.

What should we do to avoid not including the machine config as we are not using any of HS-FS, GP and HS-SE devices?