@@ -9,22 +9,28 @@ parabola-riscv64-bootstrap
99---------------
1010
1111This project is an attempt to bootstrap a self-contained parabola
12- GNU/Linux-libre system for the riscv64 architecture. The scripts are created
13- with the goal to be as architectur agnostic as possible, to make future porting
14- efforts easier.
12+ GNU/Linux-libre system for the following architectures:
13+
14+ - riscv64 (HiFive)
15+ - riscv32 (PULP)
16+ - sparc (OpenSparc)
17+ - powerpc64le (TalosII)
18+
19+ The scripts are created with the goal to be as architecture agnostic as
20+ possible, to make future porting efforts easier.
1521
1622The build process is split into four stages, the rationale of which is outlined
1723in section 2 below.
1824
1925To initiate a complete build of all stages, run:
20- $> sudo ./create
26+ $> sudo ./create [CARCH]
2127
2228The builds can be configured to keep going if the build of a single package
2329fails, by creating the file `build/.KEEP_GOING`. Otherwise, the build will stop
2430once an error is encountered. This is useful for getting as much work done as
2531possible unattended, but will make debugging harder in the later stages,
26- because temporary build fragments and filesystem trees will be overwritten by
27- the next package.
32+ because temporary build fragments and filesystem trees in the build chroots
33+ will be overwritten by the next package.
2834
2935The complete console output of a package build process can be found in the
3036corresponding .MAKEPKGLOG file in the build directory of that package.
@@ -62,9 +68,9 @@ can email me at <
[email protected] >, or find me as <oaken-source> in
62681.3. Current state of the project
6369---------------------------------
6470
65- All four stages are complete and this repository is now closed. A pointer where
66- to find future development efforts for the parabola RISC-V port will be added
67- here in due time.
71+ All four stages of the riscv64 bootstrap are complete, and efforts to add
72+ additional architectures has begun. A pointer where to find future development
73+ efforts for the parabola RISC-V port will be added here in due time.
6874
69752. Build Stages
7076---------------
0 commit comments