The Mer Wiki now uses your Mer user account and password (create account on https://bugs.merproject.org/)


Nemo/OBS

From Mer Wiki
< Nemo(Difference between revisions)
Jump to: navigation, search
(link to Osc_setup wiki page added to "getting started")
(Getting started with the build system)
 
(9 intermediate revisions by 4 users not shown)
Line 1: Line 1:
 
= Getting started with the build system =
 
= Getting started with the build system =
 
+
To get started you will need to [https://bugs.merproject.org/ create a Mer account on Bugzilla] which is also used for OBS (note: account name, not email). Upon initial login you will be guided through a mini-process to set up your home repository.
To get started you will need to [https://build.pub.meego.com/user/register_user activate your MeeGo account for OBS]. Upon initial login you will be guided through a mini-process to set up your home repository.  
+
  
 
After this it's a good idea to set up <code>osc</code> in the [https://wiki.merproject.org/wiki/Platform_SDK Mer Platform SDK] with the new account. <code>osc</code> is a command line front-end for the build service. When issuing <code>osc help</code> for the first time you will be guided through a mini-process to set up a local default configuration. After the initial set-up completed just fire up your favorite editor and open the file <code>~/.oscrc</code>. In the file, change
 
After this it's a good idea to set up <code>osc</code> in the [https://wiki.merproject.org/wiki/Platform_SDK Mer Platform SDK] with the new account. <code>osc</code> is a command line front-end for the build service. When issuing <code>osc help</code> for the first time you will be guided through a mini-process to set up a local default configuration. After the initial set-up completed just fire up your favorite editor and open the file <code>~/.oscrc</code>. In the file, change
 
 
   apiurl = https://api.opensuse.org
 
   apiurl = https://api.opensuse.org
 
 
to
 
to
 
+
   apiurl = https://api.merproject.org
   apiurl = https://api.pub.meego.com
+
  
 
Alternatively you can follow the more detailed instructions here: [[Osc_Setup]]
 
Alternatively you can follow the more detailed instructions here: [[Osc_Setup]]
 
+
Further down in the same file you will find a config section named <code><nowiki>[https://api.opensuse.org]</nowiki></code>. Change the section name to <code><nowiki>[https://api.merproject.org]</nowiki></code>, and set the corresponding <code>user =</code> and <code>pass =</code> config options to match your Mer account.
Further down in the same file you will find a config section named <code><nowiki>[https://api.opensuse.org]</nowiki></code>. Change the section name to <code><nowiki>[https://api.pub.meego.com]</nowiki></code>, and set the corresponding <code>user =</code> and <code>pass =</code> config options to match your MeeGo account.
+
 
+
 
You can test your <code>osc</code> set-up by issuing
 
You can test your <code>osc</code> set-up by issuing
 
 
   osc ll
 
   osc ll
 
+
which should produce a list of all projects on the Mer build server.
which should produce a list of all projects on the MeeGo build server.
+
 
+
 
A more comprehensive "OBS getting started" page is at the [http://wiki.meego.com/Getting_started_with_OBS MeeGo wiki].
 
A more comprehensive "OBS getting started" page is at the [http://wiki.meego.com/Getting_started_with_OBS MeeGo wiki].
 +
[http://web.archive.org/web/*/http://wiki.meego.com/Getting_started_with_OBS link at archive.org]
  
= Nemo OBS structure =
+
= Nemo Mobile OBS project structure =
 
+
OBS at https://build.merproject.org/
OBS: https://build.pub.meego.com/
+
  
 
Maintainer: Sage, #nemomobile @ Freenode
 
Maintainer: Sage, #nemomobile @ Freenode
  
http://sage.kapsi.fi/Mer/misc/Nemomobile-OBS-project-structure-draft.png
+
In each project there are two sets of repositories. One repository chain that builds against current release of Mer Core and another that builds against the "next" prerelease of Mer Core. These repositories are identified with latest_<arch> and next_<arch>, where <arch> is the architecture the repository is compiling against.
  
In each project there are two sets of repositories. One repository chain that builds against current release of Mer Core and another that builds against the "next" prerelease of Mer Core (identifiable by "Mer_Core-next" in their name).
+
All the nemo related project are under the '''nemo''' project, and they follow the following structure:
  
== CE:Adaptation:N900 ==
+
nemo:<phase>:<project>:<subproject>
'''Compiled against:''' Mer Core
+
  
Nokia N900 Hardware adaptation project
+
<phase> can be one of the following values: stable, testing or devel
  
== CE:Adaptation:N950-N9 ==
+
* each <phase> has a complete nemo tree below it and is self-contained (ie no building against projects in a different <phase>)
'''Compiled against:''' Mer Core
+
* when a package is QA'ed it moves (how?) to the next phase, in order of devel -> testing -> stable
 +
* the process from developer point of view starts from 'devel' phase where the changes are submitted, after this it is responsibility of maintainer(s) and QA team(s) to forward the new submission forward and report back on any issues.
  
Nokia N950 and N9 Hardware adaptation project
+
The subprojects are described below.
  
== CE:Adaptation:N9xx-common ==
+
== nemo:<phase>:mw ==
'''Compiled against:''' Mer Core
+
'''Compiled against:''' mer:mds:core:{latest,next}:{arch}/{latest,next}_{arch}
  
Common parts for Nokia N900, N950 and N9 hardware adaptations
+
'''Architectures (schedulers)''': i486 (i586), i586, armv6el (armv7el), armv7el, armv7hl (armv8el), armv7tnhl (armv8el?)
  
== CE:Adaptation:PandaBoard ==
+
Shared components between ux and apps
'''Compiled against:''' Mer Core
+
  
Pandaboard OMAP4 hardware adaptation project
+
Contains:
 +
* policyframework
 +
* maliit
 +
* qt-components
 +
* telepathy
  
== CE:Adaptation:x86-generic ==
+
== nemo:<phase>:ux ==
'''Compiled against:''' Mer Core
+
'''Compiled against:''' nemo:<phase>:mw
  
Generic x86 architecture adaptation project
+
'''Architectures (schedulers)''': i486 (i586), i586, armv6el (armv7el), armv7el, armv7hl (armv8el), armv7tnhl (armv8el?)
  
== CE:Apps ==
+
lipstick based UX for Nemo
'''Compiled against:''' CE:MW:Shared
+
  
Project for Applications in Nemo that are compiled against CE:MW:Shared.
+
== nemo:<phase>:apps ==
 +
'''Compiled against:''' nemo:<phase>:mw
  
== CE:Apps:MTF ==
+
'''Architectures (schedulers)''': i486 (i586), i586, armv6el (armv7el), armv7el, armv7hl (armv8el), armv7tnhl (armv8el?)
'''Compiled against:''' CE:MW:MTF
+
  
Project for MeeGo Touch Framework based Applciations in Nemo that are compiled against the CE:MW:MTF.
+
Project for applications in Nemo, such as calculator, contacts, messaging etc.
  
== CE:MW:MTF ==
+
== nemo:<phase>:hw:* ==
'''Compiled against:''' CE:MW:Shared
+
'''Development Project:''' Project:MTF:MW
+
  
MTF middleware project that contains packages that are generally needed to create MTF based applications.
+
TODO: update project structure description to include current (required?) OBS hardware vendor:processor-series subtypes for specific devices, e.g.,
 +
  nemo:<phase>:hw:ti:omap3:n900
 +
or
 +
  nemo:<phase>:hw:nv:tegra3:nexus7
  
== CE:MW:PlasmaActive ==
+
where is hardware vendor / processor-series defined / documented?
'''Compiled against:''' CE:MW:Shared
+
  
Middleware project for Plasma Active that contains packages that are not included in CE:MW:Shared, and are not part of the PlasmaActive UX but are still required for the Plasma Active UX to work.
+
=== nemo:<phase>:hw:n9xx-common ===
 +
'''Architectures (schedulers)''': armv7hl (armv8el)
  
== CE:MW:Shared ==
+
Common parts for Nokia N900, N950 and N9 hardware adaptations
'''Compiled against:''' Mer Core
+
  
Shared components for different UX's and Apps.
+
=== nemo:<phase>:hw:n900 ===
 +
'''Compiled against:''' nemo:<phase>:hw:n9xx-common
  
Contains:
+
'''Architectures (schedulers)''': armv7hl (armv8el)
* policyframework
+
* maliit
+
  
== CE:Utils ==
+
Nokia N900 Hardware adaptation project
'''Compiled against:''' Mer Core
+
  
Some generic utilities that are not part of Mer Core but are considered useful in generic development.
+
=== nemo:<phase>:hw:n950-n9 ===
 +
'''Compiled against:''' nemo:<phase>:hw:n9xx-common
  
Contains e.g.,: iotop, lynx, screen, wget
+
'''Architectures (schedulers)''': armv7hl (armv8el)
  
== CE:UX:lipstick ==
+
Nokia N950 and N9 Hardware adaptation project
'''Compiled against:''' ???
+
  
WIP
+
=== nemo:<phase>:hw:pandaboard ===
 +
'''Compiled against:''' nemo:<phase>:mw
  
== CE:UX:MTF ==
+
'''Architectures (schedulers)''': armv7hl (armv8el)
'''Compiled against:''' CE:MW:MTF
+
'''Development Project:''' Project:MTF:UX
+
  
MeeGo Touch Framework based UX
+
PandaBoard OMAP4 hardware adaptation project
  
== CE:UX:PlasmaActive ==
+
=== nemo:<phase>:hw:x86-generic ===
'''Compiled against:''' CE:MW:PlasmaActive
+
'''Compiled against:''' nemo:<phase>:mw
  
Plasma Active UX components.
+
'''Architectures (schedulers)''': i486 (i586), i586
 +
 
 +
Generic x86 architecture adaptation project

Latest revision as of 13:21, 30 December 2013

Contents

[edit] Getting started with the build system

To get started you will need to create a Mer account on Bugzilla which is also used for OBS (note: account name, not email). Upon initial login you will be guided through a mini-process to set up your home repository.

After this it's a good idea to set up osc in the Mer Platform SDK with the new account. osc is a command line front-end for the build service. When issuing osc help for the first time you will be guided through a mini-process to set up a local default configuration. After the initial set-up completed just fire up your favorite editor and open the file ~/.oscrc. In the file, change

 apiurl = https://api.opensuse.org

to

 apiurl = https://api.merproject.org

Alternatively you can follow the more detailed instructions here: Osc_Setup Further down in the same file you will find a config section named [https://api.opensuse.org]. Change the section name to [https://api.merproject.org], and set the corresponding user = and pass = config options to match your Mer account. You can test your osc set-up by issuing

 osc ll

which should produce a list of all projects on the Mer build server. A more comprehensive "OBS getting started" page is at the MeeGo wiki. link at archive.org

[edit] Nemo Mobile OBS project structure

OBS at https://build.merproject.org/

Maintainer: Sage, #nemomobile @ Freenode

In each project there are two sets of repositories. One repository chain that builds against current release of Mer Core and another that builds against the "next" prerelease of Mer Core. These repositories are identified with latest_<arch> and next_<arch>, where <arch> is the architecture the repository is compiling against.

All the nemo related project are under the nemo project, and they follow the following structure:

nemo:<phase>:<project>:<subproject>

<phase> can be one of the following values: stable, testing or devel

  • each <phase> has a complete nemo tree below it and is self-contained (ie no building against projects in a different <phase>)
  • when a package is QA'ed it moves (how?) to the next phase, in order of devel -> testing -> stable
  • the process from developer point of view starts from 'devel' phase where the changes are submitted, after this it is responsibility of maintainer(s) and QA team(s) to forward the new submission forward and report back on any issues.

The subprojects are described below.

[edit] nemo:<phase>:mw

Compiled against: mer:mds:core:{latest,next}:{arch}/{latest,next}_{arch}

Architectures (schedulers): i486 (i586), i586, armv6el (armv7el), armv7el, armv7hl (armv8el), armv7tnhl (armv8el?)

Shared components between ux and apps

Contains:

  • policyframework
  • maliit
  • qt-components
  • telepathy

[edit] nemo:<phase>:ux

Compiled against: nemo:<phase>:mw

Architectures (schedulers): i486 (i586), i586, armv6el (armv7el), armv7el, armv7hl (armv8el), armv7tnhl (armv8el?)

lipstick based UX for Nemo

[edit] nemo:<phase>:apps

Compiled against: nemo:<phase>:mw

Architectures (schedulers): i486 (i586), i586, armv6el (armv7el), armv7el, armv7hl (armv8el), armv7tnhl (armv8el?)

Project for applications in Nemo, such as calculator, contacts, messaging etc.

[edit] nemo:<phase>:hw:*

TODO: update project structure description to include current (required?) OBS hardware vendor:processor-series subtypes for specific devices, e.g.,

 nemo:<phase>:hw:ti:omap3:n900

or

 nemo:<phase>:hw:nv:tegra3:nexus7 

where is hardware vendor / processor-series defined / documented?

[edit] nemo:<phase>:hw:n9xx-common

Architectures (schedulers): armv7hl (armv8el)

Common parts for Nokia N900, N950 and N9 hardware adaptations

[edit] nemo:<phase>:hw:n900

Compiled against: nemo:<phase>:hw:n9xx-common

Architectures (schedulers): armv7hl (armv8el)

Nokia N900 Hardware adaptation project

[edit] nemo:<phase>:hw:n950-n9

Compiled against: nemo:<phase>:hw:n9xx-common

Architectures (schedulers): armv7hl (armv8el)

Nokia N950 and N9 Hardware adaptation project

[edit] nemo:<phase>:hw:pandaboard

Compiled against: nemo:<phase>:mw

Architectures (schedulers): armv7hl (armv8el)

PandaBoard OMAP4 hardware adaptation project

[edit] nemo:<phase>:hw:x86-generic

Compiled against: nemo:<phase>:mw

Architectures (schedulers): i486 (i586), i586

Generic x86 architecture adaptation project

Personal tools