Hello
I trying to create custom machine.conf based on am64xx-evm.conf. Unfortunately when I try to build image error occurs:
"MACHINE=puma-k3r5 is invalid. Please set a valid MACHINE in your local.conf, environment or other configuration file"
It seems that something append suffix "-k3r5" because my machine is named "puma".
I found that in meta-ti-bsp/conf/multiconfig/k3r5.conf there is line MACHINE:append = "-k3r5" so I try to force MACHINE value in my puma.conf file, but same error still appears.
My questions are:
1. How to solve this issue?
2. What is the purpose of this mystery suffix "-k3r5"?
puma.conf
require meta-ti/meta-ti-bsp/conf/machine/am64xx-evm.conf MACHINE := "puma"
Thank you for help
BR,
Jakub