[meta-intel] [PATCH 3/3] lms: add recipe for lms 1921.0.0.0

Mittal, Anuj anuj.mittal at intel.com
Tue Jun 18 00:45:31 PDT 2019


On Tue, 2019-06-18 at 09:29 +0300, Usyskin, Alexander wrote:
> > -----Original Message-----
> > From: Mittal, Anuj
> > Sent: Tuesday, June 18, 2019 05:02
> > To: Usyskin, Alexander <alexander.usyskin at intel.com>; meta-
> > intel at yoctoproject.org; Burton, Ross <ross.burton at intel.com>
> > Cc: Winkler, Tomas <tomas.winkler at intel.com>
> > Subject: Re: [meta-intel] [PATCH 3/3] lms: add recipe for lms
> > 1921.0.0.0
> > 
> > On Mon, 2019-06-17 at 08:43 +0300, Alexander Usyskin wrote:
> > > +DEPENDS = "metee ace xerces-c libnl libxml2 glib-2.0 glib-2.0-
> > > native
> > > connman"
> > 
> > xerces-c is in meta-oe and that would lead to build failures
> > because
> > meta-intel doesn't depend on that layer by default.
> > 
> > Could you please move this recipe to dynamic-layers and add meta-oe 
> > in
> > layer.conf like the way it's done for meta-clang?
> > 
> 
> So I moving amt directory from recipes-bsp to dynamic-layers/amt-
> layer/recipes-bsp/, add
> BBFILES_DYNAMIC += " \
>     clang-layer:${LAYERDIR}/dynamic-layers/amt -layer/*/*/*.bb \
>     clang-layer:${LAYERDIR}/dynamic-layers/amt -layer/*/*/*.bbappend
> \
> "
> to conf/layer.conf
> 
> How can I "add meta-oe in layer.conf"?
> 

The layer name for meta-oe is openembedded-layer. So, you can move the
recipe to:

dynamic-layers/openembedded-layer/recipes-bsp/amt/

and add to BBFILES_DYNAMIC:

openembedded-layer:${LAYERDIR}/dynamic-layers/openembedded-
layer/*/*/*.bb
openembedded-layer:${LAYERDIR}/dynamic-layers/openembedded-
layer/*/*/*.bbappend

Thanks,
Anuj


More information about the meta-intel mailing list