In one of the kernel recipes the revision is specified:
SRC_URI = "${KERNEL_SRC};branch=${SRCBRANCH}"
SRCREV = "dd055f07f727803a7542541f560f69daed8209f4"
LINUX_VERSION = "5.15.60"
Is it possible to override the SRCREV in another layer?
Thanks!