**** BEGIN LOGGING AT Thu Jun 20 03:00:00 2019 Jun 20 06:33:46 compile package from already cross compiled binary in yocto Jun 20 07:58:41 New news from stackoverflow: Cross compile package using crossscript in yocto for node-sqlite3? **** BEGIN LOGGING AT Thu Jun 20 08:46:51 2019 Jun 20 09:04:47 Does anybody knows how to fix hi community :) Jun 20 11:22:55 I was wondering how can I know using bitbake commands, what was the name of the kernel recipe I am using ? Jun 20 11:25:43 In case there's several in a bsp meta-xxx/recipes-kernel/linux/ how to know for sure which one is mine ? Jun 20 11:26:17 (I know which one I'm using thanks to git branch, on build/tmp/work-shared/xxxx/kernel-source Jun 20 11:26:18 However I think that there's probably a proper way to know that. Isn't it? Jun 20 11:27:07 Hi guys, I have updated my yocto layers to 'thud' branch. At attempt to build my image, the bb says: ERROR: Nothing RPROVIDES 'chromium' ... But, in my case I have added the 'meta-browser' layer, and the 'bitbake-layers show-layers' show the 'meta-browser' layer. Jun 20 11:27:55 Why it say: ERROR: Nothing RPROVIDES 'chromium' ? Jun 20 11:33:42 The chromium-x11_75.0.3770.80.bb contains this line: PROVIDES = "chromium" Jun 20 11:34:55 The command: bitbake-layers show-recipes chromium* Jun 20 11:34:55 show: Jun 20 11:34:55 chromium-ozone-wayland: Jun 20 11:34:55 meta-browser 75.0.3770.80 Jun 20 11:34:55 chromium-x11: Jun 20 11:34:55 meta-browser 75.0.3770.80 Jun 20 11:34:55 so, what a problem is? Jun 20 11:34:55 yacar_: oe-pkgdata-util may be useful Jun 20 11:35:27 oe-pkgdata-util lookup-recipe kernel Jun 20 11:36:05 Chaser: thanks I'll try that one :) Jun 20 12:04:53 hi I'm trying to use wic tool for updating file in ext4 partition Jun 20 12:05:12 seems it's not working as expected (doing wic ls, wic cp, wic ls) and filesize is same Jun 20 12:05:17 am I missing something? Jun 20 12:10:24 or it looks like it's copied but to root not to specific folder Jun 20 12:11:24 Chaser: thanks it worked perfectl Jun 20 12:11:29 *y Jun 20 12:14:26 yacar_: nice ! Jun 20 12:15:02 May I also ask another question, I'm looking into the conf/machine/xxx.conf of my BSP provider, surprisingly I'm finding two dtb in KERNEL_DEVICETREE, one dts including the other, and also the smallest one in UBOOT_DTB_NAME, does this happens only to give uboot a smaller device tree? Or is there some other reason ? Jun 20 12:15:25 Is it common practice to do so ? Jun 20 12:28:02 ERROR: man-db-2.8.5-r0 do_package: SYSTEMD_SERVICE_man-db value man-db.timer does not exist Jun 20 12:29:21 New news from stackoverflow: YOCTO - First build for BBB Jun 20 12:47:50 yocti seems a bit confused - that link goes to a question asked in 2017 Jun 20 12:47:51 paulbarker: Error: "seems" is not a valid command. Jun 20 12:49:25 *g* Jun 20 12:49:54 We call this "artificial intelligence" ;) Jun 20 12:52:14 Glad to know we won't all be losing our jobs to the great AI in the cloud just yet Jun 20 13:04:54 paulbarker: it could definitively do with an upgrade :) Jun 20 13:14:29 paulbarker: But there was a new comment 52 min ago on that SO question :) Jun 20 13:16:07 erbo: I thought it was watching for new questions Jun 20 13:16:29 I may be wrong there though on what the intention was Jun 20 13:18:35 Not sure what it is supposed to do, but I've noticed before that it notifies when there's new comments too. Jun 20 13:24:13 paulbarker: l suspect its a config glitch Jun 20 13:45:54 Hah, finally, a reproducible build! Jun 20 13:48:27 JPEW: nice! :) Jun 20 13:56:15 yacar_: sorry no idea. Jun 20 15:05:55 is there something in the wpa_supplicant file (or elsewhere) which enables/disable low-power operation of the wifi chip? Jun 20 15:06:31 so that the wifi chip sends enough frames to keep the connection alive? Jun 20 15:12:03 Hi all. I have updated my layer from 'pyro' to 'thud'. But, right now at attempt to build my image, the bb return an error: /run.do_image_miaimg.6703: 7zr: not found ... Why this happens? Because I already have in my 'image_type_mia.bbclass' the dependency on the 7zip: do_image_miaimg[depends] = '... p7zip-native:do_populate_sysroot '.. Why this error happens?' Jun 20 15:12:40 Previous 'pyro' layer compiles fine, but with a new layer 'thud' I got this eror.. Jun 20 15:12:48 wtf? Jun 20 15:31:10 Seems, that p7zip recipe does not provide the 7zr executable now? Because when I use just '7z' instead of '7zr', then it does work.. Jun 20 15:32:01 7zr is the 'lightweight' binary that isn't very good, just use 7z always Jun 20 15:32:18 ok, thanks Jun 20 15:38:13 Guys, why then the bb say that ERROR: Nothing RPROVIDES 'chromium'.. but I have added the meta-browser layer.. Jun 20 15:38:45 the 'bitbake-layers show-layers' show the 'meta-browser' layer Jun 20 16:29:34 JPEW: https://autobuilder.yoctoproject.org/typhoon/#/builders/20/builds/969 Jun 20 16:38:16 JPEW: i presume you didn't look at perl-ptest, File /usr/lib/perl/ptest/cpan/Encode/TW/cp_02_t.h in package perl-ptest contains reference to TMPDIR etc etc Jun 20 16:38:38 i entirely understand "lets make core-image-minimal reproducible, then work from there" though :) Jun 20 17:22:24 RP: Oops, I'll fix that Jun 20 17:23:57 rburton: Are those the files generated by the build? They might get fixed by my changes Jun 20 17:24:31 JPEW: this is wih your changes Jun 20 17:24:36 Ah Jun 20 22:00:49 New news from stackoverflow: How do I add a user and group using Yocto? Jun 20 22:03:41 RP: what is the base amount of memory for the ptest virtual machine? Jun 20 23:15:01 psrcode: $ cat meta/recipes-sato/images/core-image-sato-ptest-fast.bb | grep MEM Jun 20 23:15:01 QB_MEM = "-m 1024" Jun 20 23:15:09 psrcode: so 1GB :) Jun 21 02:31:25 New news from stackoverflow: Failed to bitbake docker in Yocto 4.9.88 (rocko) with meta-virtualization layer **** ENDING LOGGING AT Fri Jun 21 02:59:57 2019