**** BEGIN LOGGING AT Tue Mar 24 02:59:58 2015 Mar 24 12:44:19 hello Mar 24 12:44:42 When running bitbake core-image-x11 I have this error : poky/meta-openembedded/meta-oe/recipes-core/packagegroups/packagegroup-basic.bb:12: Could not inherit file classes/bluetooth.bbclass Mar 24 12:45:06 I use this layer : https://github.com/openembedded/meta-openembedded Mar 24 12:45:19 Do you know how to fix it ? Mar 24 12:54:57 vmeson, thanks! I got it here :) Mar 24 16:22:21 i recall seeing a script that allows you to install new -dev packages to your already-installed OpenEmbedded SDK sysroot. But I can't remember where I saw it.. does this ring a bell for anyone? Mar 24 18:38:04 my sdk is missing unistd.h ??? Mar 24 19:15:13 I am in the process of creating a recipe for Salt (system configuration manager similar to puppet) Mar 24 19:15:37 on their git repo, they have the code for their init scripts Mar 24 19:15:58 in those cases, do we just make a copy of those scripts and put them on our layer? Mar 24 19:16:43 assuming their scripts aren't appropriate to use as is, yes, otherwise they could just be installed and used as is rather than moving into your layer Mar 24 19:17:42 I see, so we only move them if they can't be used as-is (which in this case I think they can't...) Mar 24 19:18:10 that's quite common, init sripts tend to either have bashisms or to rely on distro-specific items like init-functions and whatnot Mar 24 19:18:21 quite rare for one to both be distro agnostic and only use posix compliant shell Mar 24 19:18:33 so yeah, in that case copy and modify as appropriate Mar 24 19:18:42 exactly, that's the case here (init-functions), too bad Mar 24 19:19:31 they also use git-buildpackage to create deb's, I am in the process of translating those rules into a recipe Mar 24 19:23:54 kergoth: my sdk is choking on a #include , got any clues for me? Mar 24 19:24:04 it's broken? :) Mar 24 19:24:37 it's possible you're running it without the necessary —sysroot=, so you aren't obeying the CC variable defined jby the environment setup? Mar 24 19:24:46 * kergoth shrugs Mar 24 19:24:55 where does that ultimately come from? Other includes (stdio.h) it finds. Mar 24 19:25:18 glibc, same as the rest. Mar 24 19:25:44 i don't build or use yocto sdks all that often, so definitely not an expert on it Mar 24 19:26:04 ok thx Mar 24 19:26:27 Must be environment, I see it in /opt/poky/1.6.2/sysroots/cortexa9hf-vfp-neon-poky-linux-gnueabi/usr/include/unistd.h Mar 24 19:26:32 thx. Mar 24 19:38:50 hmm, I thought IMAGE_TYPEDEP_dssimg = "ext3" Mar 24 19:38:53 would ensure Mar 24 19:38:57 that an ext3 image is built first Mar 24 19:39:01 but it does not seem to be the case Mar 24 19:39:11 am I missing anything else? Mar 24 19:43:14 or how can I ensure that IMAGE_CMD_dssimg() is run after the ext3 image was created? Mar 24 19:46:33 I think I need to specify some [depends] but I am not quite sure Mar 24 21:09:09 ok I think I found the problem, I did set the mask variable correctly **** ENDING LOGGING AT Wed Mar 25 02:59:58 2015