I have a custom meta layer that is supposed to build github kernel.
SRC_URI = "git://git@github.com/preetamsashankreddy/linux-cip;protocol=ssh;"
PV = "${LINUX_VERSION}+git${SRCPV}"
SRCREV_machine="${AUTOINC}"
I only get
bb.data_smart.ExpansionError: Failure expanding variable SRCPV, expression was ${@bb.fetch2.get_srcrev(d)} which triggered exception FetchError: Fetcher failure for URL: 'git://git@github.com/preetamsashankreddy/linux-cip;protocol=ssh;'. Please set a valid SRCREV for url ['SRCREV_default:pn-linux-yocto', 'SRCREV_default', 'SRCREV:pn-linux-yocto', 'SRCREV'] (possible key names are git://git@github.com/preetamsashankreddy/linux-cip;protocol=ssh;, or use a ;rev=X URL parameter)
The variable dependency chain for the failure is: SRCPV -> PV -> WORKDIR -> RECIPE_SYSROOT_NATIVE -> STAGING_DIR_NATIVE -> STAGING_INCDIR_NATIVE -> BUILD_CPPFLAGS
I have tried SRCREV, SRCREV_machine and SRCREV_meta. Nothing works. What is going on here?