Users Repositories

From Openmoko

(Difference between revisions)
Jump to: navigation, search
(Added link to Angstrom feed)
 
(99 intermediate revisions by 45 users not shown)
Line 1: Line 1:
=== Repositories ===
+
For information about the official downloads and distributions, see [[Download]]. A [[Community Repository]] hosted by Openmoko Inc. was setup in August 2008.
here you can find prebuilt kernels and root file systems.
+
  
* '''Official downloads'''
+
{{Warning|Never add feeds which are not for your installed distribution. Mixing feeds will [http://lists.openmoko.org/pipermail/support/2008-August/002227.html break your system].}}
:* Recent/latest builds
+
::* OM2007.2
+
:::http://buildhost.openmoko.org/OM2007.2/tmp/deploy/glibc/images/neo1973/?C=M;O=D
+
::* OM2007.1 (Obsolete)
+
:::http://buildhost.openmoko.org/OM2007.1/tmp/deploy/images/?C=M;O=D
+
  
:* Snapshots [http://downloads.openmoko.org/snapshots/] or [http://buildhost.openmoko.org/snapshots/]
+
===[[User:Kevin_Dean|Kevin_Dean]]===
::* OM2007.11 - the latest (2nd Dec) snapshot ([http://lists.openmoko.org/pipermail/community/2007-December/011980.html from Mickey])
+
:::http://buildhost.openmoko.org/snapshots/2007.11/images/neo1973/
+
::* 2007.08 snapshot, as announced by Sean on August 19
+
:::http://buildhost.openmoko.org/snapshots/2007.08/images/
+
  
* '''Unofficial builds'''
+
:Latest recommended [[Snapshot review|snapshot review]]
:* '''[[User:ChooseOpen|ChooseOpen]]'''
+
::http://chooseopen.com:81/openmoko/build/2007.2/?M=D
+
::http://chooseopen.com:81/openmoko/build/qtopia/?M=D (Qtopia)
+
  
:* '''[[User:ScaredyCat|ScaredyCat]]'''
+
===[[User:ScaredyCat|ScaredyCat]]===
::http://buildhost.automated.it/OM2007.2/?M=D
+
  
::ScaredyCat also has a ipkg repository for 2007.2 where e.g. gpe-filemanager and a lot more (e.g. ntpd) can be installed from. On the Neo do:
+
ScaredyCat also has a opkg repository for 2007.2 where e.g. gpe-filemanager and a lot more (e.g. ntpd) can be installed from. On the Neo do:
  
  cd /etc/ipkg
+
  cd /etc/opkg
  wget http://buildhost.automated.it/OM2007.2/packages/scaredycat.conf  
+
  wget http://buildhost.automated.it/scaredycat.conf  
  ipkg update
+
  opkg update
  ipkg install gpe-filemanager
+
  opkg install gpe-filemanager
  ipkg install gpe-timesheet
+
  opkg install gpe-timesheet
  ipkg install gpe-todo
+
  opkg install gpe-todo
  ipkg install mysql
+
  opkg install mysql
  ipkg install mtpaint
+
  opkg install mtpaint
  ipkg install sqlite
+
  opkg install sqlite
  ipkg install ntp
+
  opkg install ntp
 
  #(you get the idea)
 
  #(you get the idea)
 
  /etc/init.d/xserver-nodm restart    # to make the new applications appear in the menu
 
  /etc/init.d/xserver-nodm restart    # to make the new applications appear in the menu
  
:* '''mwester''' unofficial builds
+
==='''MokSec'''===
::http://moko.mwester.net/
+
  
:* - (2007.2)
+
Here you will find the project which are related to the MokSec (OpenMoko Security) project. The packages works under FSO, but have to work also on other distribution.
::http://ipkg.nslu2-linux.org/feeds/openmoko/images/?C=M;O=D
+
  
:* - (2007.2)
+
:http://opkg.networld.to/moksec/testing
::http://www.totalueberwachung.de/~alphaone/openmoko-build/glibc/images/fic-gta01/?C=M;O=D
+
:http://opkg.networld.to/networld-ported
  
:* - (2007.2)
+
To add the repository to your Neo use the following command:
::http://celtune.morb-design.com/images/fic-gta01/?C=M;O=D
+
::http://celtune.morb-design.com/ipk/
+
::Celtune offers Standard-Builds (.jffs2, .tar, .bin, .ipk)
+
  
cd /etc/ipkg && wget http://celtune.morb-design.com/celtune.conf
+
<pre>
 +
echo "src/gz moksec-testing http://opkg.networld.to/moksec/testing" > /etc/opkg/moksec-testing.conf
 +
echo "src/gz networld-ported http://opkg.networld.to/networld-ported" > /etc/opkg/networld-ported.conf
 +
</pre>
  
If you want to add a link, it would be nice to enforce a standard format of these feeds so that they can be browsed automatically.
+
networld-ported includes the following packages (maybe not complete list):
  
=== Adding the Angstrom feeds ===
+
* aircrack-ng
If there's a package you need that is missing from the feeds listed above you can search the Angstrom repo [http://www.angstrom-distribution.org/repo/ here].
+
* cryptcat
 +
* ettercap-ng
 +
* memdump
 +
* silc-toolkit
 +
* sslstrip
 +
* zenmap/nmap
 +
* nginx
  
To add the unstable Angstrom feed, update your /etc/ipkg/base-feeds.conf to include a line:
+
==='''mwester''' unofficial builds===
 +
:http://moko.mwester.net/
  
src/gz base http://www.angstrom-distribution.org/unstable/feed/armv4t/
+
===celtune===
 +
:http://rabenfrost.net/celtune/?C=M;O=D
 +
:http://rabenfrost.net/celtune/ipk/
  
 +
Celtune offers Standard-Builds (.jffs2, .tar.gz, .bin, .ipk) and several special-images with additional packages (e.g. monster-images,navigation-images,...)
  
[[Category:OpenMoko]]
+
For more info take a look at http://rabenfrost.net/celtune/1-NEWS-WARNING-INFO
 +
 
 +
You can find images, kernels and packages for other devices too on http://rabenfrost.net/celtune/ (e.g. HTC-Blueangel, Asus730W ...)
 +
 
 +
A huge number of packages is located at http://rabenfrost.net/celtune/ipk/ 
 +
 
 +
Use the following line to add celtune's feed to your neo:
 +
cd /etc/opkg && wget http://rabenfrost.net/celtune/celtune-rabenfrost.conf
 +
 
 +
 
 +
 
 +
===FSO===
 +
 
 +
The official feeds can be found at  http://downloads.freesmartphone.org/ and here http://ftp.osuosl.org/pub/nslu2/feeds/freesmartphone/ (mirror). The hosting is with thanks to our friends at [http://NSLU2-Linux.org NSLU2-Linux] and [http://OSUOSL.org Open Source Labs].
 +
 
 +
=== Jec ===
 +
 
 +
Jec hosts automatic IPKG builds for Openmoko on a dedicated server (P4 3.2 GHz) connected directly to Internet. Interested maintainers can contact  Jean-Eric Cuendet  <  ml.jecuendet at gmail.com > for an account. Packages are at :  http://alf.pticoli.net/openmoko/ . Created 9/9/2008, so I would not add it as a feed but ''opkg install URL''.
 +
 
 +
[[Category:Software repositories]]

Latest revision as of 19:30, 30 November 2011

For information about the official downloads and distributions, see Download. A Community Repository hosted by Openmoko Inc. was setup in August 2008.

WARNING: Never add feeds which are not for your installed distribution. Mixing feeds will break your system.


Contents

[edit] Kevin_Dean

Latest recommended snapshot review

[edit] ScaredyCat

ScaredyCat also has a opkg repository for 2007.2 where e.g. gpe-filemanager and a lot more (e.g. ntpd) can be installed from. On the Neo do:

cd /etc/opkg
wget http://buildhost.automated.it/scaredycat.conf 
opkg update
opkg install gpe-filemanager
opkg install gpe-timesheet
opkg install gpe-todo
opkg install mysql
opkg install mtpaint
opkg install sqlite
opkg install ntp
#(you get the idea)
/etc/init.d/xserver-nodm restart    # to make the new applications appear in the menu

[edit] MokSec

Here you will find the project which are related to the MokSec (OpenMoko Security) project. The packages works under FSO, but have to work also on other distribution.

http://opkg.networld.to/moksec/testing
http://opkg.networld.to/networld-ported

To add the repository to your Neo use the following command:

echo "src/gz moksec-testing http://opkg.networld.to/moksec/testing" > /etc/opkg/moksec-testing.conf
echo "src/gz networld-ported http://opkg.networld.to/networld-ported" > /etc/opkg/networld-ported.conf

networld-ported includes the following packages (maybe not complete list):

  • aircrack-ng
  • cryptcat
  • ettercap-ng
  • memdump
  • silc-toolkit
  • sslstrip
  • zenmap/nmap
  • nginx

[edit] mwester unofficial builds

http://moko.mwester.net/

[edit] celtune

http://rabenfrost.net/celtune/?C=M;O=D
http://rabenfrost.net/celtune/ipk/

Celtune offers Standard-Builds (.jffs2, .tar.gz, .bin, .ipk) and several special-images with additional packages (e.g. monster-images,navigation-images,...)

For more info take a look at http://rabenfrost.net/celtune/1-NEWS-WARNING-INFO

You can find images, kernels and packages for other devices too on http://rabenfrost.net/celtune/ (e.g. HTC-Blueangel, Asus730W ...)

A huge number of packages is located at http://rabenfrost.net/celtune/ipk/

Use the following line to add celtune's feed to your neo:

cd /etc/opkg && wget http://rabenfrost.net/celtune/celtune-rabenfrost.conf


[edit] FSO

The official feeds can be found at http://downloads.freesmartphone.org/ and here http://ftp.osuosl.org/pub/nslu2/feeds/freesmartphone/ (mirror). The hosting is with thanks to our friends at NSLU2-Linux and Open Source Labs.

[edit] Jec

Jec hosts automatic IPKG builds for Openmoko on a dedicated server (P4 3.2 GHz) connected directly to Internet. Interested maintainers can contact Jean-Eric Cuendet < ml.jecuendet at gmail.com > for an account. Packages are at : http://alf.pticoli.net/openmoko/ . Created 9/9/2008, so I would not add it as a feed but opkg install URL.

Personal tools

Repositories

here you can find prebuilt kernels and root file systems.

  • Official downloads
  • Recent/latest builds
  • OM2007.2
http://buildhost.openmoko.org/OM2007.2/tmp/deploy/glibc/images/neo1973/?C=M;O=D
  • OM2007.1 (Obsolete)
http://buildhost.openmoko.org/OM2007.1/tmp/deploy/images/?C=M;O=D
  • OM2007.11 - the latest (2nd Dec) snapshot (from Mickey)
http://buildhost.openmoko.org/snapshots/2007.11/images/neo1973/
  • 2007.08 snapshot, as announced by Sean on August 19
http://buildhost.openmoko.org/snapshots/2007.08/images/
  • Unofficial builds
http://chooseopen.com:81/openmoko/build/2007.2/?M=D
http://chooseopen.com:81/openmoko/build/qtopia/?M=D (Qtopia)
http://buildhost.automated.it/OM2007.2/?M=D
ScaredyCat also has a ipkg repository for 2007.2 where e.g. gpe-filemanager and a lot more (e.g. ntpd) can be installed from. On the Neo do:
cd /etc/ipkg
wget http://buildhost.automated.it/OM2007.2/packages/scaredycat.conf 
ipkg update
ipkg install gpe-filemanager
ipkg install gpe-timesheet
ipkg install gpe-todo
ipkg install mysql
ipkg install mtpaint
ipkg install sqlite
ipkg install ntp
#(you get the idea)
/etc/init.d/xserver-nodm restart    # to make the new applications appear in the menu
  • mwester unofficial builds
http://moko.mwester.net/
  • - (2007.2)
http://ipkg.nslu2-linux.org/feeds/openmoko/images/?C=M;O=D
  • - (2007.2)
http://www.totalueberwachung.de/~alphaone/openmoko-build/glibc/images/fic-gta01/?C=M;O=D
  • - (2007.2)
http://celtune.morb-design.com/images/fic-gta01/?C=M;O=D
http://celtune.morb-design.com/ipk/
Celtune offers Standard-Builds (.jffs2, .tar, .bin, .ipk)
cd /etc/ipkg && wget http://celtune.morb-design.com/celtune.conf

If you want to add a link, it would be nice to enforce a standard format of these feeds so that they can be browsed automatically.

Adding the Angstrom feeds

If there's a package you need that is missing from the feeds listed above you can search the Angstrom repo here.

To add the unstable Angstrom feed, update your /etc/ipkg/base-feeds.conf to include a line:

src/gz base http://www.angstrom-distribution.org/unstable/feed/armv4t/