**** BEGIN LOGGING AT Wed Aug 21 02:59:58 2019 Aug 21 07:48:13 New news from stackoverflow: modemmanager gsm registration timeout Aug 21 09:18:55 do_fetch: URL : 'hg://' is missing the required parameter 'module' Aug 21 09:19:03 Is the a Mercurial specific thing? Aug 21 09:19:11 This "module" business? Aug 21 09:20:59 Is it the branch name? Aug 21 09:23:32 Ohh, seems to be where it clones it to? amiright? Aug 21 09:35:37 Where can I find Yocto Layers for QNX ? Aug 21 09:41:51 Amit_T: https://git.yoctoproject.org/cgit/cgit.cgi/meta-fsl-* Aug 21 09:42:39 Chrusel: No repositories found Aug 21 09:43:04 Sorry Aug 21 09:44:19 Amit_T: sorry, my tipping was quicker than my brain ... Aug 21 09:45:28 Chrusel: I mean, is there anything related to QNX here ? Aug 21 09:46:13 Amit_T: had somehow thought that youŕe searching for NXP Aug 21 09:46:52 Amit_T: what do you expect to be able to do with yocto+qnx? Aug 21 09:47:49 rburon: wanted to create QNX filesystem using Yocto. Aug 21 09:48:24 yocto by default is linux+gnu so you'd need to replace all of that with qnx pieces Aug 21 09:49:10 but is there any such efforts in past which I can use ? Aug 21 09:50:00 no idea Aug 21 09:50:03 google says no Aug 21 09:50:49 ok and it looks to be huge effort, right ? Aug 21 09:52:03 definitely not easy Aug 21 09:53:42 even NetBSD doesn't have yocto support as such, right ? Aug 21 09:54:48 you cant build a netbsd kernel, no. Aug 21 09:54:56 again nothing stopping you write a recipe Aug 21 09:55:03 but the default is linux Aug 21 10:07:27 good morning Aug 21 10:18:35 New news from stackoverflow: do_compile error for several .bb files of yocto build Aug 21 11:40:49 building Qt EGLFS based image on imx8, imx-gpu-viv recipe which provides all the major components contains REQUIRED_DISTRO_FEATURES_mx8 = "wayland" but EGLFS runs with wayland, anyone have idea why gpu driver depends on wayland, or how to bypass this dependency? Aug 21 11:41:13 EGLFS runs without* Aug 21 11:51:59 xtron, patch it out and see if anything breaks ? Aug 21 11:53:44 kroon, I comment out #REQUIRED_DISTRO_FEATURES_mx8 = "wayland" it breaks qtbase do_compile, question is does this condition make sense? Aug 21 11:56:58 xtron, or maybe some digging in git history can help explain why it was added Aug 21 13:03:59 There is a solution to keep IMAGE_BASENAME varibale persisitent in order to use the image name inside an other recipe ? Aug 21 13:08:17 PinkSnake, running "bitbake -e core-image-minimal" over here shows that IMAGE_BASENAME="${PN}", and is set in OE-Core's bitbake.conf Aug 21 13:10:46 kroon thx so the question is how to keep the recipe name persistent ? Aug 21 13:12:29 PinkSnake, not quite sure what you want to achieve here. PN is automatically deduced from the recipe name Aug 21 13:13:01 so you can't use IMAGE_BASENAME as it is in one recipe. and expect it to have the value of the image recipe Aug 21 13:13:49 kroon I'm not really clear sorry xD In fact I would like just to get the image name inside a custom recipe. I will test IMAGE_BASENAME Aug 21 13:16:00 PinkSnake, a custom image recipe you mean ? or a custom "application" recipe ? Aug 21 13:16:40 both of them ;) I have a custom image recipe, and I need to get the image name inside an application recipe :) Aug 21 13:17:37 I'd suggest just set a global variable in local.conf or distro.conf, and use it wherever you need it Aug 21 13:19:25 I'd also say an application should be independent of image-name, since it can appear in multiple images Aug 21 13:27:42 As we can have the image on different platforms, users need to know which image is running, it's probably not clean but asked by the Marketing team ^^ Aug 21 14:28:17 PinkSnake: you can't know the image name in a non-image recipe because images are constructed from packages, which are shared between images. Aug 21 14:28:39 PinkSnake: typical solution is to write the image name to the image during rootfs Aug 21 14:29:29 there's a class to do that already: image-buildinfo Aug 21 14:42:09 rburton Thx for the advice about image-buildinfo !! I have made a bbclass and add a new addtask/EXPORT_FUNCTIONS, could you tell me the better approch ? Aug 21 15:38:55 PinkSnake: pretty sure you don't need to use export_functions for a start Aug 21 15:39:19 if you want to write into the rootfs theres a dedicated hook, which is what image-buildinfo does Aug 21 15:47:44 Hi. Where can I find all the values that SDKMACHINE can get? Aug 21 15:48:47 look for conf/sdk-machine/*.conf in your layers Aug 21 15:48:53 iirc anyway Aug 21 15:49:43 yes Aug 21 15:52:10 ie meta-mingw ships x86-64-mingw32.conf to add 64-bit windows host SDKs Aug 21 15:52:55 RP: mut went green Aug 21 15:53:28 RP: ah my pango one still has an old from oe-core message in, can you strip that Aug 21 15:54:51 *sigh* 5.2 kernel, libc-headers 5.2, builds boots, sato/kernel-dev all arches. various userspace fixes. same config with muslc qemu build blows up spectacularly. Aug 21 15:55:16 kergoth: /sources/meta-freescale/conf/machine/.conf - this is what I found. Not a word about "SDK" inside Aug 21 15:56:00 thats machine, not sdkmachine Aug 21 15:56:10 completely different Aug 21 15:56:20 I'm looking for SDK Aug 21 15:56:25 This is what I wrote Aug 21 15:56:42 I need to find the correct SDKMACHINE value for my board Aug 21 15:56:48 and i just told you what to look for. the fact that you didnt find it changes nothing Aug 21 15:56:51 ther'es no such thing Aug 21 15:57:00 SDKMACHINE is the machine the sdk will run on / be installed on Aug 21 15:57:02 the *host* Aug 21 15:57:04 not the target Aug 21 15:57:21 oh Aug 21 15:57:33 So it doesn't help me. thanks Aug 21 15:58:04 what exactly are you trying to do? you don't need to set SDKMACHINE to build an sdk, or rather, the default is likely fine, and youc an build an sdk for any MACHINE.. Aug 21 16:02:05 zeddii: quite like the idea of same config with music :) Aug 21 16:06:32 WARNING: nbench-byte-2.2.3-r0 do_fetch: Failed to fetch URL https://fossies.org/linux/misc/nbench-byte-2.2.3.tar.gz, attempting MIRRORS if availableWARNING: sudo-1.8.23-r0 do_fetch: Failed to fetch URL http://ftp.sudo.ws/sudo/dist/sudo-1.8.23.tar.gz, attempting MIRRORS if availableERROR: imx-lib-1_5.8+AUTOINC+3f777974c0-r0 do_compile: oe_runmake fa Aug 21 16:06:33 iledERROR: imx-lib-1_5.8+AUTOINC+3f777974c0-r0 do_compile: Function failed: do_compile (log file is located at /home/amit/imx-yocto-bsp/build-imx-xwayland/tmp/work/cortexa7t2hf-neon-mx6ul-poky-linux-gnueabi/imx-lib/1_5.8+AUTOINC+3f777974c0-r0/temp/log.do_compile.8240)ERROR: Logfile of failure stored in: /home/amit/imx-yocto-bsp/build-imx-xwayland/t Aug 21 16:06:33 mp/work/cortexa7t2hf-neon-mx6ul-poky-linux-gnueabi/imx-lib/1_5.8+AUTOINC+3f777974c0-r0/temp/log.do_compile.8240Log data follows:| DEBUG: Executing shell function do_compile| NOTE: make -j 1 CROSS_COMPILE=arm-poky-linux-gnueabi- PLATFORM= INCLUDE=-I/home/amit/imx-yocto-bsp/build-imx-xwayland/tmp/work/cortexa7t2hf-neon-mx6ul-poky-linux-gnueabi/imx-li Aug 21 16:06:34 b/1_5.8+AUTOINC+3f777974c0-r0/recipe-sysroot/usr/include/imx all| make -C pxp all| make[1]: Entering directory '/home/amit/imx-yocto-bsp/build-imx-xwayland/tmp/work/cortexa7t2hf-neon-mx6ul-poky-linux-gnueabi/imx-lib/1_5.8+AUTOINC+3f777974c0-r0/git/pxp'| arm-poky-linux-gnueabi-gcc -march=armv7ve -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a7 - Aug 21 16:06:34 -sysroot=/home/amit/imx-yocto-bsp/build-imx-xwayland/tmp/work/cortexa7t2hf-neon-mx6ul-poky-linux-gnueabi/imx-lib/1_5.8+AUTOINC+3f777974c0-r0/recipe-sysroot -D -I/home/amit/imx-yocto-bsp/build-imx-xwayland/tmp/work/cortexa7t2hf-neon-mx6ul-poky-linux-gnueabi/imx-lib/1_5.8+AUTOINC+3f777974c0-r0/recipe-sysroot/usr/include/imx -Wall -fPIC -O2 -pipe -g Aug 21 16:06:35 -feliminate-unused-debug-types -fdebug-prefix-map=/home/amit/imx-yocto-bsp/build-imx-xwayland/tmp/work/cortexa7t2hf-neon-mx6ul-poky-linux-gnueabi/imx-lib/1_5.8+AUTOINC+3f777974c0-r0=/usr/src/debug/imx-lib/1_5.8+AUTOINC+3f777974c0-r0 -fdebug-prefix-map=/home/amit/imx-yocto-bsp/build-imx-xwayland/tmp/work/cortexa7t2hf-neon-mx6ul-poky-linux-gnueabi/im Aug 21 16:06:35 x-lib/1_5.8+AUTOINC+3f777974c0-r0/recipe-sysroot= -fdebug-prefix-map=/home/amit/imx-yocto-bsp/build-imx-xwayland/tmp/work/cortexa7t2hf-neon-mx6ul-poky-linux-gnueabi/imx-lib/1_5.8+AUTOINC+3f777974c0-r0/recipe-sysroot-native= -c pxp_lib.c -o pxp_lib.o| : error: macro names must be identifiers| In file included from pxp_lib.c:26:| pxp_l Aug 21 16:06:36 ib.h:19:10: fatal error: linux/pxp_device.h: No such file or directory| #include | ^~~~~~~~~~~~~~~~~~~~| compilation terminated.| Makefile:30: recipe for target 'pxp_lib.o' failed| make[1]: *** [pxp_lib.o] Error 1| make[1]: Leaving directory '/home/amit/imx-yocto-bsp/build-imx-xwayland/tmp/work/cortexa7t2hf-neon-mx6ul Aug 21 16:06:36 -poky-linux-gnueabi/imx-lib/1_5.8+AUTOINC+3f777974c0-r0/git/pxp'| ERROR: oe_runmake failed| Makefile:17: recipe for target 'pxp' failed| make: *** [pxp] Error 2| WARNING: exit code 1 from a shell command.| ERROR: Function failed: do_compile (log file is located at /home/amit/imx-yocto-bsp/build-imx-xwayland/tmp/work/cortexa7t2hf-neon-mx6ul-poky-lin Aug 21 16:06:37 ux-gnueabi/imx-lib/1_5.8+AUTOINC+3f777974c0-r0/temp/log.do_compile.8240)ERROR: Task (/home/amit/imx-yocto-bsp/sources/meta-freescale/recipes-bsp/imx-lib/imx-lib_git.bb:do_compile) failed with exit code '1'NOTE: Tasks Summary: Attempted 4607 tasks of which 5 didn't need to be rerun and 1 failed.Summary: 1 task failed: /home/amit/imx-yocto-bsp/sourc Aug 21 16:06:37 es/meta-freescale/recipes-bsp/imx-lib/imx-lib_git.bb:do_compileSummary: There were 2 WARNING messages shown.Summary: There were 2 ERROR messages shown, returning a non-zero exit code. Aug 21 16:06:50 anyone knows how to deal with this error? Aug 21 16:07:07 a little mess. sorry for that Aug 21 16:07:46 WARNING: nbench-byte-2.2.3-r0 do_fetch: Failed to fetch URL https://fossies.org/linux/misc/nbench-byte-2.2.3.tar.gz, attempting MIRRORS if availableWARNING: sudo-1.8.23-r0 do_fetch: Failed to fetch URL http://ftp.sudo.ws/sudo/dist/sudo-1.8.23.tar.gz, attempting MIRRORS if availableERROR: imx-lib-1_5.8+AUTOINC+3f777974c0-r0 do_compile: oe_runmake fa Aug 21 16:07:47 iledERROR: imx-lib-1_5.8+AUTOINC+3f777974c0-r0 do_compile: Function failed: do_compile (log file is located at /home/amit/imx-yocto-bsp/build-imx-xwayland/tmp/work/cortexa7t2hf-neon-mx6ul-poky-linux-gnueabi/imx-lib/1_5.8+AUTOINC+3f777974c0-r0/temp/log.do_compile.8240)ERROR: Logfile of failure stored in: /home/amit/imx-yocto-bsp/build-imx-xwayland/t Aug 21 16:07:47 mp/work/cortexa7t2hf-neon-mx6ul-poky-linux-gnueabi/imx-lib/1_5.8+AUTOINC+3f777974c0-r0/temp/log.do_compile.8240Log data follows:| DEBUG: Executing shell function do_compile| NOTE: make -j 1 CROSS_COMPILE=arm-poky-linux-gnueabi- PLATFORM= INCLUDE=-I/home/amit/imx-yocto-bsp/build-imx-xwayland/tmp/work/cortexa7t2hf-neon-mx6ul-poky-linux-gnueabi/imx-li Aug 21 16:07:48 b/1_5.8+AUTOINC+3f777974c0-r0/recipe-sysroot/usr/include/imx all| make -C pxp all| make[1]: Entering directory '/home/amit/imx-yocto-bsp/build-imx-xwayland/tmp/work/cortexa7t2hf-neon-mx6ul-poky-linux-gnueabi/imx-lib/1_5.8+AUTOINC+3f777974c0-r0/git/pxp'| arm-poky-linux-gnueabi-gcc -march=armv7ve -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a7 - Aug 21 16:07:48 -sysroot=/home/amit/imx-yocto-bsp/build-imx-xwayland/tmp/work/cortexa7t2hf-neon-mx6ul-poky-linux-gnueabi/imx-lib/1_5.8+AUTOINC+3f777974c0-r0/recipe-sysroot -D -I/home/amit/imx-yocto-bsp/build-imx-xwayland/tmp/work/cortexa7t2hf-neon-mx6ul-poky-linux-gnueabi/imx-lib/1_5.8+AUTOINC+3f777974c0-r0/recipe-sysroot/usr/include/imx -Wall -fPIC -O2 -pipe -g Aug 21 16:07:49 -feliminate-unused-debug-types -fdebug-prefix-map=/home/amit/imx-yocto-bsp/build-imx-xwayland/tmp/work/cortexa7t2hf-neon-mx6ul-poky-linux-gnueabi/imx-lib/1_5.8+AUTOINC+3f777974c0-r0=/usr/src/debug/imx-lib/1_5.8+AUTOINC+3f777974c0-r0 -fdebug-prefix-map=/home/amit/imx-yocto-bsp/build-imx-xwayland/tmp/work/cortexa7t2hf-neon-mx6ul-poky-linux-gnueabi/im Aug 21 16:07:49 x-lib/1_5.8+AUTOINC+3f777974c0-r0/recipe-sysroot= -fdebug-prefix-map=/home/amit/imx-yocto-bsp/build-imx-xwayland/tmp/work/cortexa7t2hf-neon-mx6ul-poky-linux-gnueabi/imx-lib/1_5.8+AUTOINC+3f777974c0-r0/recipe-sysroot-native= -c pxp_lib.c -o pxp_lib.o| : error: macro names must be identifiers| In file included from pxp_lib.c:26:| pxp_l Aug 21 16:07:50 ib.h:19:10: fatal error: linux/pxp_device.h: No such file or directory| #include | ^~~~~~~~~~~~~~~~~~~~| compilation terminated.| Makefile:30: recipe for target 'pxp_lib.o' failed| make[1]: *** [pxp_lib.o] Error 1| make[1]: Leaving directory '/home/amit/imx-yocto-bsp/build-imx-xwayland/tmp/work/cortexa7t2hf-neon-mx6ul Aug 21 16:07:50 -poky-linux-gnueabi/imx-lib/1_5.8+AUTOINC+3f777974c0-r0/git/pxp'| ERROR: oe_runmake failed| Makefile:17: recipe for target 'pxp' failed| make: *** [pxp] Error 2| WARNING: exit code 1 from a shell command.| ERROR: Function failed: do_compile (log file is located at /home/amit/imx-yocto-bsp/build-imx-xwayland/tmp/work/cortexa7t2hf-neon-mx6ul-poky-lin Aug 21 16:07:51 ux-gnueabi/imx-lib/1_5.8+AUTOINC+3f777974c0-r0/temp/log.do_compile.8240)ERROR: Task (/home/amit/imx-yocto-bsp/sources/meta-freescale/recipes-bsp/imx-lib/imx-lib_git.bb:do_compile) failed with exit code '1'NOTE: Tasks Summary: Attempted 4607 tasks of which 5 didn't need to be rerun and 1 failed.Summary: 1 task failed: /home/amit/imx-yocto-bsp/sourc Aug 21 16:07:51 es/meta-freescale/recipes-bsp/imx-lib/imx-lib_git.bb:do_compileSummary: There were 2 WARNING messages shown.Summary: There were 2 ERROR messages shown, returning a non-zero exit code. Aug 21 16:08:23 trimming what you paste would be appreciated, or use a pastebin Aug 21 16:08:50 you harass NXP as that's their code Aug 21 16:09:04 it's after trimming Aug 21 16:09:40 "imx-lib fails with In file included from pxp_lib.c:26:| pxp_ib.h:19:10: fatal error: linux/pxp_device.h: No such file or directory" is trimmed :) Aug 21 16:10:13 i'd guess you've managed to build it with the wrong kernel-headers, but that's meta-freescale failing so ask then. Aug 21 16:11:51 I set a clean environment, didn't change anything from default settings, except of MACHINE= to the relevant model Aug 21 16:13:01 definitely ask via the nxp support channels then Aug 21 16:13:21 this is a general channel, someone might know but not everyone here uses meta-freescale Aug 21 16:15:02 OK. at least I tried. thanks Aug 21 16:42:37 Heyo! So I'm currently hosting a local Python Package Index and installing my Python modules from there, but I'd like to switch to an Azure package feed. Has anyone done this before? Aug 21 16:45:03 I can get a .whl file using `pip3 download --no-deps --index-url *** `, but it looks like everything uses .tar.gz instead of .whl? Aug 21 16:47:10 Also, I can't get the file via `wget`, so I can't create a custom `pypi` class that sets the `SRC_URI`, I need to overwrite the Fetch stage, maybe? I've honestly got no idea what's happening here... Aug 21 16:49:46 New news from stackoverflow: How should the sstate-cache directory be deleted in Yocto? Aug 21 16:51:48 kanavin: can you try building libtasn1 with api-docs enabled, if you have a moment Aug 21 17:03:46 RP: we *need* to do a world build with api-docs enabled, as i keep on finding things that break Aug 21 17:04:29 rburton: right. Lets open a bug then Aug 21 17:25:35 hello folks Aug 21 17:25:40 our build scripts need to invoke xetex Aug 21 17:26:09 so I whitelisted it and various of its binaries that it needs: xelatex makeindex pdftotext xdvipdfmx Aug 21 17:26:52 it now gets pretty far, but fails at "xdvipdfmx:fatal: pdf_ref_obj(): passed invalid object." and I've no idea what's wrong. perhaps another hidden biinary somewhere missing Aug 21 17:26:58 am I doing it wrong? Aug 21 17:28:57 Hey folks, I'm new to Yocto and I'm trying to add my own layer. I'm working on Arch linux and I don't seem to be able to install the bitbake-layer or yocto-layer commands, so I'm creating it myself. Aug 21 17:29:23 The layer is to install Telegraf from InfluxData, and the error I'm getting is "No bb files matched BBFILE_PATTERN_telegraf" Aug 21 17:29:47 I've searched various sites and I'm yet to find an answer on how to fix this, is someone able to help if I post up the layer.conf file? Aug 21 17:31:22 https://gist.github.com/proffalken/972d8f180d7371713c8f589688486838 shows the layout of the layer and the layer.conf Aug 21 18:16:28 hm, it apparently is not a missing bin. If I simulate the restricted PATH environment using "PATH=bin xelatex..." and put the exact same tex binary links there, it works Aug 21 18:20:05 New news from stackoverflow: How to add stress-ng to yocto compilation or get a precompiled arm binary Aug 21 18:49:35 /QUIT Aug 21 19:20:01 Proffalken: both commands work nicely on arch. its just that they are not available until you have sourced the oe-init-env-whatitcalled-thing Aug 21 22:21:44 Is there an IRC channel for ELC (embedded linux conference) somewhere? Aug 21 23:08:02 LetoThe2nd: yeah, I can't even get them installed via AUR because of dependency issues, I'll give it a go from source... **** ENDING LOGGING AT Thu Aug 22 02:59:56 2019