diff options
| author | Denys Dmytriyenko <denys@konsulko.com> | 2024-06-14 17:57:18 -0400 |
|---|---|---|
| committer | Ryan Eatmon <reatmon@ti.com> | 2024-06-15 08:05:34 -0500 |
| commit | fdfa6e2f13f5d58223b82819cbf87081d7b11750 (patch) | |
| tree | b383d776538b664fbb55aba2291d8fe32240a224 /meta-ti-bsp/conf/machine/include/ti33x.inc | |
| parent | 16a40af52202e0a44b3009b9674bd2b5c899e709 (diff) | |
| download | meta-ti-fdfa6e2f13f5d58223b82819cbf87081d7b11750.tar.gz | |
conf/machine, ti-bsp: add support for multiple BSP providers
This adds a facility to define multiple supported BSPs with their own
preferences for individual components, as well as lets machine configs
specify conditional configurations for different BSPs.
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.inc | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/meta-ti-bsp/conf/machine/include/ti33x.inc b/meta-ti-bsp/conf/machine/include/ti33x.inc index 6fd65b2d..45934aa0 100644 --- a/meta-ti-bsp/conf/machine/include/ti33x.inc +++ b/meta-ti-bsp/conf/machine/include/ti33x.inc | |||
| @@ -7,14 +7,11 @@ require conf/machine/include/arm/armv7a/tune-cortexa8.inc | |||
| 7 | # Increase this everytime you change something in the kernel | 7 | # Increase this everytime you change something in the kernel |
| 8 | MACHINE_KERNEL_PR = "r22" | 8 | MACHINE_KERNEL_PR = "r22" |
| 9 | 9 | ||
| 10 | # Default providers, may need to override for specific machines | 10 | require conf/machine/include/ti-bsp.inc |
| 11 | PREFERRED_PROVIDER_virtual/kernel ?= "linux-ti-staging" | ||
| 12 | PREFERRED_PROVIDER_virtual/bootloader ?= "u-boot-ti-staging" | ||
| 13 | PREFERRED_PROVIDER_u-boot ?= "u-boot-ti-staging" | ||
| 14 | 11 | ||
| 15 | # Graphics providers and variables | 12 | # Graphics providers and variables |
| 16 | require conf/machine/include/mesa-pvr.inc | 13 | require conf/machine/include/mesa-pvr.inc |
| 17 | PREFERRED_PROVIDER_virtual/gpudriver ?= "" | 14 | PREFERRED_PROVIDER_virtual/gpudriver ?= "${BSP_SGX_DRIVER_PROVIDER}" |
| 18 | PVR_DISPLAY_CONTROLLER_ALIAS ?= "tilcdc" | 15 | PVR_DISPLAY_CONTROLLER_ALIAS ?= "tilcdc" |
| 19 | 16 | ||
| 20 | KERNEL_IMAGETYPE = "zImage" | 17 | KERNEL_IMAGETYPE = "zImage" |
