diff options
author | Randolph Sapp <rs@ti.com> | 2025-03-19 16:38:19 -0500 |
---|---|---|
committer | Ryan Eatmon <reatmon@ti.com> | 2025-03-20 11:13:41 -0500 |
commit | ff40c24c3270384104340bc57a9cbf463296a5d3 (patch) | |
tree | e11434d53bd1c1fa4bc9098a0dbaa66456ea336c | |
parent | e151a0a302db7387ac20d4be162d506b80c630b5 (diff) | |
download | meta-ti-ff40c24c3270384104340bc57a9cbf463296a5d3.tar.gz |
ti-sgx-ddk-km: rework preferred_target selection
Bump SRCREV to include a patch that changes the way
compiler_preferred_target is selected for a given toolchain. This now
checks specified SYS_CFLAGS to see if hardfloat is set explicitly and
will override the default target selection if necessary.
Signed-off-by: Randolph Sapp <rs@ti.com>
Tested-by: Matthias Schiffer <matthias.schiffer@ew.tq-group.com>
Signed-off-by: Ryan Eatmon <reatmon@ti.com>
-rw-r--r-- | meta-ti-bsp/recipes-bsp/powervr-drivers/ti-sgx-ddk-km_1.17.4948957.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-ti-bsp/recipes-bsp/powervr-drivers/ti-sgx-ddk-km_1.17.4948957.bb b/meta-ti-bsp/recipes-bsp/powervr-drivers/ti-sgx-ddk-km_1.17.4948957.bb index 49376221..18b81d2f 100644 --- a/meta-ti-bsp/recipes-bsp/powervr-drivers/ti-sgx-ddk-km_1.17.4948957.bb +++ b/meta-ti-bsp/recipes-bsp/powervr-drivers/ti-sgx-ddk-km_1.17.4948957.bb | |||
@@ -19,7 +19,7 @@ SRC_URI = "git://git.ti.com/git/graphics/omap5-sgx-ddk-linux.git;protocol=https; | |||
19 | 19 | ||
20 | S = "${WORKDIR}/git" | 20 | S = "${WORKDIR}/git" |
21 | 21 | ||
22 | SRCREV = "f555b9e1ae4b2baf68ac778ca41dc0c17e96f89a" | 22 | SRCREV = "9ae0fa4998b1c624408945e062bf8fb0ea7efb9d" |
23 | 23 | ||
24 | TARGET_PRODUCT:omap-a15 = "ti572x_linux" | 24 | TARGET_PRODUCT:omap-a15 = "ti572x_linux" |
25 | TARGET_PRODUCT:ti33x = "ti335x_linux" | 25 | TARGET_PRODUCT:ti33x = "ti335x_linux" |