From d3d448ca7ab68799f9c62de4be85b2f345b61b41 Mon Sep 17 00:00:00 2001 From: Massimo Pennazio Date: Mon, 16 Sep 2024 11:11:51 +0200 Subject: [PATCH] Fix package versions in x8h7 and h7 firmware --- recipes-kernel/kernel-modules/x8h7.bb | 2 +- .../linux-firmware-arduino-portenta-x8-stm32h7_git.bb | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/recipes-kernel/kernel-modules/x8h7.bb b/recipes-kernel/kernel-modules/x8h7.bb index 99c9117..2d70070 100644 --- a/recipes-kernel/kernel-modules/x8h7.bb +++ b/recipes-kernel/kernel-modules/x8h7.bb @@ -10,7 +10,7 @@ PV = "0.1" SRC_URI = " \ git://github.com/arduino/portentax8-x8h7.git;branch=main;protocol=https \ " -SRCREV = "${AUTOREV}" +SRCREV = "c0b3550691d234c043b5cd69b36275154cb19a8f" S = "${WORKDIR}/git" diff --git a/recipes-kernel/linux-firmware/linux-firmware-arduino-portenta-x8-stm32h7_git.bb b/recipes-kernel/linux-firmware/linux-firmware-arduino-portenta-x8-stm32h7_git.bb index 04ea1b3..0beab96 100644 --- a/recipes-kernel/linux-firmware/linux-firmware-arduino-portenta-x8-stm32h7_git.bb +++ b/recipes-kernel/linux-firmware/linux-firmware-arduino-portenta-x8-stm32h7_git.bb @@ -16,8 +16,8 @@ SRC_URI = " \ file://monitor-m4-elf-file.path \ file://monitor-m4-elf-file.service \ " -SRCREV = "${AUTOREV}" -PV = "0.0.3" +SRCREV = "555d7b4dca11ec2ce5c5c843b8a5aa579b462b3d" +PV = "0.0.4" S = "${WORKDIR}/git"