diff options
author | Denys Dmytriyenko <denys@ti.com> | 2019-09-12 01:23:54 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2019-09-12 22:20:48 +0000 |
commit | 8bd0b61b89819f2143db33dda39b9b1cd6c03ae6 (patch) | |
tree | 76d6e200bc6136e3fad75fa59246e0ec85d8efcc /recipes-bsp/powervr-drivers/ti-sgx-ddk-km_1.17.4948957.bb | |
parent | 7f2ab381b8956c705eb01680aea81d30dee31f59 (diff) | |
download | meta-ti-8bd0b61b89819f2143db33dda39b9b1cd6c03ae6.tar.gz |
ti-sgx-ddk-km: also support arm-oe-linux-gnueabi as a hardfp compiler
OE-built internal toolchain doesn't use "-gnueabihf" suffix and instead uses
"-gnueabi" for both softfp and hardfp.
For now we only support hardfp (user-space binaries are only available in
hardfp), but would be nice to check for "callconvention-hard" before applying
the patch.
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'recipes-bsp/powervr-drivers/ti-sgx-ddk-km_1.17.4948957.bb')
-rw-r--r-- | recipes-bsp/powervr-drivers/ti-sgx-ddk-km_1.17.4948957.bb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/recipes-bsp/powervr-drivers/ti-sgx-ddk-km_1.17.4948957.bb b/recipes-bsp/powervr-drivers/ti-sgx-ddk-km_1.17.4948957.bb index 8338ed71..c8dbe4f5 100644 --- a/recipes-bsp/powervr-drivers/ti-sgx-ddk-km_1.17.4948957.bb +++ b/recipes-bsp/powervr-drivers/ti-sgx-ddk-km_1.17.4948957.bb | |||
@@ -18,7 +18,9 @@ PROVIDES = "virtual/gpudriver" | |||
18 | 18 | ||
19 | BRANCH = "ti-img-sgx/${PV}/k4.19" | 19 | BRANCH = "ti-img-sgx/${PV}/k4.19" |
20 | 20 | ||
21 | SRC_URI = "git://git.ti.com/graphics/omap5-sgx-ddk-linux.git;protocol=git;branch=${BRANCH}" | 21 | SRC_URI = "git://git.ti.com/graphics/omap5-sgx-ddk-linux.git;protocol=git;branch=${BRANCH} \ |
22 | file://0001-km-support-OpenEmbedded-hardfp-toolchain-w-o-gnueabi.patch \ | ||
23 | " | ||
22 | 24 | ||
23 | S = "${WORKDIR}/git" | 25 | S = "${WORKDIR}/git" |
24 | 26 | ||