summaryrefslogtreecommitdiffstats
path: root/meta-ti-bsp/conf/machine/include/omap-a15.inc
diff options
context:
space:
mode:
authorDenys Dmytriyenko <denys@konsulko.com>2022-05-05 17:44:20 +0000
committerRyan Eatmon <reatmon@ti.com>2022-05-05 14:22:22 -0500
commitfa2639b3a6a1cbff78a9eba16e1aee6ac9d06df7 (patch)
treef3de8911eba646819dfcc6f1821780ac568820dc /meta-ti-bsp/conf/machine/include/omap-a15.inc
parent50c81f868c6c7046ca203f2d7cc5f2d4053b4fdc (diff)
downloadmeta-ti-fa2639b3a6a1cbff78a9eba16e1aee6ac9d06df7.tar.gz
conf/machine: make default PREFERRED_PROVIDERs easy to override
Use weak assignment for default PREFERRED_PROVIDER values to allow user to easily overwrite them from local.conf. 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/omap-a15.inc')
-rw-r--r--meta-ti-bsp/conf/machine/include/omap-a15.inc14
1 files changed, 7 insertions, 7 deletions
diff --git a/meta-ti-bsp/conf/machine/include/omap-a15.inc b/meta-ti-bsp/conf/machine/include/omap-a15.inc
index 7cff38dc..8ab614f0 100644
--- a/meta-ti-bsp/conf/machine/include/omap-a15.inc
+++ b/meta-ti-bsp/conf/machine/include/omap-a15.inc
@@ -8,13 +8,13 @@ require conf/machine/include/arm/armv7a/tune-cortexa15.inc
8MACHINE_KERNEL_PR = "r7" 8MACHINE_KERNEL_PR = "r7"
9 9
10PREFERRED_PROVIDER_virtual/kernel ?= "linux-ti-staging" 10PREFERRED_PROVIDER_virtual/kernel ?= "linux-ti-staging"
11PREFERRED_PROVIDER_virtual/bootloader = "u-boot-ti-staging" 11PREFERRED_PROVIDER_virtual/bootloader ?= "u-boot-ti-staging"
12PREFERRED_PROVIDER_u-boot = "u-boot-ti-staging" 12PREFERRED_PROVIDER_u-boot ?= "u-boot-ti-staging"
13PREFERRED_PROVIDER_virtual/egl = "ti-sgx-ddk-um" 13PREFERRED_PROVIDER_virtual/egl ?= "ti-sgx-ddk-um"
14PREFERRED_PROVIDER_virtual/libgles1 = "ti-sgx-ddk-um" 14PREFERRED_PROVIDER_virtual/libgles1 ?= "ti-sgx-ddk-um"
15PREFERRED_PROVIDER_virtual/libgles2 = "ti-sgx-ddk-um" 15PREFERRED_PROVIDER_virtual/libgles2 ?= "ti-sgx-ddk-um"
16PREFERRED_PROVIDER_virtual/libgbm = "ti-sgx-ddk-um" 16PREFERRED_PROVIDER_virtual/libgbm ?= "ti-sgx-ddk-um"
17PREFERRED_PROVIDER_virtual/gpudriver = "ti-sgx-ddk-km" 17PREFERRED_PROVIDER_virtual/gpudriver ?= "ti-sgx-ddk-km"
18 18
19KERNEL_IMAGETYPE = "zImage" 19KERNEL_IMAGETYPE = "zImage"
20KERNEL_IMAGETYPES = "zImage uImage" 20KERNEL_IMAGETYPES = "zImage uImage"