summaryrefslogtreecommitdiffstats
path: root/meta-ti-bsp/conf/machine/include/ti33x.inc
diff options
context:
space:
mode:
authorDenys Dmytriyenko <denys@konsulko.com>2023-02-21 01:02:41 +0000
committerRyan Eatmon <reatmon@ti.com>2023-02-21 09:03:43 -0600
commit85742dd95246b52f9947cec772b85728d8345a07 (patch)
tree8ba9ef844b0dda04b7d2273f43b4502ffbddaf04 /meta-ti-bsp/conf/machine/include/ti33x.inc
parent9f5db9c7134cd4902a5efc070ef121bb23645a4f (diff)
downloadmeta-ti-85742dd95246b52f9947cec772b85728d8345a07.tar.gz
Revert "meta-ti-bsp: machine: Remove all gpu features"
Merged by accident. This reverts commit 51bb56b74cd2e7f7e922cce84a023f669291ef00. Signed-off-by: Denys Dmytriyenko <denys@konsulko.com> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
Diffstat (limited to 'meta-ti-bsp/conf/machine/include/ti33x.inc')
-rw-r--r--meta-ti-bsp/conf/machine/include/ti33x.inc6
1 files changed, 5 insertions, 1 deletions
diff --git a/meta-ti-bsp/conf/machine/include/ti33x.inc b/meta-ti-bsp/conf/machine/include/ti33x.inc
index e2f75359..cfacc30d 100644
--- a/meta-ti-bsp/conf/machine/include/ti33x.inc
+++ b/meta-ti-bsp/conf/machine/include/ti33x.inc
@@ -11,6 +11,10 @@ MACHINE_KERNEL_PR = "r22"
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"
14PREFERRED_PROVIDER_virtual/gpudriver ?= "ti-sgx-ddk-km" 18PREFERRED_PROVIDER_virtual/gpudriver ?= "ti-sgx-ddk-km"
15 19
16KERNEL_IMAGETYPE = "zImage" 20KERNEL_IMAGETYPE = "zImage"
@@ -51,7 +55,7 @@ UBI_VOLNAME = "rootfs"
51EXTRA_IMAGEDEPENDS += "virtual/bootloader" 55EXTRA_IMAGEDEPENDS += "virtual/bootloader"
52 56
53# List common SoC features, may need to add touchscreen for specific machines 57# List common SoC features, may need to add touchscreen for specific machines
54MACHINE_FEATURES = "kernel26 apm usbgadget usbhost vfat ext2 alsa ethernet" 58MACHINE_FEATURES = "kernel26 apm usbgadget usbhost vfat ext2 alsa ethernet gpu"
55 59
56IMAGE_FSTYPES += "tar.xz wic.xz wic.bmap" 60IMAGE_FSTYPES += "tar.xz wic.xz wic.bmap"
57WKS_FILE ?= "sdimage-2part.wks" 61WKS_FILE ?= "sdimage-2part.wks"