[yocto] [meta-realtime][PATCH] meta-realtime: Add LAYERVERSION and LAYERDEPENDS

Huang, Jie (Jackie) Jackie.Huang at windriver.com
Tue Dec 2 20:42:26 PST 2014



> -----Original Message-----
> From: Bruce Ashfield [mailto:bruce.ashfield at windriver.com]
> Sent: Wednesday, December 03, 2014 12:17 PM
> To: Huang, Jie (Jackie); yocto at yoctoproject.org
> Subject: Re: [yocto] [meta-realtime][PATCH] meta-realtime: Add LAYERVERSION and LAYERDEPENDS
> 
> On 2014-12-02, 9:18 PM, jackie.huang at windriver.com wrote:
> > From: Jackie Huang <jackie.huang at 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 at 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"
> >




More information about the yocto mailing list