**** BEGIN LOGGING AT Fri Aug 25 03:00:03 2017 Aug 25 08:38:38 how can I add a *-dev package to my SDK's cross-compilation sysroot? Aug 25 09:07:50 CoLa|work, I did it with TOOLCHAIN_TARGET_TASK_append = " libwayland-egl-mx6-dev" Aug 25 09:08:17 (I placed it in the image recipe) Aug 25 09:40:32 hi guys, I'm observing a strange behaviour (using morty) every time I bitbake the sdk: 2 tasks start in parallel, the do_rootfs and do_populate_sdk Aug 25 09:41:48 every time the do_rootfs fail and the log complain that none of the package's rpm can be found Aug 25 09:42:49 while the do_populate_sdk ends with no errors and the resulting sdk seems ok Aug 25 09:44:18 has any of you experienced this problem? Aug 25 12:16:01 I'm having some issues on pyro where a native recipe I depend on was built with my system's libstdc++, which is more recent than the libstdc++ from the uninative tarball, leading to failures to actually run the program I've built as part of another recipe's build process due to missing symbols. is there anything I can do? Aug 25 13:25:13 How do I add a HOST package to my sdk? Aug 25 13:26:21 Related: is there a way to get bitbake to give me a list of all packages that are possible to be built and whether they are native or not, etc.? Aug 25 13:27:55 I just found the manifest files for my sdk and deduced that I need "nativesdk-python3-json". It seems like adding that package explicitly might not be the correct way to get it in the HOST sysroot. Aug 25 13:29:57 also, I'm assuming that I need that package in DEPENDS for the sdk build? Aug 25 14:06:20 sr105: http://www.yoctoproject.org/docs/2.4/ref-manual/ref-manual.html#var-TOOLCHAIN_HOST_TASK Aug 25 14:08:59 maxin: Thank you. I hadn't seen that. (clearly) Aug 25 16:00:07 Hi there, I've noticed that " bitbake -c fetchall " doesn't fetch all sources needed for " bitbake -c populate_sdk_ext ". How do I only fetch all sources needed for the command "bitbake -c populate_sdk_ext "? Aug 25 16:32:41 Hello - has anyone built ipxe on morty-x86-64? The toolchain for morty seems to default to -fPIE, but ipxe needs -fno-PIE. Aug 25 16:33:07 I've tried adding TARGET_CFLAGS += "-fno-PIE" to the ipxe recipe, but I'm still getting the same error. Aug 25 16:53:38 Circuitsoft: see security-flags.inc, presumably there should be examples of how to disable it for particular recipes, as it does so already for some Aug 25 16:55:42 Is there a decent writeup/discussion/resource for the image.bbclass? I'm a bit lost as to how my packages and bootloader get bound together. Aug 25 17:30:40 Sorry to repeat the question.... Can someone tell me that there is no current solution to this at least: I've noticed that " bitbake -c fetchall " doesn't fetch all sources needed for " bitbake -c populate_sdk_ext ". How do I only fetch all sources needed for the command "bitbake -c populate_sdk_ext "? Aug 25 17:55:54 Hi, is there a way to unset a variable set in site.conf, via local.conf ? I'm talking about "BB_ALLOWED_NETWORKS" specifically. It's set to something in site.conf, and I'd like to override that to allow all networks. Aug 25 18:13:59 sgw. the intel-quark BSP is giving me a headache Aug 25 18:14:41 zeddii: what's going on? Aug 25 18:18:07 the core kernel support is working. I'm on an existing target that I'm trying to drag to something more recent. Aug 25 18:18:17 i.e. I'm up on 4.9.x out of meta-intel. Aug 25 18:18:53 the the question is more about serial. I can't get the right incantation to get it to create a usb gadget ACM serial console. Aug 25 18:19:12 it worked on the WR 3.14.x kernel, but I'm not finding any samples or people having done it for something more recent. Aug 25 18:20:25 zeddii: some packages from meta-oe are failing with 4.12 Aug 25 18:21:06 vboxguestdrivers wireguard-module iscsitarget Aug 25 18:21:25 thats for qemux86-64 Aug 25 18:22:06 ah yah. some hooks into the kernel sources / headers. I can fire up some builds of them once I get this quark board to spit me out a serial console. Aug 25 18:26:12 Does anybody know the trick to replacing the busybox version of wget with the GNU version? Aug 25 18:26:55 add wget to IMAGE_INSTALL and call it a day? Aug 25 18:29:51 kergoth: That's not working for some reason, not sure why. I even tried 'PREFERRED_PROVIDER_wget = "wget"' in my distro .conf file and tried setting ALTERNATIVE_PRIORITY in a bbappend, but no luck Aug 25 18:30:29 "not working" is not useful information Aug 25 18:32:13 Haha, sorry, I'm digging into it still, trying to figure out what might be interfering. Just figured I'd ask here if there for an easy answer... Aug 25 18:47:14 if something isn't working, then you need to describe the behavior Aug 25 18:47:25 was the 'wget 'package installed at all? (see buildhistory, or check with opkg or rpm on target) Aug 25 18:47:53 ls -l /usr/bin/wget*, are both versions of wget there? there should be two, one from busybox and one from wget, suffixed iwth the recipe names, i.e. wget.busybox, and a 'wget' symlink **** ENDING LOGGING AT Sat Aug 26 03:00:01 2017