From a user application I want to update the legato application framework. I managed to do that using le_update but the drawback is that my user application is not a part of the legato framework. As a result I am having to install the user application separately.
How to include a user app in the legato application framework build so that when the framework is updated, the user app gets installed and launched automatically?