1
0
mirror of https://git.yoctoproject.org/meta-ti synced 2026-07-16 22:38:04 +00:00

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>
This commit is contained in:
Denys Dmytriyenko
2013-03-18 14:34:15 -04:00
parent 164d09c5a6
commit 2843ce6357
3 changed files with 1 additions and 5 deletions
+1 -1
View File
@@ -19,7 +19,7 @@ GUI_MACHINE_CLASS = "bigscreen"
MACHINE_KERNEL_PR = "r18"
# Default providers, may need to override for specific machines
PREFERRED_PROVIDER_virtual/kernel = "linux-ti33x-psp"
PREFERRED_PROVIDER_virtual/kernel = "linux-ti-staging"
PREFERRED_PROVIDER_virtual/bootloader = "u-boot"
KERNEL_IMAGETYPE = "uImage"