Add meta-ti BSP packages to beaglebone black board in yocto project

Hi,

We wanted to add meta-ti packages to beaglebone black board using yocto project.
We have added it in bblayers.conf file as below,

POKY_BBLAYERS_CONF_VERSION = “2”

BBPATH = “${TOPDIR}”
BBFILES ?= “”

BBLAYERS ?= "
/home/devika/IReFill/yocto-labs/poky/meta
/home/devika/IReFill/yocto-labs/poky/meta-poky
/home/devika/IReFill/yocto-labs/poky/meta-yocto-bsp
/home/devika/IReFill/yocto-labs/poky/meta-arm/meta-arm-toolchain
/home/devika/IReFill/yocto-labs/poky/meta-ti
"
If we try to compile the kernel , it is giving following errors.

ERROR: Traceback (most recent call last):
File “/home/devika/IReFill/yocto-labs/poky/bitbake/lib/bb/cookerdata.py”, line 162, in wrapped
return func(fn, *args)
File “/home/devika/IReFill/yocto-labs/poky/bitbake/lib/bb/cookerdata.py”, line 187, in parse_config_file
return bb.parse.handle(fn, data, include)
File “/home/devika/IReFill/yocto-labs/poky/bitbake/lib/bb/parse/init.py”, line 107, in handle
return h[‘handle’](fn, data, include)
File “/home/devika/IReFill/yocto-labs/poky/bitbake/lib/bb/parse/parse_py/ConfHandler.py”, line 118, in handle
abs_fn = resolve_file(fn, data)
File “/home/devika/IReFill/yocto-labs/poky/bitbake/lib/bb/parse/init.py”, line 133, in resolve_file
raise IOError(errno.ENOENT, “file %s not found” % fn)
FileNotFoundError: [Errno 2] file /home/devika/IReFill/yocto-labs/poky/meta-ti/conf/layer.conf not found

ERROR: Unable to parse /home/devika/IReFill/yocto-labs/poky/meta-ti/conf/layer.conf: [Errno 2] file /home/devika/IReFill/yocto-labs/poky/meta-ti/conf/layer.conf not found.

Can anyone let us know the steps to add the meta-ti BSP to BBB using yocto project.

Thanks,
Devika R

Hi,

Can i get any information regarding the issue which we are facing related to adding BSP packages for BBB using yocto project?

Thanks,
Devika