[meta-ti] Denys Dmytriyenko : ti33x: switch default u-boot preference to ti-staging tree

Arago Project git git at arago-project.org
Mon Mar 25 17:42:24 PDT 2013


Module: meta-ti
Branch: master
Commit: b87ac0eafb564cb9af1f306c0272477a8606a8f8
URL:    http://arago-project.org/git/meta-ti.git?a=commit;h=b87ac0eafb564cb9af1f306c0272477a8606a8f8

Author: Denys Dmytriyenko <denys at ti.com>
Date:   Mon Mar 18 18:09:07 2013 -0400

ti33x: switch default u-boot preference to ti-staging tree

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/include/ti33x.inc |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/conf/machine/include/ti33x.inc b/conf/machine/include/ti33x.inc
index 62afe16..12b80c6 100644
--- a/conf/machine/include/ti33x.inc
+++ b/conf/machine/include/ti33x.inc
@@ -16,11 +16,12 @@ XSERVER = "xserver-xorg \
 GUI_MACHINE_CLASS = "bigscreen"
 
 # Increase this everytime you change something in the kernel
-MACHINE_KERNEL_PR = "r18"
+MACHINE_KERNEL_PR = "r19"
 
 # Default providers, may need to override for specific machines
 PREFERRED_PROVIDER_virtual/kernel = "linux-ti-staging"
-PREFERRED_PROVIDER_virtual/bootloader = "u-boot"
+PREFERRED_PROVIDER_virtual/bootloader = "u-boot-ti-staging"
+PREFERRED_PROVIDER_u-boot = "u-boot-ti-staging"
 
 KERNEL_IMAGETYPE = "uImage"
 




More information about the meta-ti mailing list