On Thu Mar 31 2011 11:09:54 AM CEST, Vyankatesh VD <[email protected]> wrote:
> > Hi, > > I want to download source packages of MeeGo and build it on my local > machine running Ubuntu operating system.Please provide details of > procedure for doing so. > do I need to use OBS(open suse build services) for building MeeGo > Image.I want to > customize MeeGo, I want to remove UI and use my own. Please assist > on how to customize MeeGo.After customization I want build it for ARM. > Pls provide details. I am very new in Linux, aslo provide URL where > to get source code. Hi, You indeed need OBS but I would advise against building complete MeeGo. In most cases you don't need or want to. You need a workflow around these lines: * set up a OBS server for your development work * try to create a image for your target with MeeGo image creator using a kickstart file (.ks) * Remove the package groups the UI consists of, from the .ks file * develop your customizations with OBS, resulting in repositories that you can add with 'repo' lines in the .ks * add your customization package names to %packages section of the .ks * build a new image with your new .ks * enjoy the result (repeat last 4 steps as needed) /Carsten > > Thanks, > Vyankatesh > > > > _______________________________________________ > MeeGo-dev mailing list > [email protected] > http://lists.meego.com/listinfo/meego-dev > http://wiki.meego.com/Mailing_list_guidelines _______________________________________________ MeeGo-dev mailing list [email protected] http://lists.meego.com/listinfo/meego-dev http://wiki.meego.com/Mailing_list_guidelines
