Differences between revisions 56 and 57
Revision 56 as of 2009-07-28 18:51:54
Size: 10229
Editor: PerAndersson
Comment: Added uboot-envtools git repo
Revision 57 as of 2009-07-28 18:57:42
Size: 10309
Editor: PerAndersson
Comment: Added packages to bugs list link
Deletions are marked like this. Additions are marked like this.
Line 63: Line 63:
 * Bugs in any of the [[http://bugs.debian.org/cgi-bin/pkgreport.cgi?package=fso-utils,zhone,gsm0710muxd,fso-frameworkd,zhone-session|fso-pkg packages]]  * Bugs in any of the [[http://bugs.debian.org/cgi-bin/pkgreport.cgi?package=fso-frameworkd;package=fso-utils;package=gsm0710muxd;package=uboot-envtools;package=xf86-video-glamo;package=zhone;package=zhone-session|fso-pkg packages]]

FreeSmartphone.Org packaging team

See DebianOnFreeRunner for user and general information. This page contains information for the pkg-fso packaging team.

Goal

We want to add the applications and tools developed by FreeSmartphone.Org (FSO) for devices like the Openmoko FreeRunner to Debian and ensure that Debian can be used as the system on these devices. After all, Debian is the universal operating system.

Communication

We share the mailing list with the upstream FreeSmartphone.Org developers: http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/smartphones-userland. There is also pkg-fso-maint at alioth and as our IRC channel, we use #openmoko-cdevel on freenode.

Resources

We have a repository on pkg-fso.alioth.debian.org that contains our packages until they are included in Debian, both for armel and desktop architectures. You can access them using these apt lines:

deb http://pkg-fso.alioth.debian.org/debian unstable main
deb-src http://pkg-fso.alioth.debian.org/debian unstable main

To suppress apt authentication warnings you can upload the pkg-fso-keyring package after adding the repository:

apt-get install pkg-fso-keyring
apt-get update

Please be aware that some packages might depend on packages in Debian experimental. You thus need to activate it in your sources.list. By default only packages that are explicitly needed will be pulled from experimental.

To upload packages to this repository with dput, you can use this configuration snippet:

[pkg-fso]
method = scp
fqdn = alioth.debian.org
#login = someone
incoming = /home/groups/pkg-fso/repository/incoming
post_upload_command = ssh alioth.debian.org /home/groups/pkg-fso/repository/bin/process_incoming

Packages

This is an overview of the packages maintained by pkg-fso:

  • fso-frameworkd: System daemon providing most phone features via dbus.Bugs

  • fso-utils: Various tools, including mdbus, mickeyterm, uboot-enveditBugs

  • gsm0710muxd: GSM multiplexer daemonBugs

  • zhone: The demo UIBugs

  • zhone-session: Init scripts to start zhone on system start. Do not install this on your desktop.Bugs

Also see http://pkg-fso.nomeata.de/sid/allpackages for an overview of packages in our custom repository.

VCS

Some packages, especially those that are in a git repository upstream, are maintained in git repositories, using git-buildpackage:

  • fso-frameworkd: git://git.debian.org/git/pkg-fso/frameworkd.git Gitweb

  • fso-utils: git://git.debian.org/git/pkg-fso/fso-utils.git Gitweb

  • gsm0710muxd: git://git.debian.org/git/pkg-fso/gsm0710muxd.git Gitweb

  • uboot-envtools: git://git.debian.org/pkg-fso/uboot-envtools.git Gitweb

  • xf86-video-glamo: git://git.debian.org/pkg-fso/xf86-video-glamo.git Gitweb

  • zhone: git://git.debian.org/git/pkg-fso/zhone.git Gitweb

  • zhone-session: git://git.debian.org/git/pkg-fso/zhone-session.git Gitweb

There is also a repository for various other files, including the installation script

  • files: git://git.debian.org/git/pkg-fso/files.git Gitweb

Bugs and TODO

These bugs are relevant for us and should be monitored regularly:

Each bug in pkg-fso packages or any other package affecting Debian on the Openmoko FreeRunner should be marked with an usertag. You can browse all usertagged bugs by this link or grouped by tag.

Here the list of already used usertags:

These should be looked into:

DebianOnFreeRunnerTodo is a separate page that lists some less concrete things that one might want to work on.