summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/powervr-drivers
diff options
context:
space:
mode:
authorAndrew F. Davis <afd@ti.com>2020-02-13 22:29:58 +0000
committerDenys Dmytriyenko <denys@ti.com>2020-02-13 18:33:55 +0000
commit98b8f15cf7214649786f672f05c95ec0f65f87f2 (patch)
tree1647d024b77ef80563304a4ddb6f78a931cc5743 /recipes-bsp/powervr-drivers
parent6874bfaba3b8e2a7ac9945d435c50fb90b5bdd72 (diff)
downloadmeta-ti-98b8f15cf7214649786f672f05c95ec0f65f87f2.tar.gz
ti-sgx-ddk-km: Enable SGX driver for Beagleboard and Pandaboard
These boards have SGX GPUs but do not build as this recipe is not compatible with them, add compatibles for these machines. Signed-off-by: Andrew F. Davis <afd@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'recipes-bsp/powervr-drivers')
-rw-r--r--recipes-bsp/powervr-drivers/ti-sgx-ddk-km_1.17.4948957.bb4
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 47581f63..14010137 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
@@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://eurasia_km/README;beginline=13;endline=22;md5=74506d9
5 5
6inherit module 6inherit module
7 7
8COMPATIBLE_MACHINE = "ti33x|ti43x|omap-a15|k3" 8COMPATIBLE_MACHINE = "pandaboard|beagleboard|ti33x|ti43x|omap-a15|k3"
9 9
10MACHINE_KERNEL_PR_append = "t" 10MACHINE_KERNEL_PR_append = "t"
11PR = "${MACHINE_KERNEL_PR}" 11PR = "${MACHINE_KERNEL_PR}"
@@ -30,6 +30,8 @@ TARGET_PRODUCT_omap-a15 = "jacinto6evm"
30TARGET_PRODUCT_ti33x = "ti335x" 30TARGET_PRODUCT_ti33x = "ti335x"
31TARGET_PRODUCT_ti43x = "ti437x" 31TARGET_PRODUCT_ti43x = "ti437x"
32TARGET_PRODUCT_k3 = "ti654x" 32TARGET_PRODUCT_k3 = "ti654x"
33TARGET_PRODUCT_beagleboard = "ti343x"
34TARGET_PRODUCT_pandaboard = "ti443x"
33 35
34EXTRA_OEMAKE += 'KERNELDIR="${STAGING_KERNEL_DIR}" TARGET_PRODUCT=${TARGET_PRODUCT} WINDOW_SYSTEM=nulldrmws' 36EXTRA_OEMAKE += 'KERNELDIR="${STAGING_KERNEL_DIR}" TARGET_PRODUCT=${TARGET_PRODUCT} WINDOW_SYSTEM=nulldrmws'
35 37