All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCHv2 2/3] ti33x: switch default preference to ti-staging tree
@ 2013-03-18 18:59 Denys Dmytriyenko
  2013-03-18 20:10 ` Maupin, Chase
  0 siblings, 1 reply; 2+ messages in thread
From: Denys Dmytriyenko @ 2013-03-18 18:59 UTC (permalink / raw)
  To: meta-ti

From: Denys Dmytriyenko <denys@ti.com>

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>
---
v2 - make unified change in SOC include file

 conf/machine/am335x-evm.conf   | 2 --
 conf/machine/beaglebone.conf   | 2 --
 conf/machine/include/ti33x.inc | 2 +-
 3 files changed, 1 insertion(+), 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"
-- 
1.8.1.5



^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCHv2 2/3] ti33x: switch default preference to ti-staging tree
  2013-03-18 18:59 [PATCHv2 2/3] ti33x: switch default preference to ti-staging tree Denys Dmytriyenko
@ 2013-03-18 20:10 ` Maupin, Chase
  0 siblings, 0 replies; 2+ messages in thread
From: Maupin, Chase @ 2013-03-18 20:10 UTC (permalink / raw)
  To: Denys Dmytriyenko, meta-ti

Acked-by: Chase Maupin <chase.maupin@ti.com>

Sincerely,
Chase Maupin
Integration Team Manager
Linux Core Product Development
e-mail: chase.maupin@ti.com
phone: (214) 567-2950

For support:
Forums - http://community.ti.com/forums/
Wiki - http://wiki.davincidsp.com/ 


> -----Original Message-----
> From: meta-ti-bounces@yoctoproject.org [mailto:meta-ti-
> bounces@yoctoproject.org] On Behalf Of Denys Dmytriyenko
> Sent: Monday, March 18, 2013 1:59 PM
> To: meta-ti@yoctoproject.org
> Subject: [meta-ti] [PATCHv2 2/3] ti33x: switch default preference
> to ti-staging tree
> 
> From: Denys Dmytriyenko <denys@ti.com>
> 
> 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>
> ---
> v2 - make unified change in SOC include file
> 
>  conf/machine/am335x-evm.conf   | 2 --
>  conf/machine/beaglebone.conf   | 2 --
>  conf/machine/include/ti33x.inc | 2 +-
>  3 files changed, 1 insertion(+), 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"
> --
> 1.8.1.5
> 
> _______________________________________________
> meta-ti mailing list
> meta-ti@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/meta-ti


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2013-03-18 20:10 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-03-18 18:59 [PATCHv2 2/3] ti33x: switch default preference to ti-staging tree Denys Dmytriyenko
2013-03-18 20:10 ` Maupin, Chase

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.