I would like to use the mkapp tool to reduce the app development time overhead of running mksys
I’m using leaf with mksys this is working fine to build a working system
But when I try to
(lsh:currentWp76) john@john-VirtualBox-ST:~/WP76$ mkapp ./apps/wan/wan.adef
** ERROR:
/home/john/WP76/apps/wan/wanComponent/Component.cdef:6:8: error: Can't find dependent .api file: 'le_mdc.api'.
Component.cdef is like this
requires:
{
api:
{
le_data.api
le_cfg.api
modemServices/le_mdc.api
modemServices/le_mrc.api
modemServices/le_sim.api
}
}
I did try hacking around like this (below) which looks like it works - but is there a better way?
$ mkapp -s components -t wp76xx -i ./leaf-data/current/wp76-legato/interfaces/modemServices ./apps/wan/wan.adef
[22/22] Packaging app
Any ideas?