**** BEGIN LOGGING AT Sat Jun 11 02:59:58 2016 Jun 11 16:22:49 WARNING: swupdate-git-r0 do_package: QA Issue: swupdate: Files/directories were installed but not shipped in any package: Jun 11 16:22:49 /etc Jun 11 16:22:49 Please set FILES such that these items are packaged. Alternatively if they are unneeded, avoid installing them or delete them within do_install. Jun 11 16:22:55 any thoughts on fixing this? Jun 11 16:31:03 seems like /etc is getting leftover after packaging Jun 11 16:58:46 never mind Jun 11 17:53:34 Hi, I have a quick question: when I include openembedded-core/meta in my bblayers.conf I get errors complaining about missing LICENSE fields. When I fix the first error by adding a LICENSE field, another one pops up etc. Should I be adding the LICENSE fields manually in all recipes where it is missing? Or am I missing something? Jun 11 17:54:47 To be clear: this is a fresh clone from git.openembedded.org/openembedded-core Jun 11 19:20:18 every recipe in oe-core htat needs a license has one. it sounds like you have something hokey in your local setup, i.e. mismatched layers or old bitbake with new oe-core or vice versa Jun 11 19:20:42 and what do you mean 'when i include ..'? oe-core/meta is the core layer, you can't build anything without it, so how would you ever have a bblayers.conf that doesn't have it? Jun 11 19:38:27 My starting point is yocto (pokey release), which does not include oe-core by default, correct? I am building an image based off of the basic raspberry pi image (rpi-hwup-image) Jun 11 19:38:53 Nothing fancy, just adding a few recipes Jun 11 19:39:34 I wanted to add mjpg-streamer, for which a recipe is included in meta-maker Jun 11 19:40:27 That layer depends on oe-core/meta, so I added that to my bblayers.conf as well, and that's when I got the missing LICENSE error Jun 11 19:41:07 bitbake complains about packagegroup-core-x11-sato, by the way, if that makes any difference Jun 11 19:42:32 meta-maker I got from git://git.yoctoproject.org/meta-maker Jun 11 19:50:44 no, you're getting confused about what poky is Jun 11 19:50:55 poky is a repo that contains bitbake, all of oe-core, and meta-yocto and meta-yocto-bsp Jun 11 19:51:01 the 'meta' dir in the poky repo *is* the oe-core/meta dir Jun 11 19:51:04 adding boht is redundant Jun 11 19:52:31 Ah, d'oh! Jun 11 19:55:08 So what about meta-oe, meta-python and meta-perl? meta-maker depends on those too, according to http://git.yoctoproject.org/cgit/cgit.cgi/meta-maker/about/ Jun 11 19:55:32 (Note they refer to git.openembedded.org on that page, hence my confusion) Jun 11 19:55:58 those are separate layers, which can be easily found at http://layers.openembedded.org/layerindex/branch/master/layers/ Jun 11 19:56:27 * kergoth nods, understandable, the poky/oe/yocto naming confusion is a known issue and is being worked on Jun 11 19:58:32 Right, I already cloned meta-openembedded, which contains those layers Jun 11 19:58:46 Well, thanks a bunch! Jun 11 19:58:49 That was very helpful Jun 11 19:58:51 those aren't part of poky, so add them to your bblayers manually or with bitbake-layers add-layer Jun 11 19:58:52 no problem **** ENDING LOGGING AT Sun Jun 12 02:59:58 2016