The Mer Wiki now uses your Mer user account and password (create account on https://bugs.merproject.org/)
Nemo/Creating Releases
From Mer Wiki
< Nemo(Difference between revisions)
Line 2: | Line 2: | ||
== Prerequisites == | == Prerequisites == | ||
− | + | * Mer [[Platform SDK]] installed | |
+ | * Logged in to Mer SDK | ||
== Getting the build script == | == Getting the build script == | ||
Line 20: | Line 21: | ||
== Building the release == | == Building the release == | ||
− | After this you can test the release build | + | After this you can test the release build. The extra -pandaboard filter is used as it is not part of the official Nemo releases. |
− | ./builder.py --use-ks-from-git --release-id=NEMO,latest-release --extra-filter=handset | + | ./builder.py --use-ks-from-git --release-id=NEMO,latest-release --extra-filter=handset,-pandaboard |
If the cmdlines seem ok then you can do the release with | If the cmdlines seem ok then you can do the release with | ||
sudo ./builder.py --use-ks-from-git --release-id=NEMO,latest-release --extra-filter=handset --run-mic | sudo ./builder.py --use-ks-from-git --release-id=NEMO,latest-release --extra-filter=handset --run-mic |
Revision as of 15:35, 22 August 2012
This page guides how to build Nemo Mobile releases.
Prerequisites
- Mer Platform SDK installed
- Logged in to Mer SDK
Getting the build script
# Create new directory for Nemo Releases mkdir nemo-releases cd nemo-releases # Get the daily image builder script that is used to do releases git clone https://gitorious.org/image-building-tools/daily-image-builder cd daily-image-builder
Next thing is to configure the script for your needs. The default config should be fine though
cp builder.conf.tmpl builder.conf
Building the release
After this you can test the release build. The extra -pandaboard filter is used as it is not part of the official Nemo releases.
./builder.py --use-ks-from-git --release-id=NEMO,latest-release --extra-filter=handset,-pandaboard
If the cmdlines seem ok then you can do the release with
sudo ./builder.py --use-ks-from-git --release-id=NEMO,latest-release --extra-filter=handset --run-mic