**** BEGIN LOGGING AT Tue Jun 05 02:59:57 2012 Jun 05 05:51:37 I'm gonna use syslog-ng in my angstrom/systemd-image. Seems to me I must add syslog-ng and syslog-ng-systemd to IMAGE_INSTALL, and then create the symlink that makes the service start in my own .bbappend. Jun 05 05:51:59 Is that the proper way to add (and start) a systemd service, or am I overcomplicating something? Jun 05 07:45:31 good morning Jun 05 08:06:21 hi.. how to export the built oe toolchain? what all do i need from the sysroot/ path? Jun 05 08:19:34 mckoan: i need to provide the oe built toolchain to other people. what do i do this? what do i need? Jun 05 08:21:41 ericbutters: 1st: bitbake meta-toolchain Jun 05 08:23:49 ericbutters: 2nd: find the toolchain(SDK) in tmp/deploy/*glibc/sdk Jun 05 08:24:10 ericbutters: you can redistribute that Jun 05 08:24:26 perfect Jun 05 08:24:28 thx Jun 05 08:24:42 yw ;-) Jun 05 10:44:31 I'm putting this in my machine .conf: PREFERRED_PROVIDER_virtual/kernel = "linux-mainline", but bitbake only tells me to consider defining a PREFERRED_PROVIDER. Jun 05 10:46:13 ah, had to but it below require ... omap3.inc Jun 05 16:31:18 hi, noob question, how can I make a linux package in an overlay to use an already cloned location? Jun 05 16:37:49 I dont want to use connman, I need to have /etc/network/interfaces, what should I do? Jun 05 16:39:43 install debian ;-) Jun 05 16:41:45 I dont have my SD adapter with me now, do you know any instruction for setting up an ad-hoc wlan Jun 05 16:43:09 old angstrom's dist used to have debian style networking, if I uninstall connman, what package I would need to install to have /etc/network/interfaces? Jun 05 16:45:09 I'm a noobie, but git grep suggests netbase Jun 05 17:59:10 moin Jun 05 18:23:15 btw I've an SHR fix for palmpre Jun 05 18:23:19 I'll push in a branch Jun 05 18:23:25 fix means the conf not working Jun 05 18:23:47 oops wrong channel Jun 05 18:49:01 I am trying to make an ad hoc wlan. I typed the following codes "ifconfig wlan0 down, iwconfig wlan0 mode ad-hoc essid beagleboard-xm channel 1 key abcdef1234, ifconfig -a wlan0 10.42.43.1 netmask 255.255.255.0, ifconfig wlan0 up" and wpa_supplicant.conf >> http://pastebin.com/er6nEZ92 however I can not see the embedded board when I type "iwlist wlan0 scan" on my laptop. any suggestion what I should do? Jun 05 18:54:48 angs, what's the wifi chip? Jun 05 18:54:57 rtl8192cu Jun 05 18:57:03 http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=2865d42c78a9121caad52cb02d1fbb7f5cdbc4ef says: Jun 05 18:57:19 In addition, only one additional configuration variable, which Jun 05 18:57:20 enables AP mode Jun 05 18:57:25 so maybe it has AP Jun 05 18:58:50 do you know how can I check it? Jun 05 18:59:19 my kernel is 3.2.18, would it be fine to use it? Jun 05 18:59:19 you need hostapd Jun 05 18:59:49 hostapd is an userspace program that implement AP in userspace Jun 05 18:59:59 it depend on drivers having certain features tough Jun 05 19:00:31 else I don't know for ad-hoc Jun 05 19:00:35 I never really used it Jun 05 19:00:46 since I always managed to get hardware that supports AP Jun 05 19:00:57 I use angstrom distribution I can not find hostapd on http://www.angstrom-distribution.org/repo/ Jun 05 19:01:06 hmmm Jun 05 19:01:13 I guess it doesnt have that package Jun 05 19:01:15 I tough you were compiling your own images Jun 05 19:01:35 because here's the channel of the build system of what angstrom uses Jun 05 19:01:35 I dont have much experience in linux Jun 05 19:01:48 *the build system that angstrom uses Jun 05 19:01:55 there is an angstrom channel Jun 05 19:02:00 #angstrom I think Jun 05 19:02:29 yes I have been trying to find alive person there for a week, but noone is responsing in that room Jun 05 19:03:42 do you use connman? Jun 05 19:04:19 I don't know connman either Jun 05 19:04:24 but I've an advize Jun 05 19:04:28 try without wep first Jun 05 19:04:29 debian? Jun 05 19:04:34 ahhh wait a second Jun 05 19:04:41 you said you used connman? Jun 05 19:04:48 connman ignore ad-hoc networks Jun 05 19:04:56 becasue they are a security risk usually Jun 05 19:05:05 I would like to get rid off connman, do you know how I can do it? Jun 05 19:05:11 where? Jun 05 19:05:14 on debian? Jun 05 19:05:19 or on angstrmo? Jun 05 19:05:26 on angstrom dist. Jun 05 19:05:26 iwlist wlan0 scan on debian Jun 05 19:05:31 opkg remove connman Jun 05 19:05:34 or something like that Jun 05 19:05:48 after that do I need to install another package to manage network connections? **** ENDING LOGGING AT Wed Jun 06 02:59:58 2012