All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-realtime][PATCH] meta-realtime: Add LAYERVERSION and LAYERDEPENDS
@ 2014-12-03  2:18 jackie.huang
  2014-12-03  4:17 ` Bruce Ashfield
  0 siblings, 1 reply; 3+ messages in thread
From: jackie.huang @ 2014-12-03  2:18 UTC (permalink / raw)
  To: yocto

From: Jackie Huang <jackie.huang@windriver.com>

According to README, it depends on oe-core layer

Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
---
 conf/layer.conf |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/conf/layer.conf b/conf/layer.conf
index 5a5c460..473158e 100644
--- a/conf/layer.conf
+++ b/conf/layer.conf
@@ -11,3 +11,9 @@ BBFILE_PRIORITY_realtime = "5"
 
 # Additional license directories.
 # LICENSE_PATH += "${LAYERDIR}/custom-licenses"
+
+# This should only be incremented on significant changes that will
+# cause compatibility issues with other layers
+LAYERVERSION_realtime = "1"
+
+LAYERDEPENDS_realtime = "core"
-- 
1.7.1



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

* Re: [meta-realtime][PATCH] meta-realtime: Add LAYERVERSION and LAYERDEPENDS
  2014-12-03  2:18 [meta-realtime][PATCH] meta-realtime: Add LAYERVERSION and LAYERDEPENDS jackie.huang
@ 2014-12-03  4:17 ` Bruce Ashfield
  2014-12-03  4:42   ` Huang, Jie (Jackie)
  0 siblings, 1 reply; 3+ messages in thread
From: Bruce Ashfield @ 2014-12-03  4:17 UTC (permalink / raw)
  To: jackie.huang, yocto

On 2014-12-02, 9:18 PM, jackie.huang@windriver.com wrote:
> From: Jackie Huang <jackie.huang@windriver.com>

I happened to notice this and have grabbed the change. But make sure
your workflow adds maintainers to the cc on patches, otherwise you
can't blame anyone if they are missed/dropped.

Bruce

>
> According to README, it depends on oe-core layer
>
> Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
> ---
>   conf/layer.conf |    6 ++++++
>   1 files changed, 6 insertions(+), 0 deletions(-)
>
> diff --git a/conf/layer.conf b/conf/layer.conf
> index 5a5c460..473158e 100644
> --- a/conf/layer.conf
> +++ b/conf/layer.conf
> @@ -11,3 +11,9 @@ BBFILE_PRIORITY_realtime = "5"
>
>   # Additional license directories.
>   # LICENSE_PATH += "${LAYERDIR}/custom-licenses"
> +
> +# This should only be incremented on significant changes that will
> +# cause compatibility issues with other layers
> +LAYERVERSION_realtime = "1"
> +
> +LAYERDEPENDS_realtime = "core"
>



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

* Re: [meta-realtime][PATCH] meta-realtime: Add LAYERVERSION and LAYERDEPENDS
  2014-12-03  4:17 ` Bruce Ashfield
@ 2014-12-03  4:42   ` Huang, Jie (Jackie)
  0 siblings, 0 replies; 3+ messages in thread
From: Huang, Jie (Jackie) @ 2014-12-03  4:42 UTC (permalink / raw)
  To: Ashfield, Bruce; +Cc: yocto@yoctoproject.org



> -----Original Message-----
> From: Bruce Ashfield [mailto:bruce.ashfield@windriver.com]
> Sent: Wednesday, December 03, 2014 12:17 PM
> To: Huang, Jie (Jackie); yocto@yoctoproject.org
> Subject: Re: [yocto] [meta-realtime][PATCH] meta-realtime: Add LAYERVERSION and LAYERDEPENDS
> 
> On 2014-12-02, 9:18 PM, jackie.huang@windriver.com wrote:
> > From: Jackie Huang <jackie.huang@windriver.com>
> 
> I happened to notice this and have grabbed the change. But make sure
> your workflow adds maintainers to the cc on patches, otherwise you
> can't blame anyone if they are missed/dropped.

Sorry, I will add maintainers next time.

Thanks,
Jackie

> 
> Bruce
> 
> >
> > According to README, it depends on oe-core layer
> >
> > Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
> > ---
> >   conf/layer.conf |    6 ++++++
> >   1 files changed, 6 insertions(+), 0 deletions(-)
> >
> > diff --git a/conf/layer.conf b/conf/layer.conf
> > index 5a5c460..473158e 100644
> > --- a/conf/layer.conf
> > +++ b/conf/layer.conf
> > @@ -11,3 +11,9 @@ BBFILE_PRIORITY_realtime = "5"
> >
> >   # Additional license directories.
> >   # LICENSE_PATH += "${LAYERDIR}/custom-licenses"
> > +
> > +# This should only be incremented on significant changes that will
> > +# cause compatibility issues with other layers
> > +LAYERVERSION_realtime = "1"
> > +
> > +LAYERDEPENDS_realtime = "core"
> >



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

end of thread, other threads:[~2014-12-03  4:42 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-12-03  2:18 [meta-realtime][PATCH] meta-realtime: Add LAYERVERSION and LAYERDEPENDS jackie.huang
2014-12-03  4:17 ` Bruce Ashfield
2014-12-03  4:42   ` Huang, Jie (Jackie)

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.