Can't build Yocto 2.5 Sumo with meta-altera

I all,

i followed the instructions here: https://rocketboards.org/foswiki/Documentation/YoctoDoraBuildWithMetaAltera and can’t build anything!

bitbake virtual/bootloader fails:

smmu_s10.c:(._secure.text+0x758): dangerous relocation: unsupported relocation
| smmu_s10.c:(._secure.text+0x760): dangerous relocation: unsupported relocation
| arch/arm/mach-socfpga/built-in.o:(._secure_svc_tbl_entries+0x8): dangerous relocation: unsupported relocation
| arch/arm/mach-socfpga/built-in.o:(._secure_svc_tbl_entries+0x18): dangerous relocation: unsupported relocation
| arch/arm/mach-socfpga/built-in.o:(._secure_svc_tbl_entries+0x28): dangerous relocation: unsupported relocation
| arch/arm/mach-socfpga/built-in.o:(._secure_svc_tbl_entries+0x38): dangerous relocation: unsupported relocation
| arch/arm/mach-socfpga/built-in.o:(._secure_svc_tbl_entries+0x48): dangerous relocation: unsupported relocation
| arch/arm/mach-socfpga/built-in.o:(._secure_svc_tbl_entries+0x58): dangerous relocation: unsupported relocation
| arch/arm/mach-socfpga/built-in.o:(._secure_svc_tbl_entries+0x68): dangerous relocation: unsupported relocation
| arch/arm/mach-socfpga/built-in.o:(._secure_svc_tbl_entries+0x78): dangerous relocation: unsupported relocation
| arch/arm/mach-socfpga/built-in.o:(._secure_svc_tbl_entries+0x88): dangerous relocation: unsupported relocation
| arch/arm/mach-socfpga/built-in.o:(._secure_svc_tbl_entries+0x98): dangerous relocation: unsupported relocation
| arch/arm/mach-socfpga/built-in.o:/data/apoggiali/test-sumo/build/tmp/work/stratix10-poky-linux/u-boot-socfpga/v2017.09+gitAUTOINC+53ce6e587a-r0/git/arch/arm/mach-socfpga/clock_manager.c:68:(.u_boot_list_2_cmd_2_clocks+0x0): dangerous relocation: unsupported relocation
| arch/arm/mach-socfpga/built-in.o:(.u_boot_list_2_cmd_2_clocks+0x10): dangerous relocation: unsupported relocation
| arch/arm/mach-socfpga/built-in.o:(.u_boot_list_2_cmd_2_clocks+0x18): dangerous relocation: unsupported relocation
| arch/arm/mach-socfpga/built-in.o:(.u_boot_list_2_cmd_2_clocks+0x20): dangerous relocation: unsupported relocation
| arch/arm/mach-socfpga/built-in.o:/data/apoggiali/test-sumo/build/tmp/work/stratix10-poky-linux/u-boot-socfpga/v2017.09+gitAUTOINC+53ce6e587a-r0/git/arch/arm/mach-socfpga/misc_s10.c:382:(.u_boot_list_2_cmd_2_bridge+0x0): dangerous relocation: unsupported relocation
| arch/arm/mach-socfpga/built-in.o:(.u_boot_list_2_cmd_2_bridge+0x10): dangerous relocation: unsupported relocation
| arch/arm/mach-socfpga/built-in.o:(.u_boot_list_2_cmd_2_bridge+0x18): dangerous relocation: unsupported relocation
| arch/arm/mach-socfpga/built-in.o:(.u_boot_list_2_cmd_2_bridge+0x20): dangerous relocation: unsupported relocation
| arch/arm/mach-socfpga/built-in.o:(.data.mem_map+0x0): dangerous relocation: unsupported relocation
| arch/arm/mach-socfpga/built-in.o:/data/apoggiali/test-sumo/build/tmp/work/stratix10-poky-linux/u-boot-socfpga/v2017.09+gitAUTOINC+53ce6e587a-r0/git/arch/arm/mach-socfpga/rsu_s10.c:262:(.u_boot_list_2_cmd_2_rsu+0x0): dangerous relocation: unsupported relocation
| arch/arm/mach-socfpga/built-in.o:(.u_boot_list_2_cmd_2_rsu+0x10): dangerous relocation: unsupported relocation
| arch/arm/mach-socfpga/built-in.o:(.u_boot_list_2_cmd_2_rsu+0x18): dangerous relocation: unsupported relocation
| arch/arm/mach-socfpga/built-in.o:(.u_boot_list_2_cmd_2_rsu+0x20): dangerous relocation: unsupported relocation
| /data/apoggiali/test-sumo/build/tmp/work/stratix10-poky-linux/u-boot-socfpga/v2017.09+gitAUTOINC+53ce6e587a-r0/git/Makefile:1255: recipe for target ‘u-boot’ failed
| make[1]: *** [u-boot] Error 1

bitbake virtual/kernel fails on make oldnoconfig

bitbake core-image-minimal fails as well.

Is there any updated instructions?

Kernel versions 4.17 and 4.18 are no longer supported. Try updating the instructions to use one of the support versions, like 4.20:

Here’s when the 4.17 and 4.18 support was removed:

HTH