[yocto] Multiple MACHINEs and DISTROs: When to use own build dir, SSTATE_DIR, DL_DIR ?

2019-05-09 Thread Fabian Knapp
Hello, we have multiple MACHINEs and DISTROs and Im wondering for which combinations I have to setup a dedicated build dir, SSTATE_DIR and DL_DIR. Information in the form of: Each (change of) MACHINE needs its dedicated SSTATE_DIR and build dir but can share DL_DIR. would be very helpful for

Re: [yocto] yocto layer dependencies

2017-09-02 Thread Fabian Knapp
, 3. September 00:36 Betreff: Re: [yocto] yocto layer dependencies An: Fabian Knapp Cc: yocto@yoctoproject.org 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

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] raw copy lots of files to rootfs via recipe

2017-08-19 Thread Fabian Knapp
Hi, I have to copy a complete file structure to my rootfs which also contains .sh and .js files Makefiles and so on. However, I only want to "raw" copy these files to /xyz to my rootfs. I tried to cp -r via do_install() and added the files to my FILES_${PN} but I get an error: 'no package provi