mirror of
https://git.yoctoproject.org/meta-ti
synced 2026-06-04 09:50:32 +00:00
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>
This commit is contained in:
@@ -6,17 +6,15 @@ LIC_FILES_CHKSUM = "file://License.txt;md5=7bdc54a749ab7a7dea999d25d99a41b8"
|
|||||||
PV = "1.9.2"
|
PV = "1.9.2"
|
||||||
PR = "r0"
|
PR = "r0"
|
||||||
|
|
||||||
SRCREV = "7eb9c0856a9e8b3b42bf64f761da135852b8eea7"
|
SRCREV = "fb484c5e54f2e31cf0a338d2927a06a2870bcc2c"
|
||||||
BRANCH ?= "ti-v4.1.y"
|
BRANCH ?= "ti-v4.1.y"
|
||||||
|
|
||||||
SRC_URI = "git://git.ti.com/processor-firmware/ti-amx3-cm3-pm-firmware.git;protocol=git;branch=${BRANCH}"
|
SRC_URI = "git://git.ti.com/processor-firmware/ti-amx3-cm3-pm-firmware.git;protocol=git;branch=${BRANCH}"
|
||||||
|
|
||||||
S = "${WORKDIR}/git"
|
S = "${WORKDIR}/git"
|
||||||
|
|
||||||
FLOATABI = "${@bb.utils.contains("TUNE_FEATURES", "vfp", bb.utils.contains("TUNE_FEATURES", "callconvention-hard", " -mfloat-abi=hard", " -mfloat-abi=softfp", d), "" ,d)}"
|
|
||||||
|
|
||||||
do_compile() {
|
do_compile() {
|
||||||
make CROSS_COMPILE="${TARGET_PREFIX}" CC="${TARGET_PREFIX}gcc ${TOOLCHAIN_OPTIONS} ${FLOATABI} ${SECURITY_NOPIE_CFLAGS}"
|
make CROSS_COMPILE="${TARGET_PREFIX}" CC="${TARGET_PREFIX}gcc ${TOOLCHAIN_OPTIONS} ${SECURITY_NOPIE_CFLAGS}"
|
||||||
}
|
}
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
|
|||||||
Reference in New Issue
Block a user