summaryrefslogtreecommitdiffstats
path: root/meta-ti-bsp/conf/machine/include/ti43x.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/ti43x.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/ti43x.inc')
-rw-r--r--meta-ti-bsp/conf/machine/include/ti43x.inc6
1 files changed, 5 insertions, 1 deletions
diff --git a/meta-ti-bsp/conf/machine/include/ti43x.inc b/meta-ti-bsp/conf/machine/include/ti43x.inc
index e9999910..74a964db 100644
--- a/meta-ti-bsp/conf/machine/include/ti43x.inc
+++ b/meta-ti-bsp/conf/machine/include/ti43x.inc
@@ -11,6 +11,10 @@ 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"
14PREFERRED_PROVIDER_virtual/gpudriver ?= "ti-sgx-ddk-km" 18PREFERRED_PROVIDER_virtual/gpudriver ?= "ti-sgx-ddk-km"
15 19
16KERNEL_IMAGETYPE = "zImage" 20KERNEL_IMAGETYPE = "zImage"
@@ -50,7 +54,7 @@ UBI_VOLNAME = "rootfs"
50EXTRA_IMAGEDEPENDS += "u-boot" 54EXTRA_IMAGEDEPENDS += "u-boot"
51 55
52# List common SoC features, may need to add touchscreen for specific machines 56# List common SoC features, may need to add touchscreen for specific machines
53MACHINE_FEATURES = "kernel26 apm usbgadget usbhost vfat ext2 screen alsa ethernet" 57MACHINE_FEATURES = "kernel26 apm usbgadget usbhost vfat ext2 screen alsa ethernet gpu"
54 58
55IMAGE_FSTYPES += "tar.xz wic.xz wic.bmap" 59IMAGE_FSTYPES += "tar.xz wic.xz wic.bmap"
56WKS_FILE ?= "sdimage-2part.wks" 60WKS_FILE ?= "sdimage-2part.wks"