Update external groups.
[riscv-talks.git] / 2016-redhat / 3120-fedora-stages.html
1 <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
2 <link rel="stylesheet" href="style.css" type="text/css"/>
3 <script src="code.js" type="text/javascript"></script>
4
5 <h1>Fedora: Bootstrap stages</h1>
6
7 <style>
8 ol {
9   list-style-type: none;
10   counter-reset: item;
11   margin: 0;
12   padding: 0;
13 }
14
15 ol > li {
16   display: table;
17   counter-increment: item;
18   margin-bottom: 0.6em;
19 }
20
21 ol > li:before {
22   content: "Stage " counters(item, ".") ". ";
23   display: table-cell;
24   padding-right: 0.6em;    
25 }
26
27 li ol > li {
28   margin: 0;
29 }
30
31 li ol > li:before {
32   content: counters(item, ".") " ";
33 }
34 </style>
35
36 <ol>
37 <li> Emulators <br/>
38   <a href="https://copr.fedorainfracloud.org/coprs/rjones/riscv/">https://copr.fedorainfracloud.org/coprs/rjones/riscv/</a>
39 <li> Cross-compiled tool chain (same copr)
40 <li> Cross-compile enough packages so we can run rpmbuild &amp; GCC <br/>
41   Build RPMs from Fedora SRPMs <br/>
42   <a href="https://github.com/rwmjones/fedora-riscv">https://github.com/rwmjones/fedora-riscv</a>
43 <li> 
44   <ol>
45     <li> Clean disk image built entirely from RPMs
46     <li> <b>Auto-build packages from Fedora Koji ☜</b>
47     <li> Get everything upstream <br/>
48          Spec file changes into Fedora
49   </ol>
50 </ul>