Yocto Project Error for Arria 10

Hi - followed the link below to create an image for Arria 10 on Ubuntu 20.04LTS:

Adding the following lines to /conf/local.conf does not allow to create correctly the image:

MACHINE =“arria10”
PREFERRED_PROVIDER_virtual/kernel = “linux-altera”
PREFERRED_VERSION_linux-altera = “6.1%”
GCCVERSION = “linaro-4.9”
SDKGCCVERSION = “linaro-4.9”
DEFAULTTUNE = “cortexa9hf-neon”
IMAGE_INSTALL:append = " gator "
IMAGE_INSTALL:append = " statusfpga mselfpga readbridgesfpga writebridgefpga "

These are the errors:

ERROR: /home/gachaconr/poky/meta-intelfpga/recipes-kernel/linux/linux-altera_6.0.bb: Unable to get checksum for linux-altera SRC_URI entry socfpga_defconfig: file could not be found
ERROR: Parsing halted due to errors, see error messages above
ERROR: /home/gachaconr/poky/meta-intelfpga/recipes-kernel/linux/linux-altera_5.8.bb: Unable to get checksum for linux-altera SRC_URI entry socfpga_defconfig: file could not be found

Can you please help me solving this issues?

Thanks in advance,
Gus