All of lore.kernel.org
 help / color / mirror / Atom feed
* error while adding python layer #yocto
@ 2020-06-02  6:29 Pankaj  Vinadrao Joshi
  0 siblings, 0 replies; only message in thread
From: Pankaj  Vinadrao Joshi @ 2020-06-02  6:29 UTC (permalink / raw)
  To: yocto

[-- Attachment #1: Type: text/plain, Size: 2318 bytes --]

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??

[-- Attachment #2: Type: text/html, Size: 3042 bytes --]

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2020-06-02  6:29 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-06-02  6:29 error while adding python layer #yocto Pankaj  Vinadrao Joshi

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.