The kernel development has moved from 5.18 to 6.1, thus the release tag has been removed from the morello/master branch. Use nobranch=1 to avoid fetch errors.
Signed-off-by: Pawel Zalewski pzalewski@thegoodpenguin.co.uk --- recipes-devtools/gen-init-cpio/gen-init-cpio-native.bb | 3 +-- recipes-kernel/linux/linux-morello.inc | 2 +- recipes-kernel/linux/linux-morello_1.5.bb | 1 - 3 files changed, 2 insertions(+), 4 deletions(-)
diff --git a/recipes-devtools/gen-init-cpio/gen-init-cpio-native.bb b/recipes-devtools/gen-init-cpio/gen-init-cpio-native.bb index c188ade..99a117e 100644 --- a/recipes-devtools/gen-init-cpio/gen-init-cpio-native.bb +++ b/recipes-devtools/gen-init-cpio/gen-init-cpio-native.bb @@ -11,10 +11,9 @@ PROVIDES = "${OUTPUTS_NAME}-native" LIC_FILES_CHKSUM = "file://COPYING;md5=6bc538ed5bd9a7fc9398086aedcd7e46"
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 \ "
-SRCBRANCH = "morello/master" SRCREV = "87d06928f90fe910311210a0149d03f3420f593c"
S = "${WORKDIR}/git/usr" diff --git a/recipes-kernel/linux/linux-morello.inc b/recipes-kernel/linux/linux-morello.inc index 30f681f..8ab7833 100644 --- a/recipes-kernel/linux/linux-morello.inc +++ b/recipes-kernel/linux/linux-morello.inc @@ -12,7 +12,7 @@ DEPENDS += "rsync-native" PROVIDES += "virtual/${OUTPUTS_NAME}"
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/recipes-kernel/linux/linux-morello_1.5.bb b/recipes-kernel/linux/linux-morello_1.5.bb index db43225..169776b 100644 --- a/recipes-kernel/linux/linux-morello_1.5.bb +++ b/recipes-kernel/linux/linux-morello_1.5.bb @@ -3,7 +3,6 @@ require linux-morello.inc LIC_FILES_CHKSUM = "file://COPYING;md5=6bc538ed5bd9a7fc9398086aedcd7e46"
SRCREV = "87d06928f90fe910311210a0149d03f3420f593c" -SRCBRANCH = "morello/master"
LINUX_VERSION = "5.18" LINUX_VERSION_EXTENSION= "-yocto-purecap"
linux-morello-distros@op-lists.linaro.org