**** BEGIN LOGGING AT Wed Dec 14 03:00:00 2016 Dec 14 09:31:42 BOOM Dec 14 09:40:55 anyone tried to build lxd with yocto/oe? Dec 14 09:42:03 adca1: meta-virtualization has lxc at least. Dec 14 09:44:16 yes, I know, docker also...but I'm trying to add lxd and got a lot of errors, related with go compiler(missing packages,...) Dec 14 09:48:54 well at least concerning this channel i can't remember anybody mentioning it so far. Dec 14 10:23:57 hello guys, is it possible to forcly fetch the latest changes from the git repository whilst build image? Dec 14 10:29:58 Ox4: do you mean you want to track the latest commits in a repo in a recipe, instead of having to specify a SHA? Dec 14 10:30:06 if so, look up AUTOREV in the manual Dec 14 10:34:13 rburton: thank you Dec 14 10:35:23 rburton: yes, I have SRCREV = "${AUTOREV}" but bitbake took the files which have been already downloaded, but not from the git repo :-( Dec 14 10:50:26 Ox4, I believe you can do a bitbake -c cleanall for the recipe to force bitbake to fetch again next time, no? Dec 14 10:50:42 if I am wrong, someone please correct me Dec 14 10:51:36 Ox4: did you read the bit in the manual about SRCPV? http://www.yoctoproject.org/docs/2.2/ref-manual/ref-manual.html#var-AUTOREV Dec 14 12:02:40 rburton: what about if I have package_git.bb recipe? Dec 14 13:26:20 I am trying to setup build for armv5 , with custom built toolchain . I have to do hack to pick my toolchain , conf/distro/include/tcmode-external-linaro.inc . Is there any proper way to do the same Dec 14 13:26:22 ? Dec 14 13:26:41 custom built using linaro steps in abe link Dec 14 14:04:41 rburton: if I have multiple git URL in SRC_URI varialbe how to use ${SRCPV} variable? Dec 14 15:55:31 ./destdir/x86_64-unknown-linux-gnu/bin/arm-linux-gnueabi-gcc --print-sysroot always shows complete path not relative path with respective toolchain , can any linaro experts can explain ? Dec 14 15:56:03 which is not allowing me to move toolchain , anywhere Dec 14 18:06:43 Hi, I have a problem building the kernel module of an application. The autotools class does help building and packaging the application itself, but I am unable to also build the modules which normally would be done by 'make modules'. This I can easily add to EXTRA_OEMAKE but even with the appropriate variables the build fails with an invalid kernel configuration error (kernel is built and working in the Dec 14 18:06:45 image). Anyone around who had a similar problem? Dec 14 18:33:58 i guys , i it possible to build toolchain from source using yocto ? Dec 14 18:52:06 Hi guys , is it possible to build linaro toolchain from source using yocto . Dec 14 18:52:21 What is the recommended way to detect a USB storage device, auto-mount it. I wan't to check inserted devices for potential firmware updates. Dec 14 18:54:33 lolsborn: I've used udev rules for that in the past. Not sure if that is a recommended way, or just something I saw done before. ;) Dec 14 18:55:42 Anyway that works is a good way IMO ;-) Dec 14 19:18:03 I am having trouble with the morty release of bitbake not able to find packages. Dec 14 19:19:07 oe-pkgdata-util correctly listed libel-mesa-dev as a package, but bitbake says that nothing PROVIDES it even though I know mesa does. Dec 14 19:24:27 PROVIDES != RPROVIDES Dec 14 19:27:11 indeed, you can't bitbake a package, you bitbake a recipe Dec 14 19:28:45 perhaps I am looking at an impossible dependency chain, due to changes from 1.8 to 2.2 Dec 14 19:29:20 that doesn't make a great deal of sense Dec 14 19:29:54 imx-gpu-viv and mesa both provide virtual/egl but imx-gpu-viv relies upon libgl-mesa-dev Dec 14 19:35:58 deviosity: you might try the meta-freescale mailing list with that question. they're be your best bet for answers on imx and vivante. **** ENDING LOGGING AT Thu Dec 15 03:00:00 2016