**** BEGIN LOGGING AT Mon Sep 17 03:00:00 2018 Sep 17 07:22:31 hi, i have a bb file witch is in a layer i don't control. This bb file applies a patch that i don't whant. how can i un apply that patch using a .bbapend file Sep 17 07:42:18 good morning Sep 17 07:54:30 moring Sep 17 10:46:26 New news from stackoverflow: Yocto: When is do_configure run or re-triggered? Sep 17 10:57:54 Are there any examples for accessing wic's python package from a recipe? Sep 17 11:36:11 Hi @all Sep 17 11:37:30 I am trying to migrate from krogoth to rocko and my target image works but the SDK is unusable Sep 17 11:39:10 The main difference I noticed is all binaries in the SDK are ABI version 3.2 opposing the old SDKs 2.6.32 which worked.# Sep 17 11:41:00 I did not figure out how to set the target Linux ABI for the SDk yet, so if anyone has a hint I would be grateful Sep 17 11:57:58 * linux_gamer rtfm and found out Sep 17 11:58:59 24.10.1. Minimum Kernel Version : The minimum kernel version for the target system and for SDK is now 3.2.0, due to the upgrade to glibc 2.24. Specifically, for AArch64-based targets the version is 3.14. For Nios II-based targets, the minimum kernel version is 3.19. Sep 17 12:54:03 hello, has anyone here actually shipped a Yocto-based product with udisks2? Sep 17 14:03:07 libbytesize declares gmp and mpfr as dependencies, but as far as I understand those are only needed for tests: http://cgit.openembedded.org/meta-openembedded/tree/meta-oe/recipes-support/libbytesize/libbytesize_1.3.bb?h=master Sep 17 14:03:37 how can I force these to not get declared as runtime dependencies for a package? Sep 17 14:04:05 weirdly enough RDEPENDS_${PN}_remove = " mpfr gmp" does not seem to work Sep 17 14:14:45 Chances are those are automatically discovered from the generated binaries, so if you package the tests in a separate package, only that package should depend on mpfr and gmp Sep 17 14:15:14 RDEPENDS_${PN}_remove probably doesn't work because they're not in there until automatic dependency resolution, which happens after RDEPENDS_${PN}_remove is evaluated Sep 17 14:18:26 eduardas_m: https://github.com/storaged-project/libbytesize/blob/master/src/Makefile.am#L6 looks a lot like it will actually need those, though. Sep 17 14:25:26 neverpanic: yes, looks like that. Thank you. I made a mistake because I am not very familiar with autotools. Sep 17 14:51:55 Strange error with latest sumo: The file /usr/lib/i586-poky-linux/7.3.0/libgcc.a is installed by both libgcc and libgcc-initial, aborting Sep 17 14:52:11 Any thoughs? Sep 17 14:57:45 hmm, wonder why the AB didn't pick that up. its been though many builds Sep 17 14:58:02 JPEW, can you open a bug Sep 17 14:59:35 halstead, RP no wiki updates from new AB Sep 17 15:00:30 armpit: Caveat: This is doing a build in a Ubuntu 14.04 container.... I look again, but I haven't seen it on my F28 machine. Sep 17 15:01:42 armpit: Not sure if it warrents a bug for such an old distro (I will file one if I see it on a newer one), I was more hoping someone might have an idea what was wrong. Sep 17 15:01:50 k Sep 17 15:31:26 armpit: at a guess, none of the ab runs involved static libraries (poky inherits no-static-libs) Sep 17 15:34:37 rburton_, k Sep 17 15:55:13 perl is driving me mad Sep 17 15:55:21 but then what did I expect :-/ Sep 17 16:32:54 Is there a bitbake tool/util like bb.utils.which that finds files within the layer path (not a recipe)? Sep 17 17:51:10 Hey All! This might be a dumb question but I'm trying to generate a rootfs with a pam_env.so with poky and meta-openembedded. I've tried adding a few different things to IMAGE_INSTALL_append but with no luck Sep 17 17:51:40 *using poky and meta-openembedded Sep 17 17:56:35 armpit, It's posting to the wiki now. I'm embarrassed to say it was a case mismatch that I just couldn't see for some reason. Sep 17 17:56:42 armpit, https://wiki.yoctoproject.org/wiki/BuildLog#poky-tiny_1982_-_master_b78597a4e038ed64b379f11257002e5a5f24886f_on_Typhoon-Cluster Sep 17 17:57:39 nice.. thanks Sep 17 18:17:56 halstead: did you manage to get those two performance machines posting to yocto-perf? Sep 17 18:18:52 rburton, I haven't done anything with them yet. I left off with some questions in the e-mail thread. Sep 17 18:19:08 oh didn't notice that Sep 17 18:19:28 rburton, I'll answer what I can for myself but any help is appreciated. Sep 17 18:21:42 replied Sep 17 18:25:38 hey guys! I've got a strange error while trying to compile rocko SDK for Raspberry Pi 3. The image itself went fine, but -c populate_sdk finishes with "touch: cannot touch '/home/jenkins/yocto/builder/build/tmp/work/x86_64-nativesdk-pokysdk-linux/meta-environment-raspberrypi3/1.0-r8/sdk/image//opt/poky/2.4.3/sysroots/x86_64-pokysdk-linux/opt/poky/2.4.3/sysroots/x86_64-pokysdk-linux/usr/bin/arm-poky-linux-gnueabi/qt5/qt.conf': No such file or directory". I see Sep 17 18:25:38 that paths are messed, but I'm not sure how do I influence that Sep 17 20:01:05 Has anyone run across being unable to use the dm_mod kernel module from an initramfs even when that module is compiled into the kernel (i.e., it's not set as 'm' in the config, etc.)? **** ENDING LOGGING AT Tue Sep 18 03:00:00 2018