Just use either MediaPlayer of GhostCluster as an example. We use the rpm post section to do the wrt-install step unless we detect the install is happening at image creation time, and if it is at image creation time then we install the wgt file into a location on the filesystem where the first time boot wrt installer will do the wrt-install step.
--rusty On Mon, 2013-08-19 at 10:19 +0900, Prabhuram Murugan wrote: > Hi , > > Thank you for the comments, > > > Yes, I use TIZEN SDK to build and deploy the web application to the > TIZEN IVI board, > > but I need the web applications to be build using the GBS, and > generate a rpm package. > > And using MIC I can make them part of my build image. > > > I guess the ghost cluster and media player applications are done the > same. > > > Sorry for not making it clear, in my first email. > > > > Thanks and Regards, > > Prabhuram M > > > > On Mon, Aug 19, 2013 at 8:53 AM, Jones, Brian J > <[email protected]> wrote: > Hello, > > > > In addition you can take a look at the MediaPlayer app, it’s > also a web application. The wgt is the zipped file that has > all the files for your web app, and can be created without the > SDK as well. If you use the SDK to generate the files, note > that you need to change the version number in the config.xml > file to 2.1 instead of 2.2. See this link as well for more > info on packaging your webapp. > > > > https://wiki.tizen.org/wiki/Manually_installing_apps > > > > > > From: [email protected] > [mailto:[email protected]] On Behalf Of Jacek > Serafinski > Sent: Sunday, August 18, 2013 10:32 AM > To: Prabhuram Murugan > Cc: IVI Tizen > Subject: Re: building web application in TIZEN IVI image > > > > Hi Prabhuram, > > > > > I did the same thing with sample GO application. > > > What you can do is to use Tizen SDK to generate wgt file. > > > > > > After that move the file to IVI (I used wget to get the file > from dropbox). > > > Then follow these steps: > > > https://wiki.tizen.org/wiki/Using_WRT_to_launch_apps_in_Wayland > > > > > > i.e. > > > wrt-installer -i yourapp.wgt (installs your app) > > > wrt-launcher -l (lists all apps - including your app - you can > read package name of your app) > > > wrt-client -l yourapp#ID (this ID consists of > package(dot)yourapp) > > > > > > Hope this helps. > > > > > > Jacek > > > > > On Sun, Aug 18, 2013 at 4:18 PM, Prabhuram Murugan > <[email protected]> wrote: > > Hi all, > > > I have created a TIZEN web application (Gallery) and I want it > to be build and installed in the TIZEN IVI image, similar to > the Ghostcluster application, > > > > > https://review.tizen.org/gerrit/#/admin/projects/profile/ivi/GhostCluster > > > I went through this application , and it contains some spec > files which are auto generated and mentioned not to edit, > > > Can someone please explain how to add new web applications to > tizen build image ? > > > > > > Thanks and Regards, > > > Prabhuram M > > > > _______________________________________________ > IVI mailing list > [email protected] > https://lists.tizen.org/listinfo/ivi > > > > > > > > _______________________________________________ > IVI mailing list > [email protected] > https://lists.tizen.org/listinfo/ivi _______________________________________________ IVI mailing list [email protected] https://lists.tizen.org/listinfo/ivi
