From Fedora Project Wiki
< Architectures | ARM
m (Created page with '{{Draft}}{{Admon/note|Refactoring|This portion of the wiki is currently being refactored.}} = Packaging for Fedora ARM = = Common ARM Issues =') |
|||
Line 1: | Line 1: | ||
{{Draft}}{{Admon/note|Refactoring|This portion of the wiki is currently being refactored.}} | {{Draft}}{{Admon/note|Refactoring|This portion of the wiki is currently being refactored.}} | ||
= Packaging for Fedora ARM = | = Packaging for Fedora ARM = | ||
As part of setting up to be a package maintainer, you should have run fedora-packager-setup from the fedora-packager rpm. That will write secondary arch config files in ~/.koji. To kick off a build for a package you maintain, run: | |||
<pre> | |||
make SECONDARY_CONFIG="-c ~/.koji/arm-config" build | |||
</pre> | |||
To kick off a koji scratch build, run: | |||
<pre> | |||
koji -c ~/.koji/arm-config build --scratch dist-f13 /path/to/srpm | |||
</pre> | |||
You can change the dist tag to the dist you want to target. | |||
There is also a separate [http://arm.koji.fedoraproject.org/koji/ Fedora ARM Koji Webinterface]. | |||
= Common ARM Issues = | = Common ARM Issues = |
Revision as of 19:38, 14 October 2010
Packaging for Fedora ARM
As part of setting up to be a package maintainer, you should have run fedora-packager-setup from the fedora-packager rpm. That will write secondary arch config files in ~/.koji. To kick off a build for a package you maintain, run:
make SECONDARY_CONFIG="-c ~/.koji/arm-config" build
To kick off a koji scratch build, run:
koji -c ~/.koji/arm-config build --scratch dist-f13 /path/to/srpm
You can change the dist tag to the dist you want to target.
There is also a separate Fedora ARM Koji Webinterface.