diff options
| author | Denys Dmytriyenko <denys@ti.com> | 2018-10-17 00:01:53 +0000 |
|---|---|---|
| committer | Denys Dmytriyenko <denys@ti.com> | 2018-10-16 18:39:59 +0000 |
| commit | 793dde419781ddd88c95a6737d25b4b6b068ddc8 (patch) | |
| tree | 25598100c237292cdf39f8664254d4ad9ca6813a /recipes-bsp | |
| parent | ab4e90c3a9c02c42065c939be09d03d325eced46 (diff) | |
| download | meta-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')
| -rw-r--r-- | recipes-bsp/cm3-pm-firmware/amx3-cm3_git.bb | 6 |
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" | |||
| 6 | PV = "1.9.2" | 6 | PV = "1.9.2" |
| 7 | PR = "r0" | 7 | PR = "r0" |
| 8 | 8 | ||
| 9 | SRCREV = "7eb9c0856a9e8b3b42bf64f761da135852b8eea7" | 9 | SRCREV = "fb484c5e54f2e31cf0a338d2927a06a2870bcc2c" |
| 10 | BRANCH ?= "ti-v4.1.y" | 10 | BRANCH ?= "ti-v4.1.y" |
| 11 | 11 | ||
| 12 | SRC_URI = "git://git.ti.com/processor-firmware/ti-amx3-cm3-pm-firmware.git;protocol=git;branch=${BRANCH}" | 12 | SRC_URI = "git://git.ti.com/processor-firmware/ti-amx3-cm3-pm-firmware.git;protocol=git;branch=${BRANCH}" |
| 13 | 13 | ||
| 14 | S = "${WORKDIR}/git" | 14 | S = "${WORKDIR}/git" |
| 15 | 15 | ||
| 16 | FLOATABI = "${@bb.utils.contains("TUNE_FEATURES", "vfp", bb.utils.contains("TUNE_FEATURES", "callconvention-hard", " -mfloat-abi=hard", " -mfloat-abi=softfp", d), "" ,d)}" | ||
| 17 | |||
| 18 | do_compile() { | 16 | do_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 | ||
| 22 | do_install() { | 20 | do_install() { |
