diff options
author | Denys Dmytriyenko <denys@ti.com> | 2013-03-18 18:09:07 -0400 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2013-03-18 21:31:33 -0400 |
commit | b87ac0eafb564cb9af1f306c0272477a8606a8f8 (patch) | |
tree | 7addbf90b24c331a276fb391842783c6842d6bb6 /conf | |
parent | a2f7ef8b645d1c51826b7eecf74634d2a1280cc4 (diff) | |
download | meta-ti-b87ac0eafb564cb9af1f306c0272477a8606a8f8.tar.gz |
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@ti.com>
Diffstat (limited to 'conf')
-rw-r--r-- | 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 62afe169..12b80c6d 100644 --- a/conf/machine/include/ti33x.inc +++ b/conf/machine/include/ti33x.inc | |||
@@ -16,11 +16,12 @@ XSERVER = "xserver-xorg \ | |||
16 | GUI_MACHINE_CLASS = "bigscreen" | 16 | GUI_MACHINE_CLASS = "bigscreen" |
17 | 17 | ||
18 | # Increase this everytime you change something in the kernel | 18 | # Increase this everytime you change something in the kernel |
19 | MACHINE_KERNEL_PR = "r18" | 19 | MACHINE_KERNEL_PR = "r19" |
20 | 20 | ||
21 | # Default providers, may need to override for specific machines | 21 | # Default providers, may need to override for specific machines |
22 | PREFERRED_PROVIDER_virtual/kernel = "linux-ti-staging" | 22 | PREFERRED_PROVIDER_virtual/kernel = "linux-ti-staging" |
23 | PREFERRED_PROVIDER_virtual/bootloader = "u-boot" | 23 | PREFERRED_PROVIDER_virtual/bootloader = "u-boot-ti-staging" |
24 | PREFERRED_PROVIDER_u-boot = "u-boot-ti-staging" | ||
24 | 25 | ||
25 | KERNEL_IMAGETYPE = "uImage" | 26 | KERNEL_IMAGETYPE = "uImage" |
26 | 27 | ||