Re: [yocto] adding new layer

2018-10-24 Thread Paul Eggleton
Hi Zoli On Thursday, 25 October 2018 2:36:31 AM NZDT Zolee K wrote: > I created a new layer, modified the conf file content according to the > decumentation: > # We have a conf and classes directory, add to BBPATH > BBPATH .= ":${LAYERDIR}" > > # We have recipes-* directories, add to BBFILES >

[yocto] adding new layer

2018-10-24 Thread Zolee K
Hi, I created a new layer, modified the conf file content according to the decumentation: # We have a conf and classes directory, add to BBPATH BBPATH .= ":${LAYERDIR}" # We have recipes-* directories, add to BBFILES BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \