M4PROJECTS: Update to v1.5.0

Change-Id: I7be93ef3835391c0b9e4809654db019c913aa8c4
This commit is contained in:
Christophe Priouzeau 2021-08-20 14:45:54 +02:00 committed by Lionel VITTE
parent fce5882c96
commit 0e297b657a
2 changed files with 4 additions and 4 deletions

View File

@ -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"

View File

@ -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}"