From 340e050729d8f305ef57a55117d8fc3d9d50b50c Mon Sep 17 00:00:00 2001 From: Romuald JEANNE Date: Wed, 17 Jun 2020 16:29:13 +0200 Subject: [PATCH] GCNANO-DRIVER-STM32MP: update to gcnano delivery 6.4.1 New Vivante 6.4.1 Change-Id: I1bce0ac2e7f083238bcbfc04ffec29c0328dc5e1 --- ...mp_6.2.4.bb => gcnano-driver-stm32mp_6.4.1.bb} | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) rename recipes-bsp/drivers/{gcnano-driver-stm32mp_6.2.4.bb => gcnano-driver-stm32mp_6.4.1.bb} (58%) diff --git a/recipes-bsp/drivers/gcnano-driver-stm32mp_6.2.4.bb b/recipes-bsp/drivers/gcnano-driver-stm32mp_6.4.1.bb similarity index 58% rename from recipes-bsp/drivers/gcnano-driver-stm32mp_6.2.4.bb rename to recipes-bsp/drivers/gcnano-driver-stm32mp_6.4.1.bb index 0b32bb0..aca6b82 100644 --- a/recipes-bsp/drivers/gcnano-driver-stm32mp_6.2.4.bb +++ b/recipes-bsp/drivers/gcnano-driver-stm32mp_6.4.1.bb @@ -1,19 +1,20 @@ SUMMARY = "GCNano kernel drivers" LICENSE = "GPLv1 & MIT" # Note get md5sum with: $ head -n 53 Makefile | md5sum -LIC_FILES_CHKSUM = "file://Makefile;endline=53;md5=d77ff5896dbbf8a8bc3f7c5e8f905fcc" +LIC_FILES_CHKSUM = "file://Makefile;endline=53;md5=c53e65c2dc344ddd2f74196aae9e8384" -SRC_URI = "git://github.com/STMicroelectronics/gcnano-binaries.git;protocol=https;branch=gcnano-6.2.4_p4-binaries" -SRCREV = "c01642ed5e18cf09ecd905af193e935cb3be95ed" +SRC_URI = "git://github.com/STMicroelectronics/gcnano-binaries;protocol=https;branch=gcnano-6.4.1-binaries" +SRCREV = "eaff2c61bcc3936f8193a52ffe965bdcc6457a57" -PV = "6.2.4.p4" -PR = "tar${SRCPV}" +GCNANO_VERSION = "6.4.1" -S = "${WORKDIR}/gcnano-driver-${PV}" +PV = "${GCNANO_VERSION}-tar.${SRCPV}" + +S = "${WORKDIR}/gcnano-driver-${GCNANO_VERSION}" include gcnano-driver-stm32mp.inc -GCNANO_DRIVER_TARBALL = "gcnano-driver-${PV}.tar.xz" +GCNANO_DRIVER_TARBALL = "gcnano-driver-${GCNANO_VERSION}.tar.xz" DEPENDS += "xz-native" do_unpack[depends] += "xz-native:do_populate_sysroot"