[meta-ti] Denys Dmytriyenko : ti33x: switch default preference to ti-staging tree
Arago Project git
git at arago-project.org
Mon Mar 18 16:25:12 PDT 2013
Module: meta-ti
Branch: danny
Commit: 2843ce635791efd8ee8d53564867334abddaf749
URL: http://arago-project.org/git/meta-ti.git?a=commit;h=2843ce635791efd8ee8d53564867334abddaf749
Author: Denys Dmytriyenko <denys at ti.com>
Date: Mon Mar 18 14:34:15 2013 -0400
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 at ti.com>
Acked-by: Chase Maupin <chase.maupin at ti.com>
---
conf/machine/am335x-evm.conf | 2 --
conf/machine/beaglebone.conf | 2 --
conf/machine/include/ti33x.inc | 2 +-
3 files changed, 1 insertions(+), 5 deletions(-)
diff --git a/conf/machine/am335x-evm.conf b/conf/machine/am335x-evm.conf
index 91f7e54..21e79a2 100644
--- a/conf/machine/am335x-evm.conf
+++ b/conf/machine/am335x-evm.conf
@@ -13,8 +13,6 @@ IMAGE_FSTYPES += "ubi tar.gz"
SERIAL_CONSOLE = "115200 ttyO0"
-PREFERRED_PROVIDER_virtual/kernel = "linux-ti33x-psp"
-
# UBI information. Note that this is board and kernel specific. Changes
# in your kernel port may require changes in these variables. For more
# details about this board please see
diff --git a/conf/machine/beaglebone.conf b/conf/machine/beaglebone.conf
index f4112f5..8a83a1a 100644
--- a/conf/machine/beaglebone.conf
+++ b/conf/machine/beaglebone.conf
@@ -7,8 +7,6 @@ require conf/machine/include/ti33x.inc
# Only has DVI connector for external screen
GUI_MACHINE_CLASS = "bigscreen"
-PREFERRED_PROVIDER_virtual/kernel = "linux-ti33x-psp"
-
IMAGE_FSTYPES += "tar.gz"
SERIAL_CONSOLE = "115200 ttyO0"
diff --git a/conf/machine/include/ti33x.inc b/conf/machine/include/ti33x.inc
index f00c797..62afe16 100644
--- a/conf/machine/include/ti33x.inc
+++ b/conf/machine/include/ti33x.inc
@@ -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"
More information about the meta-ti
mailing list