Slept on this one due to holidays, this series of patches bumps the release tags/branches to 1.6.1 while we wait for release 1.7
Musl was updated to 1.6.1 before the actual 1.6.1 release in 1.6 branch...
Pawel Zalewski (5): rom-binaries: update version to 1.6 linux-kernel: update version to 1.6.1 gdb: use the latest revision llvm: update version to 1.6.1 board-firmware: update version to 1.6.1
meta-morello-toolchain/recipes-devtools/llvm/llvm-morello.inc | 4 ++-- .../recipes-bsp/board-firmware/board-firmware_morello-1.6.bb | 4 ++-- .../rom-binaries/{rom-binaries_1.5.bb => rom-binaries_1.6.bb} | 2 +- meta-morello/recipes-devtools/gdb/gdb.inc | 2 +- .../recipes-kernel/linux/linux-morello_morello-1.6.bb | 4 ++-- 5 files changed, 8 insertions(+), 8 deletions(-) rename meta-morello/recipes-bsp/rom-binaries/{rom-binaries_1.5.bb => rom-binaries_1.6.bb} (95%)
Signed-off-by: Pawel Zalewski pzalewski@thegoodpenguin.co.uk --- .../rom-binaries/{rom-binaries_1.5.bb => rom-binaries_1.6.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-morello/recipes-bsp/rom-binaries/{rom-binaries_1.5.bb => rom-binaries_1.6.bb} (95%)
diff --git a/meta-morello/recipes-bsp/rom-binaries/rom-binaries_1.5.bb b/meta-morello/recipes-bsp/rom-binaries/rom-binaries_1.6.bb similarity index 95% rename from meta-morello/recipes-bsp/rom-binaries/rom-binaries_1.5.bb rename to meta-morello/recipes-bsp/rom-binaries/rom-binaries_1.6.bb index f870d5b..6669a37 100644 --- a/meta-morello/recipes-bsp/rom-binaries/rom-binaries_1.5.bb +++ b/meta-morello/recipes-bsp/rom-binaries/rom-binaries_1.6.bb @@ -13,7 +13,7 @@ PACKAGE_ARCH = "${MACHINE_ARCH}" SRC_URI = "git://git.morello-project.org/morello/rom-binaries;protocol=https;branch=${SRCBRANCH}" SRCREV = "c86e6a17563423d3938240799196ec68784f9e04"
-SRCBRANCH = "morello/release-1.5" +SRCBRANCH = "morello/release-1.6"
LIC_FILES_CHKSUM = "file://LICENSES/bl1.txt;md5=8737ebfecb4a75675c676c10f7d07c70 \ file://LICENSES/mcp_romfw.txt;md5=ad686ac8d50ed47c030a1094ffdead49 \
Signed-off-by: Pawel Zalewski pzalewski@thegoodpenguin.co.uk --- .../recipes-kernel/linux/linux-morello_morello-1.6.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
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 09c89c4..5836a3a 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,9 +2,9 @@ require linux-morello.inc
LIC_FILES_CHKSUM = "file://COPYING;md5=6bc538ed5bd9a7fc9398086aedcd7e46"
-SRCREV = "666422c8579d7fd0e8e301ec16b4a2dce2ba8ec1" +SRCREV = "bf6680a3b8b63bc3d16553538c987f3ed5c53804"
-LINUX_VERSION = "6.1" +LINUX_VERSION = "6.4" LINUX_VERSION_EXTENSION= "-yocto-purecap"
COMPATIBLE_MACHINE = "morello"
Latest kernel is incompatible with older gdb.
Signed-off-by: Pawel Zalewski pzalewski@thegoodpenguin.co.uk --- meta-morello/recipes-devtools/gdb/gdb.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/meta-morello/recipes-devtools/gdb/gdb.inc b/meta-morello/recipes-devtools/gdb/gdb.inc index 0bfd9dd..149e5c5 100644 --- a/meta-morello/recipes-devtools/gdb/gdb.inc +++ b/meta-morello/recipes-devtools/gdb/gdb.inc @@ -17,4 +17,4 @@ SRC_URI = "git://git.morello-project.org/morello/binutils-gdb.git;protocol=htt "
SRCBRANCH = "users/ARM/morello-binutils-gdb-master" -SRCREV = "f6e8c7228463a552d175211f4fcea93cca889686" \ No newline at end of file +SRCREV = "690199d5d4180f287074f2976a12d2df1e415d67" \ No newline at end of file
Signed-off-by: Pawel Zalewski pzalewski@thegoodpenguin.co.uk --- meta-morello-toolchain/recipes-devtools/llvm/llvm-morello.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/meta-morello-toolchain/recipes-devtools/llvm/llvm-morello.inc b/meta-morello-toolchain/recipes-devtools/llvm/llvm-morello.inc index 8ea07e6..05e932e 100644 --- a/meta-morello-toolchain/recipes-devtools/llvm/llvm-morello.inc +++ b/meta-morello-toolchain/recipes-devtools/llvm/llvm-morello.inc @@ -8,9 +8,9 @@ OUTPUTS_NAME = "llvm-morello" DEPENDS = "zlib-native ninja-native ${COMPILER}-native"
SRC_URI = "git://git.morello-project.org/morello/llvm-project;protocol=https;branch=${SRCBRANCH}" -SRCREV = "18d3bd9b9c53cf1a5334e5b91d56a8a7ce8a222a" +SRCREV = "5428a0ace510daf62972fffa5ae7baf4f1e7ec4c"
-SRCBRANCH = "morello/release-1.6" +SRCBRANCH = "morello/release-1.6.1" LIC_FILES_CHKSUM = "file://LICENSE.TXT;md5=8a15a0759ef07f2682d2ba4b893c9afe"
S = "${WORKDIR}/git/llvm"
Signed-off-by: Pawel Zalewski pzalewski@thegoodpenguin.co.uk --- .../recipes-bsp/board-firmware/board-firmware_morello-1.6.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/meta-morello/recipes-bsp/board-firmware/board-firmware_morello-1.6.bb b/meta-morello/recipes-bsp/board-firmware/board-firmware_morello-1.6.bb index b734c0a..75ac6ab 100644 --- a/meta-morello/recipes-bsp/board-firmware/board-firmware_morello-1.6.bb +++ b/meta-morello/recipes-bsp/board-firmware/board-firmware_morello-1.6.bb @@ -11,9 +11,9 @@ PROVIDES += "virtual/${OUTPUTS_NAME}" PACKAGE_ARCH = "${MACHINE_ARCH}"
SRC_URI = "git://git.morello-project.org/morello/board-firmware;protocol=https;branch=${SRCBRANCH}" -SRCREV = "91e6f52db5460d8203b8b81e69c979f0a1bc108d" +SRCREV = "ff064c26d02db37018941061742fd655ac40fc18"
-SRCBRANCH = "morello/release-1.6" +SRCBRANCH = "morello/release-1.6.1" LIC_FILES_CHKSUM = "file://LICENSES/MB/STM.TXT;md5=47185091e44d729bf62ed5c99d7eb9d9 \ file://LICENSES/LIB/sensor.txt;md5=7ba201f1f1e4959d3505d9c59c6cfdfa \ "
Merged into kirkstone, a new 1.6.1 branch created.
Pawel
linux-morello-distros@op-lists.linaro.org