Skip to content

Commit 4e31a70

Browse files
authored
Remove altera-innersource from Yocto meta-custom README files (#5)
1. Removed altera-innersource link and updated with public altera-fpga link 2. Removed parallel thread limits in kas.yml
1 parent 59a6bd8 commit 4e31a70

File tree

4 files changed

+6
-8
lines changed

4 files changed

+6
-8
lines changed

a5ed065es-premium-devkit-oobe/baseline/software/yocto_linux/kas.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,6 @@ local_conf_header:
4848
VIRTUAL-RUNTIME_init_manager = "systemd"
4949
KERNEL_MODULE_PROBECONF = "cfg80211"
5050
module_conf_cfg80211 = "blacklist cfg80211"
51-
PARALLEL_MAKE = "-j 8"
52-
BB_NUMBER_THREADS = "8"
5351
boot-source: |
5452
SSBL_BOOT_SOURCE ?= "mmc0"
5553
KERNEL_BOOTARGS_SD_MMC ?= ""

a5ed065es-premium-devkit-oobe/baseline/software/yocto_linux/meta-custom/recipes-bsp/device-tree/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
## FPGA design specific custom Linux device tree
44
### a. Full custom device tree (When FPGA_ENABLE_CORE_PGM=1, CUSTOM_LINUX_DEVICE_TREE=1)
55
**CUSTOM LINUX DEVICE TREE**
6-
- Refer to the official base device tree source https://github.com/altera-innersource/applications.fpga.soc.linux-socfpga-dev/blob/socfpga-6.12.19-lts/arch/arm64/boot/dts/intel/socfpga_agilex5_socdk.dts and create custom device tree with same name or different name.
6+
- Refer to the official base device tree source https://github.com/altera-fpga/linux-socfpga.git - arch/arm64/boot/dts/intel/socfpga_agilex5_socdk.dts and create custom device tree with same name or different name.
77

88
- Ensure your custom .dts includes `socfpga_agilex5.dtsi` similar to how it's done in the reference .dts.
99

a5ed065es-premium-devkit-oobe/baseline/software/yocto_linux/meta-custom/recipes-bsp/u-boot/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
- No additional Yocto configuration is required, by default `CUSTOM_UBOOT_DEVICE_TREE` variable is disabled in `kas.yml`.
88

99
### Custom device tree
10-
- Create the custom device tree by referring to https://github.com/altera-innersource/applications.fpga.soc.uboot-socfpga/blob/socfpga_v2025.04/arch/arm/dts/socfpga_agilex5_socdk.dts.
10+
- Create the custom device tree by referring to https://github.com/altera-fpga/u-boot-socfpga.git - arch/arm/dts/socfpga_agilex5_socdk.dts.
1111
- Ensure required .dtsi file (e.g., socfpga_agilex5.dtsi) included in your custom .dts, similar to how it's done in the reference .dts.
1212
- Copy the complete custom .dts file in `meta-custom/recipes-bsp/u-boot/files/dts/`
1313
- Enable the `CUSTOM_UBOOT_DEVICE_TREE` variable in `kas.yml` to instruct the Yocto build system to build your custom .dts instead of the default in-tree one.
@@ -57,8 +57,8 @@ Follow below steps to create the patch, apply & build the U-Boot.
5757

5858
### Clone U-Boot source repo
5959
```
60-
$ git clone https://github.com/altera-innersource/applications.fpga.soc.uboot-socfpga.git
61-
$ cd applications.fpga.soc.uboot-socfpga
60+
$ git clone https://github.com/altera-fpga/u-boot-socfpga.git
61+
$ cd u-boot-socfpga
6262
$ git checkout <branch>
6363
```
6464
Do your source code changes.

a5ed065es-premium-devkit-oobe/baseline/software/yocto_linux/meta-custom/recipes-kernel/linux/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ Follow below steps to create the patch & build Linux Kernel.
4040

4141
### Clone Linux Kernel repo
4242
```
43-
$ git clone https://github.com/altera-innersource/applications.fpga.soc.linux-socfpga-dev.git
44-
$ cd applications.fpga.soc.linux-socfpga-dev
43+
$ git clone https://github.com/altera-fpga/linux-socfpga.git
44+
$ cd linux-socfpga
4545
$ git checkout <branch>
4646
```
4747

0 commit comments

Comments
 (0)