**** BEGIN LOGGING AT Tue Oct 18 02:59:59 2016 Oct 18 07:30:15 good morning Oct 18 08:40:49 morning Oct 18 12:25:07 gm Oct 18 13:54:35 Crofton|work: gm Oct 18 16:24:46 Here is a weird one Oct 18 16:24:46 [balister@repo-test build]$ bitbake gnuradio-demo-image Oct 18 16:24:46 ERROR: Timeout while attempting to communicate with bitbake server Oct 18 16:24:46 [balister@repo-test build]$ bitbake gnuradio-demo-image Oct 18 16:25:41 odd Oct 18 16:25:48 yeah Oct 18 16:25:53 up arrow return and it ran Oct 18 16:26:14 something is drunk Oct 18 16:26:24 stuck at parsing 0% Oct 18 16:26:32 this should be jethro era in a vm Oct 18 17:25:37 Crofton|work: did you run the build sitting on a plane :) Oct 18 17:25:50 no Oct 18 17:25:52 may be due to bad weather conditions :) Oct 18 17:25:58 tried from a train, but wifi faioled Oct 18 17:26:37 rebooted vm and need to think some image stuff through and try again Oct 18 17:27:14 yeah Oct 18 18:49:47 yop Oct 18 18:49:53 I was wondering Oct 18 18:50:26 what happen if I add meta-python to my bblayers.conf Oct 18 18:50:55 and I don't add meta-python packages in my distro? Oct 18 18:53:16 does it add pyhon interpreter by default? Oct 18 18:53:23 python* Oct 18 19:01:26 usually not -- but behavior is layer dependent Oct 18 19:05:01 it will parse the recipes in there, regardless of whether they are used or not, so any syntax errors etc will show up. Oct 18 19:05:29 guessing that pythong is used enough that it is largely error free... :) Oct 18 19:06:46 and if meta-python is anti-social it may have bbappends to skip your hearbeat.bb Oct 18 19:14:47 ok Oct 18 19:22:02 is there any centralized opkg repo for OpenEmbedded packages? Oct 18 19:22:15 or should I configure my own repo for all the packages Oct 18 19:22:16 ? Oct 18 19:49:43 no idea? Oct 18 19:50:19 there's no public package repositories for oe/yocto. angstrom might, not sure on that anymore. you're best off building yourself and set up your own feed if you want to be able to install packages at runtime on target Oct 18 19:52:18 ok thanks :) Oct 19 01:07:01 Hi all, I'm having some trouble with getting USB OTG working on a Xilinx Zedboard using HoB meta-oe & meta-xilinx. The kernel doesn't seem to detect the usb devices attached to the port (lights don't even go on). When using the linux image which came with the FPGA it does detect USB devices correctly (so it's not a jumper issue). Also when I do 'usb start' in the bootloader it does turn the devices on, but wh Oct 19 01:07:07 en booting linux it still doesn't recognize any devices - lsusb for example returns 'unable to initialize libusb: -99'. Any ideas on how to debug this? Oct 19 01:18:31 Came across the following page showing how to configure Linux kernel to enable Zynq USB -> http://www.wiki.xilinx.com/Zynq+Linux+USB+Device+Driver - I'm assuming that the linux-xlnx_4.4 kernel recipe takes care of this already, but would be good to double check. Is there a file somewhere which contains the complete kernel configuration? If so, could someone please point me in the right direction? Thanks Oct 19 01:56:25 Anyone seen Martin Jansa -- maybe he's on vacation or taking a well deserved, long weekend? Oct 19 01:59:42 Hi all, is this a good place to ask for help with bitbake build errors? Oct 19 02:07:46 Adrian___: certainly Oct 19 02:33:02 Essentially i've run across an linking error trying to add the meta-ros layer to my existing oe angstrom build: Oct 19 02:34:22 there's a package in meta-ros called pluginlib and is depended on by many packages. bitbake pluginlib gives the error: /home/adrian/oe-core/build/out-glibc/sysroots/apalis-tk1/opt/ros/indigo/lib/libclass_loader.so: error: undefined reference to 'pthread_mutexattr_init' /home/adrian/oe-core/build/out-glibc/sysroots/apalis-tk1/opt/ros/indigo/lib/libclass_loader.so: error: undefined reference to 'pthread_mutexattr_settype' /home/adrian/oe- Oct 19 02:35:58 Some google-ing shows that I need to add the -pthread flag to the compiler (arm-angstrom-linux-gnueabi-g++), but I'm not quite sure how to do it and which recipe file I should make changes to Oct 19 02:38:21 What I have tried without success is adding "CFLAGS += -pthreads" to meta_ros/recipes-ros/pluginlib/pluginlib_1.10.3.gg Oct 19 02:38:31 meta_ros/recipes-ros/pluginlib/pluginlib_1.10.3.bb* Oct 19 02:41:19 Adrian___: it kind of sounds like a missing -lpthread somewhere Oct 19 02:46:42 bluelightning: yep I don't disagree, the problem is I am not sure which file and what to edit to make bitbake compile the package with the flag Oct 19 02:49:00 Adrian___: you could try LDFLAGS += " -lpthread" within the recipe, but the real question is why doesn't the makefile already specify that... **** ENDING LOGGING AT Wed Oct 19 02:59:58 2016