[meta-ti] [PATCH 16/19] am180x: switch default u-boot preference to machine-specific tree

Denys Dmytriyenko denis at denix.org
Mon Mar 18 16:32:24 PDT 2013


From: Denys Dmytriyenko <denys at ti.com>

SDKs or other users of meta-ti can still use one of the other recipes for
stability or featureset, by setting PREFERRED_PROVIDER in their config.

Signed-off-by: Denys Dmytriyenko <denys at ti.com>
---
 conf/machine/am180x-evm.conf     | 2 ++
 conf/machine/include/davinci.inc | 2 +-
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/conf/machine/am180x-evm.conf b/conf/machine/am180x-evm.conf
index 7ea25cf..cff1565 100644
--- a/conf/machine/am180x-evm.conf
+++ b/conf/machine/am180x-evm.conf
@@ -14,3 +14,5 @@ IMAGE_FSTYPES += "tar.gz ubi"
 SERIAL_CONSOLE = "115200 ttyS2"
 
 PREFERRED_PROVIDER_virtual/kernel = "linux-omapl138-psp"
+PREFERRED_PROVIDER_virtual/bootloader = "u-boot-am180x"
+PREFERRED_PROVIDER_u-boot = "u-boot-am180x"
diff --git a/conf/machine/include/davinci.inc b/conf/machine/include/davinci.inc
index 756a1e5..6be5eb7 100644
--- a/conf/machine/include/davinci.inc
+++ b/conf/machine/include/davinci.inc
@@ -1,7 +1,7 @@
 require conf/machine/include/tune-arm926ejs.inc
 
 # Increase this everytime you change something in the kernel
-MACHINE_KERNEL_PR = "r52"
+MACHINE_KERNEL_PR = "r53"
 
 KERNEL_IMAGETYPE = "uImage"
 
-- 
1.8.1.5




More information about the meta-ti mailing list