diff options
Diffstat (limited to 'meta-ti-bsp/conf')
-rw-r--r-- | meta-ti-bsp/conf/machine/include/omap-a15.inc | 3 | ||||
-rw-r--r-- | meta-ti-bsp/conf/machine/include/ti33x.inc | 3 | ||||
-rw-r--r-- | meta-ti-bsp/conf/machine/include/ti43x.inc | 3 |
3 files changed, 9 insertions, 0 deletions
diff --git a/meta-ti-bsp/conf/machine/include/omap-a15.inc b/meta-ti-bsp/conf/machine/include/omap-a15.inc index 01769bb3..2588aac2 100644 --- a/meta-ti-bsp/conf/machine/include/omap-a15.inc +++ b/meta-ti-bsp/conf/machine/include/omap-a15.inc | |||
@@ -10,7 +10,10 @@ 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 | |||
14 | # Graphics providers and variables | ||
13 | PREFERRED_PROVIDER_virtual/gpudriver ?= "ti-sgx-ddk-km" | 15 | PREFERRED_PROVIDER_virtual/gpudriver ?= "ti-sgx-ddk-km" |
16 | PVR_DISPLAY_CONTROLLER_ALIAS ?= "omapdrm" | ||
14 | 17 | ||
15 | KERNEL_IMAGETYPE = "zImage" | 18 | KERNEL_IMAGETYPE = "zImage" |
16 | KERNEL_IMAGETYPES = "zImage uImage" | 19 | KERNEL_IMAGETYPES = "zImage uImage" |
diff --git a/meta-ti-bsp/conf/machine/include/ti33x.inc b/meta-ti-bsp/conf/machine/include/ti33x.inc index 24154d06..da2273e1 100644 --- a/meta-ti-bsp/conf/machine/include/ti33x.inc +++ b/meta-ti-bsp/conf/machine/include/ti33x.inc | |||
@@ -11,7 +11,10 @@ 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 | |||
15 | # Graphics providers and variables | ||
14 | PREFERRED_PROVIDER_virtual/gpudriver ?= "ti-sgx-ddk-km" | 16 | PREFERRED_PROVIDER_virtual/gpudriver ?= "ti-sgx-ddk-km" |
17 | PVR_DISPLAY_CONTROLLER_ALIAS ?= "tilcdc" | ||
15 | 18 | ||
16 | KERNEL_IMAGETYPE = "zImage" | 19 | KERNEL_IMAGETYPE = "zImage" |
17 | 20 | ||
diff --git a/meta-ti-bsp/conf/machine/include/ti43x.inc b/meta-ti-bsp/conf/machine/include/ti43x.inc index 96a599ed..277416b9 100644 --- a/meta-ti-bsp/conf/machine/include/ti43x.inc +++ b/meta-ti-bsp/conf/machine/include/ti43x.inc | |||
@@ -11,7 +11,10 @@ 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 | |||
15 | # Graphics providers and variables | ||
14 | PREFERRED_PROVIDER_virtual/gpudriver ?= "ti-sgx-ddk-km" | 16 | PREFERRED_PROVIDER_virtual/gpudriver ?= "ti-sgx-ddk-km" |
17 | PVR_DISPLAY_CONTROLLER_ALIAS ?= "omapdrm" | ||
15 | 18 | ||
16 | KERNEL_IMAGETYPE = "zImage" | 19 | KERNEL_IMAGETYPE = "zImage" |
17 | 20 | ||