All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Paul Barker" <pbarker@konsulko.com>
To: Pankaj Vinadrao Joshi <pankaj.vj@exaleapsemi.com>
Cc: openembedded-core <openembedded-core@lists.openembedded.org>
Subject: Re: [OE-core] error while adding meta-python layer
Date: Tue, 2 Jun 2020 13:17:34 +0100	[thread overview]
Message-ID: <CAM9ZRVvXyTKRzUSR3atE97A+47So=GYDZ0K4aAACV4g3Uj4WuA@mail.gmail.com> (raw)
In-Reply-To: <25Tw.1591097911764956513.5rNg@lists.openembedded.org>

On Tue, 2 Jun 2020 at 12:38, Pankaj Vinadrao Joshi
<pankaj.vj@exaleapsemi.com> wrote:
>
>  i have cloned meta-openembedded layer and from that i am trying to add meta-python layer but i am getting following error i am adding this to my poky
>
>
> pankaj@exaleap-Inspiron-3584:~/raspberrypi4_image$ bitbake-layers add-layer /home/pankaj/meta-openembedded/meta-python/
> NOTE: Starting bitbake server...
> Traceback (most recent call last):
>   File "/home/pankaj/Yocto-practice/poky/bitbake/bin/bitbake-layers", line 95, in <module>
>     ret = main()
>   File "/home/pankaj/Yocto-practice/poky/bitbake/bin/bitbake-layers", line 63, in main
>     tinfoil.prepare(True)
>   File "/home/pankaj/Yocto-practice/poky/bitbake/lib/bb/tinfoil.py", line 414, in prepare
>     self.run_command('parseConfiguration')
>   File "/home/pankaj/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/pankaj/Yocto-practice/poky/bitbake/lib/bb/command.py", line 74, in runCommand
>     result = command_method(self, commandline)
>   File "/home/pankaj/Yocto-practice/poky/bitbake/lib/bb/command.py", line 275, in parseConfiguration
>     command.cooker.parseConfiguration()
>   File "/home/pankaj/Yocto-practice/poky/bitbake/lib/bb/cooker.py", line 433, in parseConfiguration
>     self.handleCollections(self.data.getVar("BBFILE_COLLECTIONS"))
>   File "/home/pankaj/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
> my  bblayer.conf is as following
>
>  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 \
>   "
> i am doing anything wrong???why i am getting this error??

Are those paths in BBLAYERS correct? I see
/home/pankaj/Yocto-practice/poky in the bitbake output vs
/home/pankajjoshi/Yocto_practice/poky in BBLAYERS.

-- 
Paul Barker
Konsulko Group

      reply	other threads:[~2020-06-02 12:17 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-06-02 11:38 error while adding meta-python layer Pankaj  Vinadrao Joshi
2020-06-02 12:17 ` Paul Barker [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='CAM9ZRVvXyTKRzUSR3atE97A+47So=GYDZ0K4aAACV4g3Uj4WuA@mail.gmail.com' \
    --to=pbarker@konsulko.com \
    --cc=openembedded-core@lists.openembedded.org \
    --cc=pankaj.vj@exaleapsemi.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.