summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDenys Dmytriyenko <denys@ti.com>2013-03-18 18:28:17 -0400
committerDenys Dmytriyenko <denys@ti.com>2013-03-25 20:41:38 -0400
commit8173631f172419bf2c78b45009df7e1508ee5d88 (patch)
tree26981603db6513f8d5596942be7f0f3a45a884ec
parentc67028600236bd732f3c019251abbd808c0d6abc (diff)
downloadmeta-ti-8173631f172419bf2c78b45009df7e1508ee5d88.tar.gz
keystone: switch default u-boot preference to machine-specific 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@ti.com>
-rw-r--r--conf/machine/include/keystone.inc5
1 files changed, 3 insertions, 2 deletions
diff --git a/conf/machine/include/keystone.inc b/conf/machine/include/keystone.inc
index 047cc185..72e71bfa 100644
--- a/conf/machine/include/keystone.inc
+++ b/conf/machine/include/keystone.inc
@@ -4,10 +4,11 @@ require conf/machine/include/soc-family.inc
4require conf/machine/include/tune-cortexa15.inc 4require conf/machine/include/tune-cortexa15.inc
5 5
6PREFERRED_PROVIDER_virtual/kernel = "linux-keystone" 6PREFERRED_PROVIDER_virtual/kernel = "linux-keystone"
7PREFERRED_PROVIDER_virtual/bootloader = "u-boot" 7PREFERRED_PROVIDER_virtual/bootloader = "u-boot-keystone"
8PREFERRED_PROVIDER_u-boot = "u-boot-keystone"
8 9
9# Increase this everytime you change something in the kernel 10# Increase this everytime you change something in the kernel
10MACHINE_KERNEL_PR = "r5" 11MACHINE_KERNEL_PR = "r6"
11 12
12KERNEL_IMAGETYPE = "uImage" 13KERNEL_IMAGETYPE = "uImage"
13 14