From 51f272fa5b77fae9379101e76941bff33abe4cbb Mon Sep 17 00:00:00 2001 From: Christophe Priouzeau Date: Mon, 6 Jun 2022 15:28:36 +0200 Subject: [PATCH] LINUX-EXAMPLE: GPIO: correct script errors Signed-off-by: Christophe Priouzeau Change-Id: I6050bc46f61c4f66b847bd4f7d500506acf75b7c --- recipes-extended/linux-examples/linux-examples-stm32mp1.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes-extended/linux-examples/linux-examples-stm32mp1.bb b/recipes-extended/linux-examples/linux-examples-stm32mp1.bb index 3565d64..cfd91c6 100644 --- a/recipes-extended/linux-examples/linux-examples-stm32mp1.bb +++ b/recipes-extended/linux-examples/linux-examples-stm32mp1.bb @@ -6,8 +6,8 @@ COMPATIBLE_MACHINE = "(stm32mpcommon)" PACKAGE_ARCH = "${MACHINE_ARCH}" -SRC_URI = "git://github.com/STMicroelectronics/linux-examples;protocol=https;branch=master" -SRCREV = "1046d23448d0031db8bbf15668b666325402a09e" +SRC_URI = "git://gerrit.st.com:29418/mpu/oe/st/linux-examples;protocol=ssh;branch=master" +SRCREV = "377d3eb9f1afb938632129b6576d486b3ddbe324" PV = "5.4+${SRCPV}"