All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/1] meta-yocto-bsp: add "core" to LAYERDEPENDS
@ 2015-04-02  8:16 Chen Qi
  2015-04-02  8:16 ` [PATCH 1/1] " Chen Qi
  0 siblings, 1 reply; 4+ messages in thread
From: Chen Qi @ 2015-04-02  8:16 UTC (permalink / raw)
  To: poky

The following changes since commit 9e4adec98db325112ca7a8b9dd95722d4d0ab642:

  distro_alias.inc: update/sort alias information. (2015-03-31 22:54:54 +0100)

are available in the git repository at:

  git://git.pokylinux.org/poky-contrib ChenQi/yocto-bsp-conf
  http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=ChenQi/yocto-bsp-conf

Chen Qi (1):
  meta-yocto-bsp: add "core" to LAYERDEPENDS

 meta-yocto-bsp/conf/layer.conf | 1 +
 1 file changed, 1 insertion(+)

-- 
1.9.1



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

* [PATCH 1/1] meta-yocto-bsp: add "core" to LAYERDEPENDS
  2015-04-02  8:16 [PATCH 0/1] meta-yocto-bsp: add "core" to LAYERDEPENDS Chen Qi
@ 2015-04-02  8:16 ` Chen Qi
  2015-04-02  8:36   ` Richard Purdie
  0 siblings, 1 reply; 4+ messages in thread
From: Chen Qi @ 2015-04-02  8:16 UTC (permalink / raw)
  To: poky

Add "core" to LAYERDEPENDS for 'yoctobsp' layer.

Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
---
 meta-yocto-bsp/conf/layer.conf | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta-yocto-bsp/conf/layer.conf b/meta-yocto-bsp/conf/layer.conf
index 44dbca6..75d02b6 100644
--- a/meta-yocto-bsp/conf/layer.conf
+++ b/meta-yocto-bsp/conf/layer.conf
@@ -9,3 +9,4 @@ BBFILE_COLLECTIONS += "yoctobsp"
 BBFILE_PATTERN_yoctobsp = "^${LAYERDIR}/"
 BBFILE_PRIORITY_yoctobsp = "5"
 LAYERVERSION_yoctobsp = "3"
+LAYERDEPENDS_yoctobsp = "core"
-- 
1.9.1



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

* Re: [PATCH 1/1] meta-yocto-bsp: add "core" to LAYERDEPENDS
  2015-04-02  8:16 ` [PATCH 1/1] " Chen Qi
@ 2015-04-02  8:36   ` Richard Purdie
  2015-04-02  8:47     ` ChenQi
  0 siblings, 1 reply; 4+ messages in thread
From: Richard Purdie @ 2015-04-02  8:36 UTC (permalink / raw)
  To: Chen Qi; +Cc: poky

On Thu, 2015-04-02 at 16:16 +0800, Chen Qi wrote:
> Add "core" to LAYERDEPENDS for 'yoctobsp' layer.

Surely everything has this as an implied dependency?

Cheers,

Richard



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

* Re: [PATCH 1/1] meta-yocto-bsp: add "core" to LAYERDEPENDS
  2015-04-02  8:36   ` Richard Purdie
@ 2015-04-02  8:47     ` ChenQi
  0 siblings, 0 replies; 4+ messages in thread
From: ChenQi @ 2015-04-02  8:47 UTC (permalink / raw)
  To: Richard Purdie; +Cc: poky

On 04/02/2015 04:36 PM, Richard Purdie wrote:
> On Thu, 2015-04-02 at 16:16 +0800, Chen Qi wrote:
>> Add "core" to LAYERDEPENDS for 'yoctobsp' layer.
> Surely everything has this as an implied dependency?
>
> Cheers,
>
> Richard
>
>
>

I just think it's better to make this dependency explicit.
I see other layers like meta-yocto, meta-networking, etc., explicitly 
add "core" to LAYERDEPENDS in their layer.conf file.

Regards,
Chen Qi


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

end of thread, other threads:[~2015-04-02  8:47 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-04-02  8:16 [PATCH 0/1] meta-yocto-bsp: add "core" to LAYERDEPENDS Chen Qi
2015-04-02  8:16 ` [PATCH 1/1] " Chen Qi
2015-04-02  8:36   ` Richard Purdie
2015-04-02  8:47     ` ChenQi

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.