All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] layer.conf: lower layer priority from 10 to 6
@ 2012-09-14  6:13 Denys Dmytriyenko
  2012-09-18  0:48 ` Denys Dmytriyenko
  0 siblings, 1 reply; 3+ messages in thread
From: Denys Dmytriyenko @ 2012-09-14  6:13 UTC (permalink / raw)
  To: meta-ti

Lowering layer priority from 10 to 6 aligns meta-ti with other BSP layers
and also allows distributions to override our recipes.

Signed-off-by: Denys Dmytriyenko <denys@ti.com>
---
 conf/layer.conf |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/conf/layer.conf b/conf/layer.conf
index 4afb4f3..faa4ac0 100644
--- a/conf/layer.conf
+++ b/conf/layer.conf
@@ -6,4 +6,4 @@ BBFILES += "${LAYERDIR}/recipes*/*/*.bb ${LAYERDIR}/recipes*/*/*.bbappend"
 
 BBFILE_COLLECTIONS += "meta-ti"
 BBFILE_PATTERN_meta-ti := "^${LAYERDIR}/"
-BBFILE_PRIORITY_meta-ti = "10"
+BBFILE_PRIORITY_meta-ti = "6"
-- 
1.7.8.6



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

* Re: [PATCH] layer.conf: lower layer priority from 10 to 6
  2012-09-14  6:13 [PATCH] layer.conf: lower layer priority from 10 to 6 Denys Dmytriyenko
@ 2012-09-18  0:48 ` Denys Dmytriyenko
  2012-09-27  4:33   ` Cooper Jr., Franklin
  0 siblings, 1 reply; 3+ messages in thread
From: Denys Dmytriyenko @ 2012-09-18  0:48 UTC (permalink / raw)
  To: meta-ti

Any objections here?


On Fri, Sep 14, 2012 at 02:13:37AM -0400, Denys Dmytriyenko wrote:
> Lowering layer priority from 10 to 6 aligns meta-ti with other BSP layers
> and also allows distributions to override our recipes.
> 
> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
> ---
>  conf/layer.conf |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
> 
> diff --git a/conf/layer.conf b/conf/layer.conf
> index 4afb4f3..faa4ac0 100644
> --- a/conf/layer.conf
> +++ b/conf/layer.conf
> @@ -6,4 +6,4 @@ BBFILES += "${LAYERDIR}/recipes*/*/*.bb ${LAYERDIR}/recipes*/*/*.bbappend"
>  
>  BBFILE_COLLECTIONS += "meta-ti"
>  BBFILE_PATTERN_meta-ti := "^${LAYERDIR}/"
> -BBFILE_PRIORITY_meta-ti = "10"
> +BBFILE_PRIORITY_meta-ti = "6"
> -- 
> 1.7.8.6
> 


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

* Re: [PATCH] layer.conf: lower layer priority from 10 to 6
  2012-09-18  0:48 ` Denys Dmytriyenko
@ 2012-09-27  4:33   ` Cooper Jr., Franklin
  0 siblings, 0 replies; 3+ messages in thread
From: Cooper Jr., Franklin @ 2012-09-27  4:33 UTC (permalink / raw)
  To: Dmytriyenko, Denys, meta-ti@yoctoproject.org

Please apply this patch to the denzil branch also.

-----Original Message-----
From: meta-ti-bounces@yoctoproject.org [mailto:meta-ti-bounces@yoctoproject.org] On Behalf Of Dmytriyenko, Denys
Sent: Monday, September 17, 2012 7:49 PM
To: meta-ti@yoctoproject.org
Subject: Re: [meta-ti] [PATCH] layer.conf: lower layer priority from 10 to 6

Any objections here?


On Fri, Sep 14, 2012 at 02:13:37AM -0400, Denys Dmytriyenko wrote:
> Lowering layer priority from 10 to 6 aligns meta-ti with other BSP 
> layers and also allows distributions to override our recipes.
> 
> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
> ---
>  conf/layer.conf |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
> 
> diff --git a/conf/layer.conf b/conf/layer.conf index 4afb4f3..faa4ac0 
> 100644
> --- a/conf/layer.conf
> +++ b/conf/layer.conf
> @@ -6,4 +6,4 @@ BBFILES += "${LAYERDIR}/recipes*/*/*.bb ${LAYERDIR}/recipes*/*/*.bbappend"
>  
>  BBFILE_COLLECTIONS += "meta-ti"
>  BBFILE_PATTERN_meta-ti := "^${LAYERDIR}/"
> -BBFILE_PRIORITY_meta-ti = "10"
> +BBFILE_PRIORITY_meta-ti = "6"
> --
> 1.7.8.6
> 
_______________________________________________
meta-ti mailing list
meta-ti@yoctoproject.org
https://lists.yoctoproject.org/listinfo/meta-ti


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

end of thread, other threads:[~2012-09-27  4:33 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-09-14  6:13 [PATCH] layer.conf: lower layer priority from 10 to 6 Denys Dmytriyenko
2012-09-18  0:48 ` Denys Dmytriyenko
2012-09-27  4:33   ` Cooper Jr., Franklin

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.