Visible to Intel only — GUID: yxd1522338807257
Ixiasoft
Visible to Intel only — GUID: yxd1522338807257
Ixiasoft
5.1.4.3. Source Code Management Considerations
The GSRD build process relies on several git trees that are available online, including:
Git Tree | Link |
---|---|
Intel SoC FPGA Linux Kernel | |
Intel SoC FPGA Linux designs | |
Intel SoC FPGA Angstrom recipes | https://github.com/altera-opensource/angstrom-socfpga |
Git Tree | Link |
Linux | https://github.com/altera-opensource/linux-socfpga |
U-Boot | https://github.com/altera-opensource/u-boot-socfpga |
Reference Designs Recipes | https://github.com/altera-opensource/meta-intel-fpga-refdes |
Reference Designs Sources | https://github.com/altera-opensource/linux-refdesigns |
GUIDELINE: Manage your own Git repositories and do not assume the contents of the repositories available on the altera-opensource site remains available. Managing Git repositories can be achieved in many ways, such as using a Git service provider. Some benefits of managing your own Git repositories include build reproducibility, source code management and leveraging the distributed model enabled by Git.
The GSRD uses the Angstrom rootfilesystem, built using Yocto recipes. The recipes pull in various open source package sources, and build them into the rootfilesystem. Because some of these recipes are generic, and do not refer to a specific version, the end result may be different from one build to another.
The GSRD uses a rootfilesystem built using Yocto recipes. The recipes pull in various open source package sources, and build them into the rootfilesystem. Because some of these recipes are generic, and do not refer to a specific version, the end result may be different from one build to another.