From 0e297b657a5849a993fd2562c1d3aca0780a0a81 Mon Sep 17 00:00:00 2001 From: Christophe Priouzeau Date: Fri, 20 Aug 2021 14:45:54 +0200 Subject: [PATCH] M4PROJECTS: Update to v1.5.0 Change-Id: I7be93ef3835391c0b9e4809654db019c913aa8c4 --- recipes-extended/m4projects/m4projects-stm32mp1.bb | 6 +++--- recipes-extended/m4projects/m4projects.inc | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/recipes-extended/m4projects/m4projects-stm32mp1.bb b/recipes-extended/m4projects/m4projects-stm32mp1.bb index 49f8fe7..0ff52b3 100644 --- a/recipes-extended/m4projects/m4projects-stm32mp1.bb +++ b/recipes-extended/m4projects/m4projects-stm32mp1.bb @@ -4,12 +4,12 @@ LICENSE = " \ & MIT \ & BSD-3-Clause \ " -LIC_FILES_CHKSUM = "file://License.md;md5=5272d12bc1c2e29908b787134d73dae9" +LIC_FILES_CHKSUM = "file://License.md;md5=532c0d9fc2820ec1304ab8e0f227acc7" SRC_URI = "git://github.com/STMicroelectronics/STM32CubeMP1.git;protocol=https;branch=master" -SRCREV = "8206e534360c77f22f616243c3ccf9311af83f33" +SRCREV = "817e844fa791a34cf67df8100345f2a7382373d7" -PV = "1.4.0" +PV = "1.5.0" S = "${WORKDIR}/git" diff --git a/recipes-extended/m4projects/m4projects.inc b/recipes-extended/m4projects/m4projects.inc index e6d78a7..6ce488d 100644 --- a/recipes-extended/m4projects/m4projects.inc +++ b/recipes-extended/m4projects/m4projects.inc @@ -41,7 +41,7 @@ M4_INSTALLDIR ?= "${prefix}local" M4_OUTPUT_4USERFS = "${M4_INSTALLDIR}/${M4_FOLDER}" # Use gcc bare toolchain -EXTRA_OEMAKE += "CROSS_COMPILE=${RECIPE_SYSROOT_NATIVE}/${datadir}/gcc-arm-none-eabi/bin/arm-none-eabi-" +EXTRA_OEMAKE += "CROSS_COMPILE=${RECIPE_SYSROOT_NATIVE}${datadir}/gcc-arm-none-eabi/bin/arm-none-eabi-" EXTRA_OEMAKE += "CPU_TYPE=M4" EXTRA_OEMAKE += "BUILD_CONFIG=${BUILD_CONFIG}"