Hi, > -----Original Message----- > From: [email protected] [mailto:product-dev- > [email protected]] On Behalf Of Zbigniew Kozak > Sent: Monday, February 25, 2013 1:52 PM > To: [email protected] > Subject: [Tizen Product-dev] Adding new platform packages. > > Hi all, > I want to add an extra package which is not available in Tizen. The package > already exists. I'm not talking about adding the package to the Tizen > repository but only locally. Are there any documentation, hints how to do > that? Using the IDE. Create package using gbs on command line. Any links? Assuming this package is not written in HTML5 or does not use the Native APIs then I don't believe the IDE can help you here. GBS would be your friend. There are good wiki pages that describe gbs in details, i.e.: - https://source.tizen.org/documentation/reference/git-build-system/ - https://source.tizen.org/documentation/reference/git-build-system/upstream-tarball-and-patch-generation-support
What you need to do is roughly the following: - Create a git repository of your sources - Create a spec file and put it in a packaging/ folder (in your sources) - Install and configure gbs (to point at the repositories you want to build against) And that's about it. Geoffroy Intel Corporation NV/SA Kings Square, Veldkant 31 2550 Kontich RPM (Bruxelles) 0415.497.718. Citibank, Brussels, account 570/1031255/09 This e-mail and any attachments may contain confidential material for the sole use of the intended recipient(s). Any review or distribution by others is strictly prohibited. If you are not the intended recipient, please contact the sender and delete all copies. _______________________________________________ Product-dev mailing list [email protected] https://lists.tizen.org/listinfo/product-dev
