[yocto] meta-raspberrypi issue

Khem Raj raj.khem at gmail.com
Wed Feb 1 09:24:53 PST 2017



On 2/1/17 8:08 AM, Usman Haider wrote:
> Hi,
> 
> I am new to yocto and just started working on it. I am having issue
> with meta-raspberrypi. I did inside poky
> 
> $ git checkout -b work_branch -t origin/daisy
> 
> $ git clone git://git.yoctoproject.org/meta-raspberrypi
> <http://git.yoctoproject.org/meta-raspberrypi>
> 

you need to checkout daisy branch of meta-raspberrypi as well.

> $ source oe-init-build-env rpi-build
> 
> updated the local.conf and bblayer.conf files inside rpi-build
> 
> In local.conf
> 
> BB_NUMBER_THREADS ?= "${@oe.utils.cpu_count()}"
> PARALLEL_MAKE ?= "-j ${@oe.utils.cpu_count()}"
> MACHINE ?= "raspberrypi"
> 
> In bblayer.conf
> # LAYER_CONF_VERSION is increased each time build/conf/bblayers.conf
> # changes incompatibly
> LCONF_VERSION = "6"
> 
> BBPATH = "${TOPDIR}"
> BBFILES ?= ""
> 
> BBLAYERS ?= " \
>   /home/vm/poky/meta \
>   /home/vm/poky/meta-yocto \
>   /home/vm/poky/meta-yocto-bsp \
>   /home/vm/poky/meta-raspberrypi \
>   "
> BBLAYERS_NON_REMOVABLE ?= " \
>   /home/vm/poky/meta \
>   /home/vm/poky/meta-yocto \
>   "
> 
> When I run bitbake rpi-basic-image, I get following
> 
> 
> *********************************
> 
> vm at sdr-vm:~/poky/rpi-build$ bitbake rpi-basic-image
> WARNING: Host distribution "Ubuntu-16.04" has not been validated with
> this version of the build system; you may possibly experience unexpected
> failures. It is recommended that you use a tested distribution.
> Parsing recipes: 100% |#########################################| Time:
> 00:02:37
> Parsing of 882 .bb files complete (0 cached, 882 parsed). 1241 targets,
> 63 skipped, 0 masked, 0 errors.
> ERROR: No recipes available for:
>  
> /home/vm/poky/meta-raspberrypi/recipes-multimedia/gstreamer/gstreamer1.0-omx_1.10%.bbappend
>  
> /home/vm/poky/meta-raspberrypi/recipes-multimedia/gstreamer/gstreamer1.0-omx_1.2.0.bbappend
> ERROR: Command execution failed: Exited with 1
> 
> *************************************
> 
> What could be the issue?
> 
> --
> Usman
> 
> 



More information about the yocto mailing list