For some reason nobranch was removed in the past despite overall agreement that this is the way and now when the kernel has been rebased to 6.4 the fetch is failing again.
Go back to `nobranch + commit ref` and stick with it.
Switch to morello-last-6.1 tag while at it.
Signed-off-by: Pawel Zalewski pzalewski@thegoodpenguin.co.uk --- meta-morello/recipes-kernel/linux/linux-morello.inc | 2 +- .../recipes-kernel/linux/linux-morello_morello-1.6.bb | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/meta-morello/recipes-kernel/linux/linux-morello.inc b/meta-morello/recipes-kernel/linux/linux-morello.inc index 4442cf4..1822096 100644 --- a/meta-morello/recipes-kernel/linux/linux-morello.inc +++ b/meta-morello/recipes-kernel/linux/linux-morello.inc @@ -17,7 +17,7 @@ DEPENDS:remove:toolchain-llvm-morello = "virtual/musl-morello" RDEPENDS:${PN}:remove:toolchain-llvm-morello = " musl"
SRC_URI = " \ - git://git.morello-project.org/morello/kernel/linux;protocol=https;branch=${SRCBRANCH} \ + git://git.morello-project.org/morello/kernel/linux;protocol=https;nobranch=1 \ "
PV = "${LINUX_VERSION}+git${SRCPV}" diff --git a/meta-morello/recipes-kernel/linux/linux-morello_morello-1.6.bb b/meta-morello/recipes-kernel/linux/linux-morello_morello-1.6.bb index a514274..09c89c4 100644 --- a/meta-morello/recipes-kernel/linux/linux-morello_morello-1.6.bb +++ b/meta-morello/recipes-kernel/linux/linux-morello_morello-1.6.bb @@ -2,10 +2,10 @@ require linux-morello.inc
LIC_FILES_CHKSUM = "file://COPYING;md5=6bc538ed5bd9a7fc9398086aedcd7e46"
-SRCREV = "c4b74f2e4712d38f2ea9d5b924f52e38c6faa446" -SRCBRANCH = "morello/master" +SRCREV = "666422c8579d7fd0e8e301ec16b4a2dce2ba8ec1"
LINUX_VERSION = "6.1" LINUX_VERSION_EXTENSION= "-yocto-purecap"
COMPATIBLE_MACHINE = "morello" +