summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/powervr-drivers
diff options
context:
space:
mode:
authorPraneeth Bajjuri <praneeth@ti.com>2022-01-07 17:34:30 -0600
committerPraneeth Bajjuri <praneeth@ti.com>2022-01-07 17:50:23 -0600
commit40728f2d24ad1625e98fc4294d9dfa872031710f (patch)
treed45ea1b14f2e571eaed9989360442fe186948a69 /recipes-bsp/powervr-drivers
parent80b79863c3c1f6a1e0aaff884ab5cb23e7e142c7 (diff)
downloadmeta-ti-40728f2d24ad1625e98fc4294d9dfa872031710f.tar.gz
ti-sgx-ddk-km: update srcrev to pick latest
Update the srcrev to pick the latest of ti-img-sgx/1.17.4948957/k5.10. commit eaa9fcd3acff ("km: support OpenEmbedded hardfp toolchain w/o -gnueabihf suffix") is not picked up on the sdk-ddk-km repo already, hence removing the patch from here. commit eda7780bfd52 ("Fix driver config for 5.10 kernel") fixes graphics init failures on sgx platforms Signed-off-by: Praneeth Bajjuri <praneeth@ti.com>
Diffstat (limited to 'recipes-bsp/powervr-drivers')
-rw-r--r--recipes-bsp/powervr-drivers/ti-sgx-ddk-km/0001-km-support-OpenEmbedded-hardfp-toolchain-w-o-gnueabi.patch34
-rw-r--r--recipes-bsp/powervr-drivers/ti-sgx-ddk-km_1.17.4948957.bb8
2 files changed, 3 insertions, 39 deletions
diff --git a/recipes-bsp/powervr-drivers/ti-sgx-ddk-km/0001-km-support-OpenEmbedded-hardfp-toolchain-w-o-gnueabi.patch b/recipes-bsp/powervr-drivers/ti-sgx-ddk-km/0001-km-support-OpenEmbedded-hardfp-toolchain-w-o-gnueabi.patch
deleted file mode 100644
index 15105eac..00000000
--- a/recipes-bsp/powervr-drivers/ti-sgx-ddk-km/0001-km-support-OpenEmbedded-hardfp-toolchain-w-o-gnueabi.patch
+++ /dev/null
@@ -1,34 +0,0 @@
1From 755632b4f3a40996a12bc7816a9839af7112040a Mon Sep 17 00:00:00 2001
2From: Denys Dmytriyenko <denys@ti.com>
3Date: Mon, 9 Sep 2019 17:05:48 -0400
4Subject: [PATCH] km: support OpenEmbedded hardfp toolchain w/o -gnueabihf
5 suffix
6
7Signed-off-by: Denys Dmytriyenko <denys@ti.com>
8---
9 eurasia_km/eurasiacon/build/linux2/config/compiler.mk | 6 +++---
10 1 file changed, 3 insertions(+), 3 deletions(-)
11
12diff --git a/eurasia_km/eurasiacon/build/linux2/config/compiler.mk b/eurasia_km/eurasiacon/build/linux2/config/compiler.mk
13index dead2f9..2ba3e5e 100644
14--- a/eurasia_km/eurasiacon/build/linux2/config/compiler.mk
15+++ b/eurasia_km/eurasiacon/build/linux2/config/compiler.mk
16@@ -68,12 +68,12 @@ define calculate-compiler-preferred-target
17 ifneq ($$(filter aarch64-%,$$($(1)_compiler_preferred_target)),)
18 $(1)_compiler_preferred_target := aarch64-linux-gnu
19 endif
20+ ifneq ($$(filter arm-%-gnueabihf arm-oe-linux-gnueabi arm-poky-linux-gnueabi,$$($(1)_compiler_preferred_target)),)
21+ $(1)_compiler_preferred_target := arm-linux-gnueabihf
22+ endif
23 ifneq ($$(filter arm-%-gnueabi armv7a-cros-linux-gnueabi armv7hl-redhat-linux-gnueabi,$$($(1)_compiler_preferred_target)),)
24 $(1)_compiler_preferred_target := arm-linux-gnueabi
25 endif
26- ifneq ($$(filter arm-%-gnueabihf,$$($(1)_compiler_preferred_target)),)
27- $(1)_compiler_preferred_target := arm-linux-gnueabihf
28- endif
29 endif
30 endef
31
32--
332.7.4
34
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 e21ccc7f..a1b0765c 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
@@ -9,7 +9,7 @@ REQUIRED_MACHINE_FEATURES = "gpu"
9 9
10COMPATIBLE_MACHINE = "pandaboard|beagleboard|ti33x|ti43x|omap-a15|k3" 10COMPATIBLE_MACHINE = "pandaboard|beagleboard|ti33x|ti43x|omap-a15|k3"
11 11
12MACHINE_KERNEL_PR_append = "x" 12MACHINE_KERNEL_PR_append = "y"
13PR = "${MACHINE_KERNEL_PR}" 13PR = "${MACHINE_KERNEL_PR}"
14 14
15PACKAGE_ARCH = "${MACHINE_ARCH}" 15PACKAGE_ARCH = "${MACHINE_ARCH}"
@@ -20,13 +20,11 @@ PROVIDES = "virtual/gpudriver"
20 20
21BRANCH = "ti-img-sgx/${PV}/k5.10" 21BRANCH = "ti-img-sgx/${PV}/k5.10"
22 22
23SRC_URI = "git://git.ti.com/graphics/omap5-sgx-ddk-linux.git;protocol=git;branch=${BRANCH} \ 23SRC_URI = "git://git.ti.com/graphics/omap5-sgx-ddk-linux.git;protocol=git;branch=${BRANCH}"
24 file://0001-km-support-OpenEmbedded-hardfp-toolchain-w-o-gnueabi.patch \
25"
26 24
27S = "${WORKDIR}/git" 25S = "${WORKDIR}/git"
28 26
29SRCREV = "62f31de3ceed156bff32abb3dd03693a02df117e" 27SRCREV = "eda7780bfd5277e16913c9bc0b0e6892b4e79063"
30 28
31TARGET_PRODUCT_omap-a15 = "jacinto6evm" 29TARGET_PRODUCT_omap-a15 = "jacinto6evm"
32TARGET_PRODUCT_ti33x = "ti335x" 30TARGET_PRODUCT_ti33x = "ti335x"