This series of patches is simply updating the software stack to version 1.8, working implementation can be found here [1]
[1] https://git.morello-project.org/pzalewski/meta-morello/-/tree/release-1.8
Pawel Zalewski (9): classes: update llvm class to 14.0.0 v1.8 llvm-morello: update cross and target compilers to v1.8 musl: update version to v1.8 linux-morello: update version to v1.8 board-firmware: update version to v1.8 scp-firmware: update version to v1.8 tfa-firmware: update version to v1.8 fiptool-native: update version to v1.8 config: update to 1.8
.../classes/llvm-morello.bbclass | 2 +- .../recipes-core/musl/musl-morello-common.inc | 4 ++-- .../{musl_morello-1.7.bb => musl_morello-1.8.bb} | 0 ...ative_13.0.bb => llvm-morello-native_14.0.bb} | 0 .../llvm/llvm-morello-runtime-native.bb | 5 +++++ .../recipes-devtools/llvm/llvm-morello.inc | 4 ++-- ...llvm-morello_13.0.bb => llvm-morello_14.0.bb} | 16 ++++++++-------- .../conf/machine/include/morello-common.inc | 6 +++--- ...ello-1.7.bb => board-firmware_morello-1.8.bb} | 4 ++-- .../scp-firmware/scp-firmware_morello-2.12.bb | 4 ++-- .../trusted-firmware-a_morello-2.9.bb | 4 ++-- .../fiptool/fiptool-native_2.7.bb | 4 ++-- .../recipes-kernel/linux/files/netfilter.cfg | 15 +++++++++++++++ .../recipes-kernel/linux/linux-morello.inc | 7 +++---- ...rello-1.7.bb => linux-morello_morello-1.8.bb} | 7 +++---- 15 files changed, 50 insertions(+), 32 deletions(-) rename meta-morello-toolchain/recipes-core/musl/{musl_morello-1.7.bb => musl_morello-1.8.bb} (100%) rename meta-morello-toolchain/recipes-devtools/llvm/{llvm-morello-native_13.0.bb => llvm-morello-native_14.0.bb} (100%) rename meta-morello-toolchain/recipes-devtools/llvm/{llvm-morello_13.0.bb => llvm-morello_14.0.bb} (79%) rename meta-morello/recipes-bsp/board-firmware/{board-firmware_morello-1.7.bb => board-firmware_morello-1.8.bb} (91%) create mode 100644 meta-morello/recipes-kernel/linux/files/netfilter.cfg rename meta-morello/recipes-kernel/linux/{linux-morello_morello-1.7.bb => linux-morello_morello-1.8.bb} (55%)