**** BEGIN LOGGING AT Fri Nov 09 02:59:58 2018 Nov 09 07:34:37 khem: okk, what would be affecting libinput from initramfs ? weston wotrked fine before we added initramfs Nov 09 07:35:05 nowe it dosnt load on boot, X11 seems to have lost its tocuh input which also worked Nov 09 08:55:03 hi! i'm facing a strange build error when trying to generate the sdk on yocto sumo. nativesdk-glibc-locale fails in do_package(), but the log does not tell much :( Nov 09 08:55:06 http://paste.debian.net/plainh/355e19b2 Nov 09 08:55:11 any ideas? Nov 09 08:57:22 Hi all, Is there a way to conditionally run a task ? Nov 09 09:46:08 hmm, my problem seems to be that localedef is missing Nov 09 09:46:18 ....work/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/2.27-r0/locale-tree/bin/localedef is not here Nov 09 09:46:23 hmm Nov 09 09:46:37 just tried in devshell and veryfied unsing strace Nov 09 09:54:03 New news from stackoverflow: Mono Cross Platform AOT (Ahead Of Time) compiling Nov 09 11:46:57 Since I updated poky, I get a very confusing error message when building an image Nov 09 11:46:57 WARNING: Manifest /home/sno/gpw-community-bsp/gpw-yocto-platform/tmp/sstate-control/manifest-x86_64_x86_64-nativesdk-prd-flash-emmc.package_write_ipk not found in wendy cortexa8hf-neon cortexa8hf-vfp armv7ahf-neon armv7ahf-vfp armv6hf-vfp armv5ehf-vfp armv5hf-vfp allarch x86_64_x86_64-nativesdk (variant '')? Nov 09 11:46:57 ERROR: No manifest generated from: prd-flash-emmc in /home/sno/gpw-community-bsp/sources/meta-jens/recipes-multifs/prd/prd-flash_2.90.bb Nov 09 11:48:11 but there're manifest - e.g. tmp/sstate-control/manifest-wendy-emmc-prd-flash-emmc.package_write_ipk Nov 09 11:48:26 nay idea what goes wrong here? Nov 09 11:48:36 Hi all! Nov 09 11:48:45 Hi Kitsok Nov 09 11:50:16 Gurus, I need a help. I would like to stop storing root password, even hashed, in the repo, so I would like to dynamically generate/fetch from external system/read from file that hash. The only place (except of dirty hacks) to do it is to set EXTRA_USERS_PARAMS in local.conf.sample of the platform layer. But I can't get how can I insert an output of the shell script into this var Nov 09 11:51:37 This doesnt work: usermod -p $(/usr/bin/openssl passwd -1 blablabla) root Nov 09 11:57:10 Kitsok: I can say what I did - I created the root user without login password (hashed pw as * like in default) and added a new user (qbrqry) with sudoers for it Nov 09 11:58:01 the password for qbrqry user can be set from a python sub in recipe reading the external source Nov 09 12:02:23 sno, so you didn't use EXTRA_USERS_PARAMS? Nov 09 12:03:35 Kitsok: I used it with ${@...}" call in the string Nov 09 12:03:54 sno, and then python code? Nov 09 12:05:39 Kitsok: yes - maybe see meta-java/recipes-core/openjdk/openjdk-8-cross.inc (grep for jdk_configure_options) for a public example Nov 09 12:06:10 it's not exacly the same but should be close enough to get it solved Nov 09 12:06:26 sno, thank you very much, will read this file Nov 09 15:06:00 hello, where can I take a look at the GCC compiler flags being applied on Yocto 2.6 Thud? Nov 09 15:06:33 i.e. what is supposed to be the specific metadata/configuration file for this? Nov 09 15:07:03 bitbake.conf Nov 09 15:07:16 is it known that nativesdk-glibc-locale-2.27-r0 does not build? Nov 09 15:07:23 (yocto sumo) Nov 09 15:10:38 the makefile seems to reference locale-tree/bin/localedef, but locale-tree contains no bin/ folder Nov 09 15:11:23 kergoth: thank you Nov 09 15:35:38 nrossi: ping... can you elaborate on thhis wic image ? Nov 09 15:40:08 OutBackDingo: I will just point you at my meta, machine -> https://github.com/nathanrossi/meta-random/blob/master/conf/machine/raspberrypi3-b-plus.conf#L32 Nov 09 15:40:37 OutBackDingo: disk image (or alternatively your primary non initramfs image) -> https://github.com/nathanrossi/meta-random/blob/master/recipes-toolbox/images/disk-image-toolbox.bb Nov 09 15:41:58 RP should I open a bug for QA packport effort for sumo ? Nov 09 15:51:23 nrossi: interesting.... ok let me see if i can alleviate thee loss of my touchscreen / pointer with the initramfs image i have... everything else is good Nov 09 15:51:44 screen works... just no input on the touch capabilities Nov 09 16:02:12 armpit: I'd really prefer to have some specific work items but I guess Nov 09 16:03:08 kergoth: any ideas on where the resource warnings in https://autobuilder.yoctoproject.org/typhoon/api/v2/logs/91370/raw come from? I can't even reproduce them on that machine :/ Nov 09 16:04:50 huh, not offhand. unclosed file in the parsing code somewhere? those filenames and line numbers aren't particularly helpful.. Nov 09 16:05:49 kergoth: I think they're bogus as its the same number repeated with different files/linenumbers Nov 09 16:06:22 kergoth: can't help think its something to do with the reconnection codepaths but what/where... Nov 09 16:10:20 RP http://git.yoctoproject.org/cgit/cgit.cgi/poky/commit/?h=thud&id=886922a0b3636c5809b526afb5496679c1196f4d with need a second patch Nov 09 16:12:58 armpit: ? Nov 09 16:13:13 its missing the change to the bb file Nov 09 16:13:25 I just noticed Nov 09 16:13:29 armpit: ah. yes, well spotted Nov 09 16:15:01 bug is patchtest ? Nov 09 16:16:01 Would somebody have a moment to give me a hand with adding alsa-utils to a yocto build? Nov 09 16:16:50 armpit: yes :( probably need a bugzilla entry for it Nov 09 16:17:49 la_croix__: it's in oe-core, what's the problem? Nov 09 16:18:46 I'm building core-image-full-cmdline, and the command 'arecord' doesn't seem to exist. I tried adding a recipe from a layer that I found on openembedded. it built, but the command is still not there Nov 09 16:20:22 la_croix__: you'll need to add it to IMAGE_INSTALL remember Nov 09 16:22:38 arecord is provided by alsa-utils-aplay Nov 09 16:23:00 rburton it's in my bblayers.conf Nov 09 16:23:08 bye Nov 09 16:25:32 nrossi: so with youur environment, still requires initramfs Nov 09 16:26:27 OutBackDingo: not sure what you mean? the setup i linked is purely to boot a initramfs that is not embedded in the kernel Nov 09 16:27:55 ahhh ... i see... Nov 09 16:28:55 nrossi: ive also got some FIT code for pis and u-boot.... have to sort throughh that also.... Nov 09 16:29:57 RP found another one Nov 09 16:30:15 http://git.yoctoproject.org/cgit/cgit.cgi/poky/commit/?h=thud&id=c67e7d1eb3d26d04bfe426d93f56a8b3a85dae93 Nov 09 16:32:04 armpit: :( Nov 09 16:39:53 armpit: how embarasing Nov 09 16:40:12 build-testing curl now already sent a fix for unzip Nov 09 16:44:30 rburton_, saw the unzip thanks for the quick turn around Nov 09 17:21:12 nrossi: question Nov 09 17:52:49 Anyone able to help me solve an issue building chromium? Nov 09 17:53:31 cdgarren, post the problem Nov 09 17:53:36 plenty maybe but you'll never know if you don't post the problem Nov 09 17:54:14 I'm running into a failure during compile, complaining about no such file for gdk/gdkx.h Nov 09 17:54:37 I'm guessing my recipes are missing a DEPEND, but I can't figure out which package it would be. Nov 09 17:55:05 ../../chrome/browser/ui/libgtkui/select_file_dialog_impl_kde.cc:5:10: fatal error: gdk/gdkx.h: No such file or directory Nov 09 17:55:22 gtk Nov 09 17:55:44 possibly you've disabled x11 but chromium is still looking for the headers? Nov 09 17:55:45 That's what I thought, but the chromium-x11 recipe has gtk+3 Nov 09 17:55:58 I'm intending to build with X11 support. Nov 09 17:56:20 I was able to build for a different machine with the same recipes too. Nov 09 18:01:48 chromium-ozone-wayland shouldnt iit be? Nov 09 18:01:53 or chromium-x11 Nov 09 18:02:12 ive buuilt both fine recently Nov 09 18:03:34 rburton_: can we post work for pay to the yocto list ort is thhere naother? Nov 09 18:04:22 chromium-x11 Nov 09 18:05:21 cdgarren: from https://github.com/OSSystems/meta-browser.git Nov 09 18:05:25 thats what i used Nov 09 18:07:27 Yes, that's what I'm using. Nov 09 20:26:11 New news from stackoverflow: what is the good way to edit the device tree ? and where is it ? (meta-sunxi) Nov 10 00:58:33 HI everyone, I got error like this, ld: unrecognized option '-Wl,-rpath-link, tmp/work/x86_64-linux/syslinux-native/6.03-r0/recipe-sysroot-native/usr/lib Nov 10 00:58:55 does anyone have seen that, thanks Nov 10 01:19:10 ermmm yeah nevermind cables was unplugged for the touchscreen its working fine now Nov 10 01:20:11 derek_: it's trying to use our LDFLAGS when running ld directly, that won't work. our LDFLAGS are to be passed to gcc which calls ld itself Nov 10 02:05:57 kergoth, thanks, so bestway to deal with is make a patch to replace $(LD) to $(CC) in make file, right? **** ENDING LOGGING AT Sat Nov 10 02:59:59 2018