diff options
author | Randolph Sapp <rs@ti.com> | 2023-02-24 10:12:16 +0000 |
---|---|---|
committer | Ryan Eatmon <reatmon@ti.com> | 2023-02-24 08:38:07 -0600 |
commit | 515a6c7e9b782a912c4814de98d8315a33e2099c (patch) | |
tree | 39acd3653578c0b3d273374f6d5866461d056542 /meta-ti-bsp/conf/machine/include | |
parent | 600d45cdb01499cc07e0a28b6abc732e2e46e94d (diff) | |
download | meta-ti-515a6c7e9b782a912c4814de98d8315a33e2099c.tar.gz |
meta-ti-bsp: machine: remove default preferences for egl,gles,gbm
Remove default preferences for virtual/egl, virtual/libgles and virtual/libgbm
from machine configs to follow the new dependency chains via mesa in oder to
support accelerated and software-rendered graphics, which is selected by
virtual/gpudriver preference.
Signed-off-by: Randolph Sapp <rs@ti.com>
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')
-rw-r--r-- | meta-ti-bsp/conf/machine/include/am62xx.inc | 4 | ||||
-rw-r--r-- | meta-ti-bsp/conf/machine/include/am65xx.inc | 4 | ||||
-rw-r--r-- | meta-ti-bsp/conf/machine/include/j721e.inc | 4 | ||||
-rw-r--r-- | meta-ti-bsp/conf/machine/include/j721s2.inc | 4 | ||||
-rw-r--r-- | meta-ti-bsp/conf/machine/include/j784s4.inc | 4 | ||||
-rw-r--r-- | meta-ti-bsp/conf/machine/include/omap-a15.inc | 4 | ||||
-rw-r--r-- | meta-ti-bsp/conf/machine/include/ti33x.inc | 4 | ||||
-rw-r--r-- | meta-ti-bsp/conf/machine/include/ti43x.inc | 4 |
8 files changed, 0 insertions, 32 deletions
diff --git a/meta-ti-bsp/conf/machine/include/am62xx.inc b/meta-ti-bsp/conf/machine/include/am62xx.inc index 411e5265..2a06fc0f 100644 --- a/meta-ti-bsp/conf/machine/include/am62xx.inc +++ b/meta-ti-bsp/conf/machine/include/am62xx.inc | |||
@@ -6,10 +6,6 @@ MACHINE_FEATURES += "screen touchscreen gpu" | |||
6 | SERIAL_CONSOLES = "115200;ttyS2" | 6 | SERIAL_CONSOLES = "115200;ttyS2" |
7 | SERIAL_CONSOLES_CHECK = "${SERIAL_CONSOLES}" | 7 | SERIAL_CONSOLES_CHECK = "${SERIAL_CONSOLES}" |
8 | 8 | ||
9 | PREFERRED_PROVIDER_virtual/egl ?= "ti-img-rogue-umlibs" | ||
10 | PREFERRED_PROVIDER_virtual/libgles1 ?= "ti-img-rogue-umlibs" | ||
11 | PREFERRED_PROVIDER_virtual/libgles2 ?= "ti-img-rogue-umlibs" | ||
12 | PREFERRED_PROVIDER_virtual/libgbm ?= "ti-img-rogue-umlibs" | ||
13 | PREFERRED_PROVIDER_virtual/gpudriver ?= "ti-img-rogue-driver" | 9 | PREFERRED_PROVIDER_virtual/gpudriver ?= "ti-img-rogue-driver" |
14 | 10 | ||
15 | TFA_BOARD = "lite" | 11 | TFA_BOARD = "lite" |
diff --git a/meta-ti-bsp/conf/machine/include/am65xx.inc b/meta-ti-bsp/conf/machine/include/am65xx.inc index 424864d3..33e6f1ad 100644 --- a/meta-ti-bsp/conf/machine/include/am65xx.inc +++ b/meta-ti-bsp/conf/machine/include/am65xx.inc | |||
@@ -6,10 +6,6 @@ MACHINE_FEATURES += "screen touchscreen gpu" | |||
6 | SERIAL_CONSOLES = "115200;ttyS2 115200;ttyS1" | 6 | SERIAL_CONSOLES = "115200;ttyS2 115200;ttyS1" |
7 | SERIAL_CONSOLES_CHECK = "${SERIAL_CONSOLES}" | 7 | SERIAL_CONSOLES_CHECK = "${SERIAL_CONSOLES}" |
8 | 8 | ||
9 | PREFERRED_PROVIDER_virtual/egl ?= "ti-sgx-ddk-um" | ||
10 | PREFERRED_PROVIDER_virtual/libgles1 ?= "ti-sgx-ddk-um" | ||
11 | PREFERRED_PROVIDER_virtual/libgles2 ?= "ti-sgx-ddk-um" | ||
12 | PREFERRED_PROVIDER_virtual/libgbm ?= "ti-sgx-ddk-um" | ||
13 | PREFERRED_PROVIDER_virtual/gpudriver ?= "ti-sgx-ddk-km" | 9 | PREFERRED_PROVIDER_virtual/gpudriver ?= "ti-sgx-ddk-km" |
14 | 10 | ||
15 | KERNEL_DEVICETREE = " \ | 11 | KERNEL_DEVICETREE = " \ |
diff --git a/meta-ti-bsp/conf/machine/include/j721e.inc b/meta-ti-bsp/conf/machine/include/j721e.inc index eba10d8d..74cdc0e7 100644 --- a/meta-ti-bsp/conf/machine/include/j721e.inc +++ b/meta-ti-bsp/conf/machine/include/j721e.inc | |||
@@ -3,10 +3,6 @@ SOC_FAMILY:append = ":j721e" | |||
3 | 3 | ||
4 | MACHINE_FEATURES += "gpu" | 4 | MACHINE_FEATURES += "gpu" |
5 | 5 | ||
6 | PREFERRED_PROVIDER_virtual/egl ?= "ti-img-rogue-umlibs" | ||
7 | PREFERRED_PROVIDER_virtual/libgles1 ?= "ti-img-rogue-umlibs" | ||
8 | PREFERRED_PROVIDER_virtual/libgles2 ?= "ti-img-rogue-umlibs" | ||
9 | PREFERRED_PROVIDER_virtual/libgbm ?= "ti-img-rogue-umlibs" | ||
10 | PREFERRED_PROVIDER_virtual/gpudriver ?= "ti-img-rogue-driver" | 6 | PREFERRED_PROVIDER_virtual/gpudriver ?= "ti-img-rogue-driver" |
11 | 7 | ||
12 | # On J721e the file tiboot3.bin comes from the bootloader not ti-sci-fw | 8 | # On J721e the file tiboot3.bin comes from the bootloader not ti-sci-fw |
diff --git a/meta-ti-bsp/conf/machine/include/j721s2.inc b/meta-ti-bsp/conf/machine/include/j721s2.inc index fc6493b8..b0953c1a 100644 --- a/meta-ti-bsp/conf/machine/include/j721s2.inc +++ b/meta-ti-bsp/conf/machine/include/j721s2.inc | |||
@@ -3,10 +3,6 @@ SOC_FAMILY:append = ":j721s2" | |||
3 | 3 | ||
4 | MACHINE_FEATURES += "gpu" | 4 | MACHINE_FEATURES += "gpu" |
5 | 5 | ||
6 | PREFERRED_PROVIDER_virtual/egl ?= "ti-img-rogue-umlibs" | ||
7 | PREFERRED_PROVIDER_virtual/libgles1 ?= "ti-img-rogue-umlibs" | ||
8 | PREFERRED_PROVIDER_virtual/libgles2 ?= "ti-img-rogue-umlibs" | ||
9 | PREFERRED_PROVIDER_virtual/libgbm ?= "ti-img-rogue-umlibs" | ||
10 | PREFERRED_PROVIDER_virtual/gpudriver ?= "ti-img-rogue-driver" | 6 | PREFERRED_PROVIDER_virtual/gpudriver ?= "ti-img-rogue-driver" |
11 | 7 | ||
12 | TFA_BOARD = "generic" | 8 | TFA_BOARD = "generic" |
diff --git a/meta-ti-bsp/conf/machine/include/j784s4.inc b/meta-ti-bsp/conf/machine/include/j784s4.inc index d268b810..48d20a21 100644 --- a/meta-ti-bsp/conf/machine/include/j784s4.inc +++ b/meta-ti-bsp/conf/machine/include/j784s4.inc | |||
@@ -3,10 +3,6 @@ SOC_FAMILY:append = ":j784s4" | |||
3 | 3 | ||
4 | MACHINE_FEATURES += "gpu" | 4 | MACHINE_FEATURES += "gpu" |
5 | 5 | ||
6 | PREFERRED_PROVIDER_virtual/egl ?= "ti-img-rogue-umlibs" | ||
7 | PREFERRED_PROVIDER_virtual/libgles1 ?= "ti-img-rogue-umlibs" | ||
8 | PREFERRED_PROVIDER_virtual/libgles2 ?= "ti-img-rogue-umlibs" | ||
9 | PREFERRED_PROVIDER_virtual/libgbm ?= "ti-img-rogue-umlibs" | ||
10 | PREFERRED_PROVIDER_virtual/gpudriver ?= "ti-img-rogue-driver" | 6 | PREFERRED_PROVIDER_virtual/gpudriver ?= "ti-img-rogue-driver" |
11 | 7 | ||
12 | TFA_BOARD = "j784s4" | 8 | TFA_BOARD = "j784s4" |
diff --git a/meta-ti-bsp/conf/machine/include/omap-a15.inc b/meta-ti-bsp/conf/machine/include/omap-a15.inc index 0843fb28..01769bb3 100644 --- a/meta-ti-bsp/conf/machine/include/omap-a15.inc +++ b/meta-ti-bsp/conf/machine/include/omap-a15.inc | |||
@@ -10,10 +10,6 @@ MACHINE_KERNEL_PR = "r7" | |||
10 | PREFERRED_PROVIDER_virtual/kernel ?= "linux-ti-staging" | 10 | PREFERRED_PROVIDER_virtual/kernel ?= "linux-ti-staging" |
11 | PREFERRED_PROVIDER_virtual/bootloader ?= "u-boot-ti-staging" | 11 | PREFERRED_PROVIDER_virtual/bootloader ?= "u-boot-ti-staging" |
12 | PREFERRED_PROVIDER_u-boot ?= "u-boot-ti-staging" | 12 | PREFERRED_PROVIDER_u-boot ?= "u-boot-ti-staging" |
13 | PREFERRED_PROVIDER_virtual/egl ?= "ti-sgx-ddk-um" | ||
14 | PREFERRED_PROVIDER_virtual/libgles1 ?= "ti-sgx-ddk-um" | ||
15 | PREFERRED_PROVIDER_virtual/libgles2 ?= "ti-sgx-ddk-um" | ||
16 | PREFERRED_PROVIDER_virtual/libgbm ?= "ti-sgx-ddk-um" | ||
17 | PREFERRED_PROVIDER_virtual/gpudriver ?= "ti-sgx-ddk-km" | 13 | PREFERRED_PROVIDER_virtual/gpudriver ?= "ti-sgx-ddk-km" |
18 | 14 | ||
19 | KERNEL_IMAGETYPE = "zImage" | 15 | KERNEL_IMAGETYPE = "zImage" |
diff --git a/meta-ti-bsp/conf/machine/include/ti33x.inc b/meta-ti-bsp/conf/machine/include/ti33x.inc index cfacc30d..24154d06 100644 --- a/meta-ti-bsp/conf/machine/include/ti33x.inc +++ b/meta-ti-bsp/conf/machine/include/ti33x.inc | |||
@@ -11,10 +11,6 @@ MACHINE_KERNEL_PR = "r22" | |||
11 | PREFERRED_PROVIDER_virtual/kernel ?= "linux-ti-staging" | 11 | PREFERRED_PROVIDER_virtual/kernel ?= "linux-ti-staging" |
12 | PREFERRED_PROVIDER_virtual/bootloader ?= "u-boot-ti-staging" | 12 | PREFERRED_PROVIDER_virtual/bootloader ?= "u-boot-ti-staging" |
13 | PREFERRED_PROVIDER_u-boot ?= "u-boot-ti-staging" | 13 | PREFERRED_PROVIDER_u-boot ?= "u-boot-ti-staging" |
14 | PREFERRED_PROVIDER_virtual/egl ?= "ti-sgx-ddk-um" | ||
15 | PREFERRED_PROVIDER_virtual/libgles1 ?= "ti-sgx-ddk-um" | ||
16 | PREFERRED_PROVIDER_virtual/libgles2 ?= "ti-sgx-ddk-um" | ||
17 | PREFERRED_PROVIDER_virtual/libgbm ?= "ti-sgx-ddk-um" | ||
18 | PREFERRED_PROVIDER_virtual/gpudriver ?= "ti-sgx-ddk-km" | 14 | PREFERRED_PROVIDER_virtual/gpudriver ?= "ti-sgx-ddk-km" |
19 | 15 | ||
20 | KERNEL_IMAGETYPE = "zImage" | 16 | KERNEL_IMAGETYPE = "zImage" |
diff --git a/meta-ti-bsp/conf/machine/include/ti43x.inc b/meta-ti-bsp/conf/machine/include/ti43x.inc index 74a964db..96a599ed 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" | |||
11 | PREFERRED_PROVIDER_virtual/kernel ?= "linux-ti-staging" | 11 | PREFERRED_PROVIDER_virtual/kernel ?= "linux-ti-staging" |
12 | PREFERRED_PROVIDER_virtual/bootloader ?= "u-boot-ti-staging" | 12 | PREFERRED_PROVIDER_virtual/bootloader ?= "u-boot-ti-staging" |
13 | PREFERRED_PROVIDER_u-boot ?= "u-boot-ti-staging" | 13 | PREFERRED_PROVIDER_u-boot ?= "u-boot-ti-staging" |
14 | PREFERRED_PROVIDER_virtual/egl ?= "ti-sgx-ddk-um" | ||
15 | PREFERRED_PROVIDER_virtual/libgles1 ?= "ti-sgx-ddk-um" | ||
16 | PREFERRED_PROVIDER_virtual/libgles2 ?= "ti-sgx-ddk-um" | ||
17 | PREFERRED_PROVIDER_virtual/libgbm ?= "ti-sgx-ddk-um" | ||
18 | PREFERRED_PROVIDER_virtual/gpudriver ?= "ti-sgx-ddk-km" | 14 | PREFERRED_PROVIDER_virtual/gpudriver ?= "ti-sgx-ddk-km" |
19 | 15 | ||
20 | KERNEL_IMAGETYPE = "zImage" | 16 | KERNEL_IMAGETYPE = "zImage" |