Hi,
when i am trying to add meta-python from meta-openembedded i am getting following error i have kept meta-openembedded,meta-raspberrypi into same branch dunfell
/Raspberrypi4-yocto$ bitbake-layers add-layer /home/ritesh/source_meta/meta-openembedded/meta-python/
NOTE: Starting bitbake server...
Traceback (most recent call last):
File "/home/ritesh/Yocto_practice/poky/bitbake/bin/bitbake-layers", line 95, in <module>
ret = main()
File "/home/ritesh/Yocto_practice/poky/bitbake/bin/bitbake-layers", line 63, in main
tinfoil.prepare(True)
File "/home/ritesh/Yocto_practice/poky/bitbake/lib/bb/tinfoil.py", line 414, in prepare
self.run_command('parseConfiguration')
File "/home/ritesh/Yocto_practice/poky/bitbake/lib/bb/tinfoil.py", line 470, in run_command
raise TinfoilCommandFailed(result[1])
bb.tinfoil.TinfoilCommandFailed: Traceback (most recent call last):
File "/home/ritesh/Yocto_practice/poky/bitbake/lib/bb/command.py", line 74, in runCommand
result = command_method(self, commandline)
File "/home/ritesh/Yocto_practice/poky/bitbake/lib/bb/command.py", line 275, in parseConfiguration
command.cooker.parseConfiguration()
File "/home/ritesh/Yocto_practice/poky/bitbake/lib/bb/cooker.py", line 433, in parseConfiguration
self.handleCollections(self.data.getVar("BBFILE_COLLECTIONS"))
File "/home/ritesh/Yocto_practice/poky/bitbake/lib/bb/cooker.py", line 1225, in handleCollections
raise CollectionError("Errors during parsing layer configuration")
bb.cooker.CollectionError: Errors during parsing layer configuration
this is bblayer.conf
[1:06 PM, 5/29/2020] ¶£: my bblayer.conf is as following
[1:06 PM, 5/29/2020] ¶£: POKY_BBLAYERS_CONF_VERSION is increased each time build/conf/bblayers.conf
# changes incompatibly
POKY_BBLAYERS_CONF_VERSION = "2"
BBPATH = "${TOPDIR}"
BBFILES ?= ""
BBLAYERS ?= " \
/home/pankajjoshi/Yocto_practice/poky/meta \
/home/pankajjoshi/Yocto_practice/poky/meta-poky \
/home/pankajjoshi/Yocto_practice/poky/meta-yocto-bsp \
/home/pankajjoshi/source_meta/meta-raspberrypi \
/home/pankajjoshi/source_meta/meta-openembedded/meta-oe \
/home/pankajjoshi/source_meta/meta-openembedded/meta-filesystems \
/home/pankajjoshi/source_meta/meta-openembedded/meta-networking \
"
why i am getting an error while adding layer into??