[yocto] conf/machine/<machine.conf> in my custom layer doesn't get parsed
Isaac Nickaein
nickaein.i at gmail.com
Mon Jan 15 05:13:40 PST 2018
Hi Anuj,
On Mon, Jan 15, 2018 at 4:00 PM, Mittal, Anuj <anuj.mittal at intel.com> wrote:
> Have you defined BBPATH in your layer.conf correctly?
I guess so. Here is relevant lines in layer.conf for BBPATH:
# We have a conf and classes directory, add to BBPATH
BBPATH .= ":${LAYERDIR}"
# We have recipes-* directories, add to BBFILES
BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \
${LAYERDIR}/recipes-*/*/*.bbappend \
${LAYERDIR}/*.bb"
BBFILE_COLLECTIONS += "samim-saba"
BBFILE_PATTERN_samim-saba = "^${LAYERDIR}/"
BBFILE_PRIORITY_samim-saba = "99"
And this is the layout of conf directory of my layer:
yocto at yocto-server:/opt/yocto/rocko-poky/poky/meta-samim-saba/conf$ find
.
./layer.conf
./machine
./machine/colibri-imx6.conf
yocto at yocto-server:/opt/yocto/rocko-poky/poky/meta-samim-saba/conf$
More information about the yocto
mailing list