[meta-ti] [PATCH 15/19] keystone: switch default u-boot preference to machine-specific tree
Denys Dmytriyenko
denis at denix.org
Mon Mar 18 16:32:23 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/include/keystone.inc | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/conf/machine/include/keystone.inc b/conf/machine/include/keystone.inc
index 047cc18..72e71bf 100644
--- a/conf/machine/include/keystone.inc
+++ b/conf/machine/include/keystone.inc
@@ -4,10 +4,11 @@ require conf/machine/include/soc-family.inc
require conf/machine/include/tune-cortexa15.inc
PREFERRED_PROVIDER_virtual/kernel = "linux-keystone"
-PREFERRED_PROVIDER_virtual/bootloader = "u-boot"
+PREFERRED_PROVIDER_virtual/bootloader = "u-boot-keystone"
+PREFERRED_PROVIDER_u-boot = "u-boot-keystone"
# Increase this everytime you change something in the kernel
-MACHINE_KERNEL_PR = "r5"
+MACHINE_KERNEL_PR = "r6"
KERNEL_IMAGETYPE = "uImage"
--
1.8.1.5
More information about the meta-ti
mailing list