From 2ba99931fc31a965dbe01c83ffdc685e86f5c8c5 Mon Sep 17 00:00:00 2001 From: Romuald JEANNE Date: Wed, 17 Jun 2020 16:54:52 +0200 Subject: [PATCH] LINUX-EXAMPLE: GPIO: correct script errors Change-Id: I07737be284f4ca47bf14052d8a4ec08aed8fbfec --- 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 83971ac..dcf7721 100644 --- a/recipes-extended/linux-examples/linux-examples-stm32mp1.bb +++ b/recipes-extended/linux-examples/linux-examples-stm32mp1.bb @@ -7,9 +7,9 @@ COMPATIBLE_MACHINE = "(stm32mpcommon)" PACKAGE_ARCH = "${MACHINE_ARCH}" SRC_URI = "git://github.com/STMicroelectronics/linux-examples;protocol=https;branch=master" -SRCREV = "bcfba47fb4d9c3756a0b94242e42541c8145f1ab" +SRCREV = "1046d23448d0031db8bbf15668b666325402a09e" -PV = "4.19+${SRCPV}" +PV = "5.4+${SRCPV}" S = "${WORKDIR}/git"