diff options
author | Denys Dmytriyenko <denys@ti.com> | 2013-03-18 18:28:17 -0400 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2013-03-18 21:31:33 -0400 |
commit | 10c6e2943068003a5425763c4ad98d5c6b383dcb (patch) | |
tree | c04abff246f9810feb1c3582cb7612e647bed4fd /conf | |
parent | b87ac0eafb564cb9af1f306c0272477a8606a8f8 (diff) | |
download | meta-ti-10c6e2943068003a5425763c4ad98d5c6b383dcb.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>
Diffstat (limited to 'conf')
-rw-r--r-- | conf/machine/include/keystone.inc | 5 |
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 | |||
4 | require conf/machine/include/tune-cortexa15.inc | 4 | require conf/machine/include/tune-cortexa15.inc |
5 | 5 | ||
6 | PREFERRED_PROVIDER_virtual/kernel = "linux-keystone" | 6 | PREFERRED_PROVIDER_virtual/kernel = "linux-keystone" |
7 | PREFERRED_PROVIDER_virtual/bootloader = "u-boot" | 7 | PREFERRED_PROVIDER_virtual/bootloader = "u-boot-keystone" |
8 | PREFERRED_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 |
10 | MACHINE_KERNEL_PR = "r5" | 11 | MACHINE_KERNEL_PR = "r6" |
11 | 12 | ||
12 | KERNEL_IMAGETYPE = "uImage" | 13 | KERNEL_IMAGETYPE = "uImage" |
13 | 14 | ||