Skip to content

Commit d3d448c

Browse files
committed
Fix package versions in x8h7 and h7 firmware
1 parent 43812a6 commit d3d448c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

recipes-kernel/kernel-modules/x8h7.bb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ PV = "0.1"
1010
SRC_URI = " \
1111
git://github.com/arduino/portentax8-x8h7.git;branch=main;protocol=https \
1212
"
13-
SRCREV = "${AUTOREV}"
13+
SRCREV = "c0b3550691d234c043b5cd69b36275154cb19a8f"
1414

1515
S = "${WORKDIR}/git"
1616

recipes-kernel/linux-firmware/linux-firmware-arduino-portenta-x8-stm32h7_git.bb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ SRC_URI = " \
1616
file://monitor-m4-elf-file.path \
1717
file://monitor-m4-elf-file.service \
1818
"
19-
SRCREV = "${AUTOREV}"
20-
PV = "0.0.3"
19+
SRCREV = "555d7b4dca11ec2ce5c5c843b8a5aa579b462b3d"
20+
PV = "0.0.4"
2121

2222
S = "${WORKDIR}/git"
2323

0 commit comments

Comments
 (0)