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.

PROCESSOR-SDK-K2G: Customizing mpm_config.json

Part Number: PROCESSOR-SDK-K2G

I see that the MPM daemon can run a script of mpmcl commands upon boot and the location of that script is pointed to by the 3rd line of mpm_config.json file.  In the SDK distribution the line includes an underscore to cmdfile which causes it to be ignored. 

"_cmdfile": "/etc/mpm/slave_cmds.txt"

As noted in the related post, the underscore needs to be removed to allow CJSON to be able to parse that line.  My question is: Where is the source for the mpm_config.json file so that I can edit the source content so it will be generated correctly during the build?

I see it in the MPM package under scripts folder but I don't see an install target that would install that to the target's rootfs during the build.

Please advise.

Thanks