Expansionerror SRCPV

Hello, I’m very new here, first time yocto & fpga soc. Tons of experience with standard FPGA’s…

So on my first go, I follow the website wiki to build a linux image for cyclone5 :

bb.data_smart.ExpansionError: Failure expanding variable SRCPV, expression was ${@bb.fetch2.get_srcrev(d)} which triggered exception FetchError: Fetcher failure: Unable to resolve ‘socfpga-3.9’ in upstream git repository in git ls-remote output for github.com/altera-opensource/angstrom-socfpga.git

I had to change already some things like the MACHINE = “cyclone5” to MACHINE = “socfpga_cyclone5” and some URLS’s from rocketboards to github.com/altera-opensource/

Can someone point me to some reference that should work? As I said, I’m quite new to this, and I don’t want to spend too much time on silly issues because I’m using some transitional code.

Stefaan