diff options
author | Denys Dmytriyenko <denys@konsulko.com> | 2022-05-05 17:44:20 +0000 |
---|---|---|
committer | Ryan Eatmon <reatmon@ti.com> | 2022-05-05 14:22:22 -0500 |
commit | fa2639b3a6a1cbff78a9eba16e1aee6ac9d06df7 (patch) | |
tree | f3de8911eba646819dfcc6f1821780ac568820dc /meta-ti-bsp/conf/machine/include/omap-a15.inc | |
parent | 50c81f868c6c7046ca203f2d7cc5f2d4053b4fdc (diff) | |
download | meta-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.inc | 14 |
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 | |||
8 | MACHINE_KERNEL_PR = "r7" | 8 | MACHINE_KERNEL_PR = "r7" |
9 | 9 | ||
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" | 13 | PREFERRED_PROVIDER_virtual/egl ?= "ti-sgx-ddk-um" |
14 | PREFERRED_PROVIDER_virtual/libgles1 = "ti-sgx-ddk-um" | 14 | PREFERRED_PROVIDER_virtual/libgles1 ?= "ti-sgx-ddk-um" |
15 | PREFERRED_PROVIDER_virtual/libgles2 = "ti-sgx-ddk-um" | 15 | PREFERRED_PROVIDER_virtual/libgles2 ?= "ti-sgx-ddk-um" |
16 | PREFERRED_PROVIDER_virtual/libgbm = "ti-sgx-ddk-um" | 16 | PREFERRED_PROVIDER_virtual/libgbm ?= "ti-sgx-ddk-um" |
17 | PREFERRED_PROVIDER_virtual/gpudriver = "ti-sgx-ddk-km" | 17 | PREFERRED_PROVIDER_virtual/gpudriver ?= "ti-sgx-ddk-km" |
18 | 18 | ||
19 | KERNEL_IMAGETYPE = "zImage" | 19 | KERNEL_IMAGETYPE = "zImage" |
20 | KERNEL_IMAGETYPES = "zImage uImage" | 20 | KERNEL_IMAGETYPES = "zImage uImage" |