diff options
author | Denys Dmytriyenko <denys@ti.com> | 2013-03-18 14:34:15 -0400 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2013-03-18 19:22:41 -0400 |
commit | 809e2d46f239b67c8d2ec953a52998b3fb7a0f40 (patch) | |
tree | db2c54b308f05a8035d5217d17a8ac2fc787495f /conf/machine/include/ti33x.inc | |
parent | d3e7ad317131fbf16bb6922114daee6a41d3ea27 (diff) | |
download | meta-ti-809e2d46f239b67c8d2ec953a52998b3fb7a0f40.tar.gz |
ti33x: switch default preference to ti-staging tree
SDKs or other users of meta-ti can still use one of the older 3.2 recipes for
stability or featureset, by setting PREFERRED_PROVIDER in distro or local config.
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Acked-by: Chase Maupin <chase.maupin@ti.com>
Diffstat (limited to 'conf/machine/include/ti33x.inc')
-rw-r--r-- | conf/machine/include/ti33x.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/include/ti33x.inc b/conf/machine/include/ti33x.inc index f00c7974..62afe169 100644 --- a/conf/machine/include/ti33x.inc +++ b/conf/machine/include/ti33x.inc | |||
@@ -19,7 +19,7 @@ GUI_MACHINE_CLASS = "bigscreen" | |||
19 | MACHINE_KERNEL_PR = "r18" | 19 | MACHINE_KERNEL_PR = "r18" |
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-ti33x-psp" | 22 | PREFERRED_PROVIDER_virtual/kernel = "linux-ti-staging" |
23 | PREFERRED_PROVIDER_virtual/bootloader = "u-boot" | 23 | PREFERRED_PROVIDER_virtual/bootloader = "u-boot" |
24 | 24 | ||
25 | KERNEL_IMAGETYPE = "uImage" | 25 | KERNEL_IMAGETYPE = "uImage" |