Community Repository

From Openmoko

(Difference between revisions)
Jump to: navigation, search
(How to release packages)
Line 16: Line 16:
 
* how to create ipk files
 
* how to create ipk files
 
** Using OE
 
** Using OE
** [http://wiki.openmoko.org/wiki/Toolchain#Packaging_your_application Meta-toolchain]
+
** [[Toolchain|Meta-toolchain]]
  
 
== Package Tags ==
 
== Package Tags ==

Revision as of 08:56, 17 June 2008

This page is still under construction. Thanks :)

Contents

Community Repository

There is a community repository that every one can release your projects on Neo.

Sites

The Repository: http://downloads.openmoko.org/community-repository/

The mailing list: http://lists.openmoko.org/mailman/listinfo/community-repository

How to release packages

You can release your package with ipk file.

Package Tags

If you want your package to be shown on Assassin, please add tag message on your package.

Category Tag
Communication group::communication
Development group::programming
Games group::games
Maps group::maps
Miscellaneous group::unknown
Network group::network
Repos group::repos
  • For OE user, please adding the Tag by adding one line in your bb file

For example:

PKG_TAGS_${PN} = "group::games"

Add Repository on Neo

Add repository by installing repository package

(Warning: It need the image after ASU) (Warning: It may not works yet, for repository not contains packages required)

  • make sure your network works
    • using Wifi and USB network are both okay.
  • select Install bottom button
  • select "Repos" category
  • select "communication-repository"
  • install this repository

Add repository manually

  • create a file, here we call it community-repos.conf
> echo "arch community-repos 50" > community-repos.conf
> echo "src community-repos http://downloads.openmoko.org/community-repository/" >> community-repos.conf
  • connect to your Neo with USB
> sudo ifconfig usb0 192.168.0.200
> scp community-repos.conf root@192.168.0.202:/etc/opkg/
  • refresh the opkg metadata database
> ssh root@192.168.0.202 
after connecting to Neo
> opkg refresh

We need your help

Review Packages

Review Policy

Personal tools

This page is still under construction. Thanks :)

Community Repository

There is a community repository that every one can release your projects on Neo.

Sites

The Repository: http://downloads.openmoko.org/community-repository/

The mailing list: http://lists.openmoko.org/mailman/listinfo/community-repository

How to release packages

You can release your package with ipk file.

Package Tags

If you want your package to be shown on Assassin, please add tag message on your package.

Category Tag
Communication group::communication
Development group::programming
Games group::games
Maps group::maps
Miscellaneous group::unknown
Network group::network
Repos group::repos
  • For OE user, please adding the Tag by adding one line in your bb file

For example:

PKG_TAGS_${PN} = "group::games"

Add Repository on Neo

Add repository by installing repository package

(Warning: It need the image after ASU) (Warning: It may not works yet, for repository not contains packages required)

  • make sure your network works
    • using Wifi and USB network are both okay.
  • select Install bottom button
  • select "Repos" category
  • select "communication-repository"
  • install this repository

Add repository manually

  • create a file, here we call it community-repos.conf
> echo "arch community-repos 50" > community-repos.conf
> echo "src community-repos http://downloads.openmoko.org/community-repository/" >> community-repos.conf
  • connect to your Neo with USB
> sudo ifconfig usb0 192.168.0.200
> scp community-repos.conf root@192.168.0.202:/etc/opkg/
  • refresh the opkg metadata database
> ssh root@192.168.0.202 
after connecting to Neo
> opkg refresh

We need your help

Review Packages

Review Policy