summaryrefslogtreecommitdiffstats
path: root/meta-ti-bsp/conf/machine/include/ti43x.inc
diff options
context:
space:
mode:
authorRandolph Sapp <rs@ti.com>2023-01-30 17:20:06 -0600
committerRyan Eatmon <reatmon@ti.com>2023-02-16 13:31:05 -0600
commit51bb56b74cd2e7f7e922cce84a023f669291ef00 (patch)
tree33b5d4094417852db3873b08c644ee92c747e514 /meta-ti-bsp/conf/machine/include/ti43x.inc
parent15417ca726f75881a2c51c08d258ea923803cbb9 (diff)
downloadmeta-ti-51bb56b74cd2e7f7e922cce84a023f669291ef00.tar.gz
meta-ti-bsp: machine: Remove all gpu features
Remove all gpu machine features and instead rely on the new dependency chain for resolving gpu dependencies. Set preferred providers for virtual/gpudriver where needed. Signed-off-by: Randolph Sapp <rs@ti.com> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
Diffstat (limited to 'meta-ti-bsp/conf/machine/include/ti43x.inc')
-rw-r--r--meta-ti-bsp/conf/machine/include/ti43x.inc6
1 files changed, 1 insertions, 5 deletions
diff --git a/meta-ti-bsp/conf/machine/include/ti43x.inc b/meta-ti-bsp/conf/machine/include/ti43x.inc
index 74a964db..e9999910 100644
--- a/meta-ti-bsp/conf/machine/include/ti43x.inc
+++ b/meta-ti-bsp/conf/machine/include/ti43x.inc
@@ -11,10 +11,6 @@ MACHINE_KERNEL_PR = "r3"
11PREFERRED_PROVIDER_virtual/kernel ?= "linux-ti-staging" 11PREFERRED_PROVIDER_virtual/kernel ?= "linux-ti-staging"
12PREFERRED_PROVIDER_virtual/bootloader ?= "u-boot-ti-staging" 12PREFERRED_PROVIDER_virtual/bootloader ?= "u-boot-ti-staging"
13PREFERRED_PROVIDER_u-boot ?= "u-boot-ti-staging" 13PREFERRED_PROVIDER_u-boot ?= "u-boot-ti-staging"
14PREFERRED_PROVIDER_virtual/egl ?= "ti-sgx-ddk-um"
15PREFERRED_PROVIDER_virtual/libgles1 ?= "ti-sgx-ddk-um"
16PREFERRED_PROVIDER_virtual/libgles2 ?= "ti-sgx-ddk-um"
17PREFERRED_PROVIDER_virtual/libgbm ?= "ti-sgx-ddk-um"
18PREFERRED_PROVIDER_virtual/gpudriver ?= "ti-sgx-ddk-km" 14PREFERRED_PROVIDER_virtual/gpudriver ?= "ti-sgx-ddk-km"
19 15
20KERNEL_IMAGETYPE = "zImage" 16KERNEL_IMAGETYPE = "zImage"
@@ -54,7 +50,7 @@ UBI_VOLNAME = "rootfs"
54EXTRA_IMAGEDEPENDS += "u-boot" 50EXTRA_IMAGEDEPENDS += "u-boot"
55 51
56# List common SoC features, may need to add touchscreen for specific machines 52# List common SoC features, may need to add touchscreen for specific machines
57MACHINE_FEATURES = "kernel26 apm usbgadget usbhost vfat ext2 screen alsa ethernet gpu" 53MACHINE_FEATURES = "kernel26 apm usbgadget usbhost vfat ext2 screen alsa ethernet"
58 54
59IMAGE_FSTYPES += "tar.xz wic.xz wic.bmap" 55IMAGE_FSTYPES += "tar.xz wic.xz wic.bmap"
60WKS_FILE ?= "sdimage-2part.wks" 56WKS_FILE ?= "sdimage-2part.wks"