**** BEGIN LOGGING AT Mon May 26 03:00:00 2014 May 26 03:01:32 Hello . . . I am new to the Yocto community. The Intel Galileo is what brings me here. I am trying to install the 'Intel PRO/Wireless 3945ABG' driver from: < http://wireless.kernel.org/en/users/Drivers/iwlegacy >, following the tutorial: < http://www.malinov.com/Home/sergey-s-blog/intelgalileo-addingwifi >. The firmware does not seem to be loading. May 26 03:01:37 I am not sure how to configure the kernel's firmware_loader infrastructure. May 26 03:02:04 How do I get it loaded? May 26 03:07:04 I don't know, but in case you are unfamiliar with the IRC channel culture, I recommend staying logged in for a day or so in case someone who knows wanders along. May 26 03:09:52 Thanks, have you been here a while? May 26 03:31:42 I think I need to install the firmware agent? May 26 03:32:08 How do I install software to yocto? May 26 07:12:42 good morning May 26 09:06:54 morning May 26 11:05:15 Is there a simple way to run "proper tools" instead of busybox? I'm running a core-image-base on wandboard. May 26 11:05:29 A way to build with proper tools, I mean May 26 11:09:25 hm. basing my image on core-image-lsb instead, maybe. May 26 11:50:21 tasslehoff: try core-image-full-cmdline (or core-image-basic I think in earlier branches) May 26 12:02:45 bluelightning: thanks May 26 12:31:49 before doing that, the partitions of my sdcard were mountet automatically. what/who did that? May 26 13:20:45 just a crazy question: have there been attempts to build a yocto project on e.g. ARM9 with some other compiler than gcc? May 26 13:25:51 vroomfondel|2: ON an arm9 for FOR an arm9? ;) May 26 13:59:47 Hi everyone. Does anybody know: What are the main differences between the rootfs as produced "bitbake example-image" and the target sysroot as produced by "bitbake example-image -c populate_sdk"? May 26 14:01:19 It seems pretty similar but I guess there's some stuff missing in the sysroot? May 26 14:04:24 Hi all, I have 2 computeur Kubuntu and yocto, I trying to configure my wifi with wpa-supplicant, I m trying this following cmd : dbus-send --system \ May 26 14:04:24 --dest=fi.w1.wpa_supplicant1 \ May 26 14:04:24 --type=method_call \ May 26 14:04:24 --print-reply \ May 26 14:04:24 /fi/w1/wpa_supplicant1/Interfaces/1 \ May 26 14:04:25 org.freedesktop.DBus.Properties.Get \ May 26 14:04:27 string:'fi.w1.wpa_supplicant1.Interface' \ May 26 14:04:29 string:'BSSs' May 26 14:05:43 I have got 2 differences answers : kunbuntu list all my networks when yocto disp the following answer : Error org.freedesktop.DBus.Error.UnknownMethod: Method "Get" with signature "ss" on interface "org.freedesktop.DBus.Properties" doesn't exist May 26 14:06:46 I did not found any answer on google, do you have any idea? May 26 14:18:50 TuTizz: different versions of wpa_supplicant? With DBus there is an interface to instrospect a service. This will give you the name/signatures of all interfaces and methods. May 26 14:19:27 TuTizz: did you verify that the yocto version is featuring dbus support? May 26 14:19:56 introspect give different answers too, May 26 14:20:58 I don't know how to verify the featuring, I just confirme that wpa_supplicant was compile with the correct DBUS option May 26 14:22:03 kubuntu seem to have wpa_supplicant v1.0, when yocto got the 2.0 May 26 14:23:27 Hello, I am learning about Yocto because I am experimenting with the Intel Galileo: < http://www.intel.com/content/www/us/en/do-it-yourself/galileo-maker-quark-board.html >. I am trying to install a minipcie wireless adapter following: < http://www.malinov.com/Home/sergey-s-blog/intelgalileo-addingwifi >. Yocto does not seem to be querrying the /lib/firmware/ directory to update the firmware. May 26 14:23:43 I am stumped, does anyone know how I can get this firmware to load? May 26 14:24:24 zecke, you are correct Introspect on yocto return nothing, I will investigate that way May 26 14:24:26 ty May 26 14:44:46 vroomfondel|2: a year or so ago a student (muhammad Ahmad) did some work to build oe-core using the alternative compiler patches that fray had made. May 26 14:45:20 he put his work on: https://github.com/mtahmed/meta-tc-llvm https://github.com/mtahmed/poky-clang but it may not be complete... May 26 15:46:23 moin May 26 15:55:47 zecke, I solved my wpa_supplicant trouble : when the wifi dongle was detected, ifup wlan0 called wpa_supplicant without the -u option. ( -u = enable DBus control interface) Thanks you. May 26 16:07:21 I have added CORE_IMAGE_EXTRA_INSTALL += "gstreamer1.0 gstreamer1.0-plugins-good gstreamer1.0-plugins-base" to my local.conf but on the target I just see gstreamer-1.0 core plugins? May 26 16:07:51 do I have missed something or is it wrong to put all of them in one line? May 26 16:35:46 ok, I had to add gstreamer1.0-plugins-good-meta - can someone explain why? May 26 17:01:12 TobSnyder: afaik it's an upstream thing May 26 17:01:45 and, no, i gave up trying to explain upstream a long time ago... May 26 20:28:02 could anyone help me out actually i wanted to make a basic operating system for my MSP-exp 430f5529 board May 26 22:03:58 hi, networkmanager in meta-oe is failing for me because it is missing libgcrypt-config May 26 22:04:51 libgcrypt-config seems to be change in commit 778578b88be2c2b8c5a6f161bde5f94c5afaf022 of the poky repository May 26 22:05:09 "binconfig-disabled: Add class and use" May 26 22:06:03 any suggestions on how to convince autotools to use pkg-config to find a package rather than specifically libgcrypt-config? **** ENDING LOGGING AT Tue May 27 02:59:58 2014