summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/cm3-pm-firmware
diff options
context:
space:
mode:
authorDenys Dmytriyenko <denys@ti.com>2018-10-17 00:01:53 +0000
committerDenys Dmytriyenko <denys@ti.com>2018-10-16 18:39:59 +0000
commit793dde419781ddd88c95a6737d25b4b6b068ddc8 (patch)
tree25598100c237292cdf39f8664254d4ad9ca6813a /recipes-bsp/cm3-pm-firmware
parentab4e90c3a9c02c42065c939be09d03d325eced46 (diff)
downloadmeta-ti-793dde419781ddd88c95a6737d25b4b6b068ddc8.tar.gz
cm3-pm-firmware: bump SRCREV for -ffreestanding fix
Rework original patch from Khem Raj by upstreaming the Makefile fix instead of carrying it locally. Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'recipes-bsp/cm3-pm-firmware')
-rw-r--r--recipes-bsp/cm3-pm-firmware/amx3-cm3_git.bb6
1 files changed, 2 insertions, 4 deletions
diff --git a/recipes-bsp/cm3-pm-firmware/amx3-cm3_git.bb b/recipes-bsp/cm3-pm-firmware/amx3-cm3_git.bb
index 1dcc021c..93cebd71 100644
--- a/recipes-bsp/cm3-pm-firmware/amx3-cm3_git.bb
+++ b/recipes-bsp/cm3-pm-firmware/amx3-cm3_git.bb
@@ -6,17 +6,15 @@ LIC_FILES_CHKSUM = "file://License.txt;md5=7bdc54a749ab7a7dea999d25d99a41b8"
6PV = "1.9.2" 6PV = "1.9.2"
7PR = "r0" 7PR = "r0"
8 8
9SRCREV = "7eb9c0856a9e8b3b42bf64f761da135852b8eea7" 9SRCREV = "fb484c5e54f2e31cf0a338d2927a06a2870bcc2c"
10BRANCH ?= "ti-v4.1.y" 10BRANCH ?= "ti-v4.1.y"
11 11
12SRC_URI = "git://git.ti.com/processor-firmware/ti-amx3-cm3-pm-firmware.git;protocol=git;branch=${BRANCH}" 12SRC_URI = "git://git.ti.com/processor-firmware/ti-amx3-cm3-pm-firmware.git;protocol=git;branch=${BRANCH}"
13 13
14S = "${WORKDIR}/git" 14S = "${WORKDIR}/git"
15 15
16FLOATABI = "${@bb.utils.contains("TUNE_FEATURES", "vfp", bb.utils.contains("TUNE_FEATURES", "callconvention-hard", " -mfloat-abi=hard", " -mfloat-abi=softfp", d), "" ,d)}"
17
18do_compile() { 16do_compile() {
19 make CROSS_COMPILE="${TARGET_PREFIX}" CC="${TARGET_PREFIX}gcc ${TOOLCHAIN_OPTIONS} ${FLOATABI} ${SECURITY_NOPIE_CFLAGS}" 17 make CROSS_COMPILE="${TARGET_PREFIX}" CC="${TARGET_PREFIX}gcc ${TOOLCHAIN_OPTIONS} ${SECURITY_NOPIE_CFLAGS}"
20} 18}
21 19
22do_install() { 20do_install() {