From Fedora Project Wiki
No edit summary
(add some info on how to use koji and where to find the latest packages)
Line 20: Line 20:
There are currently efforts ongoing to recompile all packages and prepare a F-15 release or if we find out that we are too far behind the primary archs to have a F-16 release. This is the current status of the package rebuild:
There are currently efforts ongoing to recompile all packages and prepare a F-15 release or if we find out that we are too far behind the primary archs to have a F-16 release. This is the current status of the package rebuild:
[[File:Ppc-statistics.png]]
[[File:Ppc-statistics.png]]
== The PowerPC koji build system ==
All official Fedora PowerPC packages will be built by the koji build system at the
[http://ppc.koji.fedoraproject.org/koji PowerPC koji hub]
All non-scratch packages that haven't been deleted by the garbage-collector are available at the
[http://ppc.koji.fedoraproject.org/mnt/koji/packages/ package storage], scratch builds can be found for a few days at the [http://ppc.koji.fedoraproject.org/mnt/koji/scratch scratch repository]
== Building packages on the PowerPC koji build system ==
Everyone with a Fedora account can do at least scratch builds of packages on the PowerPC koji build system, package maintainers who can check changes into the git repositories can build updated packages that will later on end up in the distribution.
=== Doing scratch builds ===
After running fedora-packager-setup from the fedora-packager rpm
ppc-koji build --scratch dist-f15 yourpkg.src.rpm
These builds will be removed from koji automatically after a while.
=== 'real' builds ===
'Real' builds will be pulled into the package repositories and into the install images, unless they got replaces by later versions.
After running fedora-packager-setup from the fedora-packager rpm
ppc-koji build dist-f15 "$(fedpkg giturl)"
or
fedpkg build --target=dist-f15


== PPC Shell access for debugging ==
== PPC Shell access for debugging ==

Revision as of 18:18, 17 March 2011

Shortcut:
Arch:PPC

PowerPC/POWER/Cell Special Interest Group

Members

Latest PPC Fedora release

Latest Fedora release for PPC is currently Fedora 12 and can be found from http://download.fedoraproject.org/pub/fedora/linux/releases/12/Fedora/ppc/iso/

There are currently efforts ongoing to recompile all packages and prepare a F-15 release or if we find out that we are too far behind the primary archs to have a F-16 release. This is the current status of the package rebuild: Ppc-statistics.png

The PowerPC koji build system

All official Fedora PowerPC packages will be built by the koji build system at the PowerPC koji hub

All non-scratch packages that haven't been deleted by the garbage-collector are available at the package storage, scratch builds can be found for a few days at the scratch repository

Building packages on the PowerPC koji build system

Everyone with a Fedora account can do at least scratch builds of packages on the PowerPC koji build system, package maintainers who can check changes into the git repositories can build updated packages that will later on end up in the distribution.

Doing scratch builds

After running fedora-packager-setup from the fedora-packager rpm

ppc-koji build --scratch dist-f15 yourpkg.src.rpm

These builds will be removed from koji automatically after a while.

'real' builds

'Real' builds will be pulled into the package repositories and into the install images, unless they got replaces by later versions. After running fedora-packager-setup from the fedora-packager rpm

ppc-koji build dist-f15 "$(fedpkg giturl)"

or

fedpkg build --target=dist-f15

PPC Shell access for debugging

David Woodhouse (dwmw2) and Josh Boyer (jwboyer) may provide you access to a PPC box for build debugging purposes. Just send them an e-mail with an request and a public SSH key.

Applications/Libraries of Interest

Documentation

PowerPC Hardware

ApplePowerPC

PlayStation

Work needed

Bugzilla

Documentation


Links