[bitbake-devel] bitbake-layers add-layer issue

Richard Purdie richard.purdie at linuxfoundation.org
Thu Sep 26 20:50:21 UTC 2019


On Wed, 2019-09-25 at 22:38 +0200, Grzegorz Heldt wrote:
> Hello.
> 
> To setup my projects im usually using bash scripts like that performs
> following steps:
> 
> -------------------------------
> wiesniak at desk:~/projects/yocto-rasp/poky/build/conf$ cat
> ../../../setup 
> #!/bin/bash
> 
> BRANCH=warrior
> git clone git://git.yoctoproject.org/meta-raspberrypi -b $BRANCH
> git clone git://git.yoctoproject.org/poky -b $BRANCH
> git clone git://git.openembedded.org/meta-openembedded -b $BRANCH
> 
> cd poky
> . oe-init-build-env
> bitbake-layers add-layer ../../meta-raspberrypi/
> bitbake-layers add-layer ../../meta-openembedded/meta-python/
> bitbake-layers add-layer ../../meta-openembedded/meta-oe/
> bitbake-layers add-layer ../../meta-openembedded/meta-multimedia/
> bitbake-layers add-layer ../../meta-openembedded/meta-networking/
> 
> echo INHERIT += \"rm_work\" >> conf/local.conf
> echo DL_DIR = \"/home/yocto-downloads\" >> conf/local.conf
> 
> -----------------------------
> 
> The problem is that at one of steps that invokes bitbake-layers add-
> layer, issue is reported and script fails.

What is the issue that is reported? Telling us that might help us
understand what is happening...

Cheers,

Richard



More information about the bitbake-devel mailing list