All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] layer.conf: meta-arm-toolchain should depend on core layer
@ 2020-04-12  0:20 Denys Dmytriyenko
  2020-04-13  5:39 ` [meta-arm] " Sumit Garg
  2020-04-13 22:04 ` Jon Mason
  0 siblings, 2 replies; 3+ messages in thread
From: Denys Dmytriyenko @ 2020-04-12  0:20 UTC (permalink / raw)
  To: meta-arm; +Cc: Denys Dmytriyenko

From: Denys Dmytriyenko <denys@ti.com>

While core layer may be implied, it's still nice to depend on it explicitly
for building gcc and other toolchain components in this layer.

Signed-off-by: Denys Dmytriyenko <denys@ti.com>
---
 meta-arm-toolchain/conf/layer.conf | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta-arm-toolchain/conf/layer.conf b/meta-arm-toolchain/conf/layer.conf
index 3a4c4f0..76eac9d 100644
--- a/meta-arm-toolchain/conf/layer.conf
+++ b/meta-arm-toolchain/conf/layer.conf
@@ -8,6 +8,7 @@ BBFILE_COLLECTIONS += "arm-toolchain"
 BBFILE_PATTERN_arm-toolchain := "^${LAYERDIR}/"
 BBFILE_PRIORITY_arm-toolchain = "30"
 
+LAYERDEPENDS_arm-toolchain = "core"
 LAYERSERIES_COMPAT_arm-toolchain = "zeus dunfell"
 
 # do not error out on bbappends for missing recipes
-- 
2.7.4


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

* Re: [meta-arm] [PATCH] layer.conf: meta-arm-toolchain should depend on core layer
  2020-04-12  0:20 [PATCH] layer.conf: meta-arm-toolchain should depend on core layer Denys Dmytriyenko
@ 2020-04-13  5:39 ` Sumit Garg
  2020-04-13 22:04 ` Jon Mason
  1 sibling, 0 replies; 3+ messages in thread
From: Sumit Garg @ 2020-04-13  5:39 UTC (permalink / raw)
  To: meta-arm; +Cc: Denys Dmytriyenko

On Sun, 12 Apr 2020 at 05:50, Denys Dmytriyenko <denis@denix.org> wrote:
>
> From: Denys Dmytriyenko <denys@ti.com>
>
> While core layer may be implied, it's still nice to depend on it explicitly
> for building gcc and other toolchain components in this layer.
>
> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
> ---
>  meta-arm-toolchain/conf/layer.conf | 1 +
>  1 file changed, 1 insertion(+)

Reviewed-by: Sumit Garg <sumit.garg@linaro.org>

>
> diff --git a/meta-arm-toolchain/conf/layer.conf b/meta-arm-toolchain/conf/layer.conf
> index 3a4c4f0..76eac9d 100644
> --- a/meta-arm-toolchain/conf/layer.conf
> +++ b/meta-arm-toolchain/conf/layer.conf
> @@ -8,6 +8,7 @@ BBFILE_COLLECTIONS += "arm-toolchain"
>  BBFILE_PATTERN_arm-toolchain := "^${LAYERDIR}/"
>  BBFILE_PRIORITY_arm-toolchain = "30"
>
> +LAYERDEPENDS_arm-toolchain = "core"
>  LAYERSERIES_COMPAT_arm-toolchain = "zeus dunfell"
>
>  # do not error out on bbappends for missing recipes
> --
> 2.7.4
>
> 

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

* Re: [meta-arm] [PATCH] layer.conf: meta-arm-toolchain should depend on core layer
  2020-04-12  0:20 [PATCH] layer.conf: meta-arm-toolchain should depend on core layer Denys Dmytriyenko
  2020-04-13  5:39 ` [meta-arm] " Sumit Garg
@ 2020-04-13 22:04 ` Jon Mason
  1 sibling, 0 replies; 3+ messages in thread
From: Jon Mason @ 2020-04-13 22:04 UTC (permalink / raw)
  To: meta-arm; +Cc: Denys Dmytriyenko

On Sat, Apr 11, 2020 at 08:20:07PM -0400, Denys Dmytriyenko wrote:
> From: Denys Dmytriyenko <denys@ti.com>
> 
> While core layer may be implied, it's still nice to depend on it explicitly
> for building gcc and other toolchain components in this layer.

Pulled into the master branch.

Thanks,
Jon

> 
> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
> ---
>  meta-arm-toolchain/conf/layer.conf | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/meta-arm-toolchain/conf/layer.conf b/meta-arm-toolchain/conf/layer.conf
> index 3a4c4f0..76eac9d 100644
> --- a/meta-arm-toolchain/conf/layer.conf
> +++ b/meta-arm-toolchain/conf/layer.conf
> @@ -8,6 +8,7 @@ BBFILE_COLLECTIONS += "arm-toolchain"
>  BBFILE_PATTERN_arm-toolchain := "^${LAYERDIR}/"
>  BBFILE_PRIORITY_arm-toolchain = "30"
>  
> +LAYERDEPENDS_arm-toolchain = "core"
>  LAYERSERIES_COMPAT_arm-toolchain = "zeus dunfell"
>  
>  # do not error out on bbappends for missing recipes
> -- 
> 2.7.4
> 

> 


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

end of thread, other threads:[~2020-04-13 22:04 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-04-12  0:20 [PATCH] layer.conf: meta-arm-toolchain should depend on core layer Denys Dmytriyenko
2020-04-13  5:39 ` [meta-arm] " Sumit Garg
2020-04-13 22:04 ` Jon Mason

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.