Removed reference to scripts as they are not needed, removed reference to tarball
authorsadoon <sadoon@web>
Fri, 18 Aug 2023 12:44:50 +0000 (13:44 +0100)
committerIkiWiki <ikiwiki.info>
Fri, 18 Aug 2023 12:44:50 +0000 (13:44 +0100)
HDL_workflow/gentoo-sffs.mdwn

index 35168575300c6a0e90590726fd51f3b4c7e0ab11..27cbf1023f8aa81c9f9fd25161767f96fe23c71e 100644 (file)
@@ -4,11 +4,6 @@ Useful Links (External):
 
 * [Read the Gentoo handbook thoroughly, it's all you need](https://wiki.gentoo.org/wiki/Handbook:PPC64)
 
-Useful links (Libre-SOC):
-
-* Devscripts Libre-SOC page: [[devscripts]]
-* [Libre-SOC devscripts repo](https://git.libre-soc.org/?p=dev-env-setup.git;a=tree)
-
 ## Video Tutorial
 
 [todo](todo) 
@@ -17,7 +12,7 @@ Useful links (Libre-SOC):
 
 Libre-SOC builds upon the OpenPOWER ISA v3.0 but does not include many parts of the architecture typically found on production silicon, like AltiVec, VSX, and 128-bit hardware floating point. Because of this, we need (at this time, might change in the future when glibc supports detecting VSX vs SVP64 etc) to rebuild the stage 3 system to not include any of those instructions, making it compliant with [sffs (slides 5 & 6)](https://ics2020.bsc.es/sites/default/files/uploaded/brian_thompto_ICS2020_SLIDES.pdf).
 
-You can approach this in two ways: either build the full base Gentoo stage3 packages yourself using the [handbook](https://wiki.gentoo.org/wiki/Handbook:PPC64), optionally automated with our [scripts](https://git.libre-soc.org/?p=dev-env-setup.git;a=tree), or use the [prebuilt rootfs] in a compressed tar archive.
+To do this, you need to rebuild Gentoo from a known working stage3 archive, which we will guide you through.
 
 Do note that given the rolling release nature of Gentoo, it is almost impossible to get the same system with the specific package versions we have without using the same stage3 version we used.