Re: [yocto] yocto layer dependencies

2017-09-02 Thread Fabian Knapp
One of the first bitbake steps is parsing of all available recipes. The error says it: you do not have a recipe called petalinux (try bitbake petalinux-image instead). Same with openlte (try openlte-git). I really recommend the yocto mega manual. Fabian Von: ktreddy 70 Gesendet: Sonntag, 3

Re: [yocto] yocto layer dependencies

2017-09-02 Thread ktreddy 70
Hi, Thank you, issue got resolved after updating build/conf/bblayers.conf file, Sorry to trouble you but now I am getting the following error what could be the reason zcu102/build$ *bitbake petalinux* Loading cache: 100% |# #

Re: [yocto] yocto layer dependencies

2017-09-02 Thread Fabian Knapp
Do you have configured /meta-openembedded/meta-qt4/ in your bblayers.conf (build/conf/bblayers.conf)? Fabian Von: yocto-boun...@yoctoproject.org [mailto:yocto-boun...@yoctoproject.org] Im Auftrag von ktreddy 70 Gesendet: Samstag, 2. September 2017 20:30 An: yocto@yoctoproject.org Betreff: [yoc

[yocto] yocto layer dependencies

2017-09-02 Thread ktreddy 70
I am trying to set up yocto build environment for openlte, meta-sdr has most of the openlte depends I am getting following error when I try to build sdr, /build$ bitbake sdr Loading cache: 100% |# ###

[yocto] initscript with yocto

2017-09-02 Thread yahia farghaly
Hi, Can someone provide me with a working example of using both rc.local and systemd for executing shell commands at startup. I tried systemd as explained here but it didn't work ( https://stackoverflow.com/questions/40431674/post-install-script-on-yocto-built-linux ) Thanks, -- Yahia Farghaly