Hi all,
I’m trying to include a Legato app (built in a Linux VM environment) into an sdef system build in the Windows version of DS.
But I can’t generate an app binary, e.g. myApp.wp85.app using mkapp; mkapp doesn’t have the -b option that is mentioned in the documentation here: http://legato.io/legato-docs/latest/buildToolsmkapp.html
Adding the myApp.wp85.update output of mkapp to the sdef file gives a “can’t find definition fie (.adef) for app specification …etc. etc. )” error, so it looks like the .update output of mkapp isn’t usable in sdef files, so is there another way to do it ?
Thanks