| Submitter | Andreas Müller |
|---|---|
| Date | Aug. 1, 2011, 9:02 p.m. |
| Message ID | <1312232577-7948-2-git-send-email-schnitzeltony@gmx.de> |
| Download | mbox | patch |
| Permalink | /patch/8981/ |
| State | Accepted |
| Headers | show |
Comments
On Monday, August 01, 2011 11:02:39 PM Andreas Mueller wrote: > Signed-off-by: Andreas Mueller <schnitzeltony@gmx.de> > --- > meta-xfce/conf/layer.conf | 9 +++++++++ > 1 files changed, 9 insertions(+), 0 deletions(-) > create mode 100644 meta-xfce/conf/layer.conf > > diff --git a/meta-xfce/conf/layer.conf b/meta-xfce/conf/layer.conf > new file mode 100644 > index 0000000..d669e4e > --- /dev/null > +++ b/meta-xfce/conf/layer.conf > @@ -0,0 +1,9 @@ > +# We have a conf and classes directory, append to BBPATH > +BBPATH .= ":${LAYERDIR}" > + > +# We have a recipes directory, add to BBFILES > +BBFILES += "${LAYERDIR}/recipes-*/*/*.bb > ${LAYERDIR}/recipes-*/*/*.bbappend" + > +BBFILE_COLLECTIONS += "xfce-layer" > +BBFILE_PATTERN_xfce-layer := "^${LAYERDIR}/" > +BBFILE_PRIORITY_xfce-layer = "7" it would be nice if there was also a README explaining the dependencies of this layer or any other information that user of this layer needs to know
On Tuesday, August 02, 2011 04:35:15 AM Khem Raj wrote: > On Monday, August 01, 2011 11:02:39 PM Andreas Mueller wrote: > > Signed-off-by: Andreas Mueller <schnitzeltony@gmx.de> > > --- > > > > meta-xfce/conf/layer.conf | 9 +++++++++ > > 1 files changed, 9 insertions(+), 0 deletions(-) > > create mode 100644 meta-xfce/conf/layer.conf > > > > diff --git a/meta-xfce/conf/layer.conf b/meta-xfce/conf/layer.conf > > new file mode 100644 > > index 0000000..d669e4e > > --- /dev/null > > +++ b/meta-xfce/conf/layer.conf > > @@ -0,0 +1,9 @@ > > +# We have a conf and classes directory, append to BBPATH > > +BBPATH .= ":${LAYERDIR}" > > + > > +# We have a recipes directory, add to BBFILES > > +BBFILES += "${LAYERDIR}/recipes-*/*/*.bb > > ${LAYERDIR}/recipes-*/*/*.bbappend" + > > +BBFILE_COLLECTIONS += "xfce-layer" > > +BBFILE_PATTERN_xfce-layer := "^${LAYERDIR}/" > > +BBFILE_PRIORITY_xfce-layer = "7" > > it would be nice if there was also a README > explaining the dependencies of this layer or any other > information that user of this layer needs to know Oops - will be done in V2 or further patch.. Andreas
Patch
diff --git a/meta-xfce/conf/layer.conf b/meta-xfce/conf/layer.conf new file mode 100644 index 0000000..d669e4e --- /dev/null +++ b/meta-xfce/conf/layer.conf @@ -0,0 +1,9 @@ +# We have a conf and classes directory, append to BBPATH +BBPATH .= ":${LAYERDIR}" + +# We have a recipes directory, add to BBFILES +BBFILES += "${LAYERDIR}/recipes-*/*/*.bb ${LAYERDIR}/recipes-*/*/*.bbappend" + +BBFILE_COLLECTIONS += "xfce-layer" +BBFILE_PATTERN_xfce-layer := "^${LAYERDIR}/" +BBFILE_PRIORITY_xfce-layer = "7"
Signed-off-by: Andreas Mueller <schnitzeltony@gmx.de> --- meta-xfce/conf/layer.conf | 9 +++++++++ 1 files changed, 9 insertions(+), 0 deletions(-) create mode 100644 meta-xfce/conf/layer.conf