From e28176a688d708cece6c445da72aeaa56524ad62 Mon Sep 17 00:00:00 2001 From: Romuald JEANNE Date: Tue, 17 Sep 2019 10:31:21 +0200 Subject: [PATCH] GCNANO-DRIVER-STM32MP: update to GPU DV 6.2.4.p4 Change-Id: Ibfb508cc0bee5ad4946355f527ca411d81c0c4c0 Signed-off-by: Romuald JEANNE --- recipes-bsp/drivers/gcnano-driver-stm32mp_6.2.4.bb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/recipes-bsp/drivers/gcnano-driver-stm32mp_6.2.4.bb b/recipes-bsp/drivers/gcnano-driver-stm32mp_6.2.4.bb index d808426..0b32bb0 100644 --- a/recipes-bsp/drivers/gcnano-driver-stm32mp_6.2.4.bb +++ b/recipes-bsp/drivers/gcnano-driver-stm32mp_6.2.4.bb @@ -3,10 +3,10 @@ LICENSE = "GPLv1 & MIT" # Note get md5sum with: $ head -n 53 Makefile | md5sum LIC_FILES_CHKSUM = "file://Makefile;endline=53;md5=d77ff5896dbbf8a8bc3f7c5e8f905fcc" -SRC_URI = "git://github.com/STMicroelectronics/gcnano-binaries;protocol=https;branch=gcnano-6.2.4_p3-binaries" -SRCREV = "271f87d816a957bf196f6328c34110cab1224d4d" +SRC_URI = "git://github.com/STMicroelectronics/gcnano-binaries.git;protocol=https;branch=gcnano-6.2.4_p4-binaries" +SRCREV = "c01642ed5e18cf09ecd905af193e935cb3be95ed" -PV = "6.2.4.p3" +PV = "6.2.4.p4" PR = "tar${SRCPV}" S = "${WORKDIR}/gcnano-driver-${PV}"