**** BEGIN LOGGING AT Tue Aug 22 03:00:00 2017 Aug 22 16:19:53 I'm trying to use TEST_IMAGE = "1", but running into a problem. The syste keeps reporting: Aug 22 16:19:58 runqemu - ERROR - Failed to run qemu: Could not initialize SDL(No available video device) - exiting Aug 22 16:20:15 how can I tell the system no graphics (when I run qemu manually, I have to pass the nographic option) Aug 22 16:35:08 I'm having an issue where PREFERRED VERSION is being ignored, I know it's setup correctly since for another package it worked fine, but for this one, even though it finds both versions, it always uses the newer version that is in my local sstate feeds cache Aug 22 16:39:31 mcars: try bitbake -e and look into the preprocess file see if version is being set right Aug 22 17:23:08 khem, not really sure how to do that since i'm using petalinux/yocto Aug 22 17:23:15 its called under the hood somehow Aug 22 18:04:45 okay so I found the issue, the preferred versions was working fine, the issue is the recipe for python-pygobject depends on python-pygobject-native and so it was going to my sstate feeds to grab that and thus it made it look like it was selecting the wrong version Aug 22 19:46:13 hello experts! Aug 22 19:46:39 I'd like to run oe test, but I'm running into a problem. Aug 22 19:47:33 after building a core-image-sato image, I can run 'runqemu qemux86' successfully: https://pastebin.ubuntu.com/25371859/ Aug 22 19:48:32 but if I run bitbake core-image-sato, I got "Couldn't get ip ..." issue: https://pastebin.ubuntu.com/25371865/ Aug 22 19:49:17 if I create tap device manually, I run into another issue "/dev/net/tun (tap0): Operation not permitted": https://pastebin.ubuntu.com/25371885/ Aug 22 19:50:33 can anyone give me a hand? Aug 22 20:06:13 ywang: Do you have the proper drivers for kernel tunneling? Check your kernel's defconfig. Aug 22 20:08:38 overdamped: are you suggesting to create a bridge manually? Aug 22 20:10:29 ywang: No. I'm saying that it's possible that either the device driver doesn't have the proper RPROVIDES += "audacy-gateway-systemd" Aug 22 20:10:54 ywang: Doesn't have the proper configuration. Aug 22 20:40:45 ywang: Not sure what's going on there. You could also try and use the --verbose flag on bitbake to get more information as well. Aug 22 21:10:13 overdamped: thanks, I will do more investigation. Aug 22 21:49:54 I've got a layer that is missing some dependencies, is there a good way to add these outside of the layer? (mainly so i can keep the layer's git submodule untouched). e.g. one way I guess is adding them to the rootfs, any other ways? Aug 22 21:52:36 i don't understand the question. "add these outside of the layer"? "adding them to the rootfs"? Aug 22 21:57:01 well I have some layer "meta-somepackage" that is missing a package in RDEPENDS_${PN} in the BB file, instead of adding it their I'd like to add the dependency in another layer Aug 22 21:57:09 I guess my terms were probably too specific to petalinux/yocto Aug 22 21:57:28 maybe this is still nonsensical tho Aug 22 22:13:40 create a new layer, add a .bbappend that extends that recipe Aug 22 22:40:53 okay that works, thanks **** ENDING LOGGING AT Wed Aug 23 03:00:00 2017