Re: [yocto] Strange behaviour with stripped connman + openvpn

2015-05-15 Thread Jukka Rissanen
Hi Alex, On ti, 2015-05-12 at 13:59 +0200, Alex J Lennon wrote: > Hi, > > I've been looking at some strange behaviour with connman in dizzy (1.25) > > With OpenVPN configured and a connman configuration file defining a VPN, > for some reason the service doesn't appear, e.g. connmanctl services >

Re: [yocto] No USB devices on BeagleBoard xM!

2014-04-22 Thread Jukka Rissanen
Hi Jeremy, On su, 2014-04-20 at 08:44 +1200, Jeremy Cole-Baker wrote: > Hi, I still can't figure out how to get the USB hardware working on my > BeagelBoard xM. > I think you are seeing this bug https://bugzilla.yoctoproject.org/show_bug.cgi?id=5211 I did not manage to get usb working with the

Re: [yocto] dora 1.5 builds for beagleboard no lsusb, /dev/fb0, networking, or sato display on monitor.

2013-11-04 Thread Jukka Rissanen
Hi Edward, On la, 2013-11-02 at 16:06 -0600, Edward Vidal wrote: > Hello All, > > This is a continued effort with adding a "udev entry for a camera" & > "uImage instead of zImage" posting in Oct 13. > 2 of my with dora 1.5 are showing same problem > lsusb --verbose > unable to initialize libusb:

Re: [yocto] Custom defconfig is not used

2013-10-30 Thread Jukka Rissanen
Hi Diego, On 16.10.2013 00:07, Diego Sueiro wrote: Folks, I created the following bbapend recipe for linux-mainline_3.8.bb (from meta-beagleboard on dylan branch) for beaglebone. meta-mine/recipes-kernel/linux/linux-mainline_3.8.bbappend: FILESEXTRAPATHS_prep

Re: [yocto] Fwd: How to recreate or modify already existing usres in /etc/passwd in Yocto

2013-10-28 Thread Jukka Rissanen
On 28.10.2013 12:07, Amit Tomer wrote: Thanks Jukka for the response EXTRA_USERS_PARAMS="usermod -s /bin/false foobar;" where did you define user(Is foobar is usre here??). Yes, foobar is the username in this example. See manual page of usermod for details. -- Cheers, Jukka __

Re: [yocto] Fwd: How to recreate or modify already existing usres in /etc/passwd in Yocto

2013-10-28 Thread Jukka Rissanen
On 26.10.2013 20:15, Amit Tomer wrote: Running out of ideas Can I get some fresh ideas for this issue I am using this in my distro conf file (http://git.yoctoproject.org/cgit/cgit.cgi/meta-eca/tree/meta-eca/conf/distro/eca.conf) to change the root default password INHERIT += "extrausers"

Re: [yocto] Generating an image with systemd and connman

2013-07-24 Thread Jukka Rissanen
Hi Christian, On 24.07.2013 05:51, Christian Gagneraud wrote: Hi there, I have successfully generated Dylan core-image-minimal with the meta-ti layer. I would like to know what is the procedure to select systemd for the init process and connman as the network manager. It seems to me that syste

[yocto] How to create a mobile access point using new Yocto layer

2013-07-09 Thread Jukka Rissanen
Hi, I have been experimenting with Yocto and created a new layer called meta-eca that builds ECA (Embedded Connectivity Appliance). ECA is a platform for building network appliances. One such use case is mobile access point which uses ConnMan tethering functionality to tether wifi, bluetooth,

Re: [yocto] systemd timeouts started daemons

2013-03-21 Thread Jukka Rissanen
Hi Ross, On 21.03.2013 14:36, Burton, Ross wrote: On 20 March 2013 08:27, Jukka Rissanen wrote: The reason for this was that systemd did not receive NameOwnerChanged dbus signal telling that the daemon managed to register its name to the system bus. I checked with dbus-monitor that these

Re: [yocto] systemd timeouts started daemons

2013-03-20 Thread Jukka Rissanen
Hi all, some update to the problem I am seeing with systemd. So the symptom of the problem is that after systemd has started a daemon like connmand, it kills it after 30 secs. The reason for this was that systemd did not receive NameOwnerChanged dbus signal telling that the daemon managed to

[yocto] systemd timeouts started daemons

2013-03-12 Thread Jukka Rissanen
Hi, I have a weird problem with systemd. It starts a daemon then kills it after a 30 second timeout. Mar 12 08:50:19 eca connmand[970]: Connection Manager version 1.12 ... Mar 12 08:51:49 eca systemd[1]: connman.service operation timed out. Terminating. Mar 12 08:51:49 eca connmand[970]: Ter

[yocto] [PATCH] meta: Search also FILESEXTRAPATHS for systemd service files

2013-02-20 Thread Jukka Rissanen
Signed-off-by: Jukka Rissanen --- meta/classes/systemd.bbclass | 8 1 file changed, 8 insertions(+) diff --git a/meta/classes/systemd.bbclass b/meta/classes/systemd.bbclass index 564cd72..b807d4e 100644 --- a/meta/classes/systemd.bbclass +++ b/meta/classes/systemd.bbclass @@ -1,3 +1,5

[yocto] [PATCH] meta: Fix error print

2013-02-20 Thread Jukka Rissanen
Instead of printing ERROR: %s does not appear in package list, please add it package-systemd print ERROR: package-systemd does not appear in package list, please add it instead. Signed-off-by: Jukka Rissanen --- meta/classes/systemd.bbclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion

[yocto] [PATCH] initramfs: udevd can be located in /sbin

2013-02-12 Thread Jukka Rissanen
Do not hard code the udevd path. Signed-off-by: Jukka Rissanen --- meta/recipes-core/initrdscripts/files/init-live.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/recipes-core/initrdscripts/files/init-live.sh b/meta/recipes-core/initrdscripts/files/init-live.sh

Re: [yocto] Initramfs and systemd problems

2013-02-12 Thread Jukka Rissanen
On 12.02.2013 13:50, Ross Burton wrote: On Tuesday, 12 February 2013 at 10:30, Burton, Ross wrote: On 12 February 2013 10:14, Jukka Rissanen mailto:jukka.rissa...@linux.intel.com)> wrote: At least the systemd version in initramfs is missing /etc/udev/rules.d/automount.rules /etc/udev/scri

Re: [yocto] Initramfs and systemd problems

2013-02-12 Thread Jukka Rissanen
Hi Ross, On 12.02.2013 11:35, Ross Burton wrote: On Tuesday, 12 February 2013 at 09:14, Jukka Rissanen wrote: I am building a small network appliance for tethering purposes. I do not need graphics so I removed X support, also added systemd from meta-ivi and upgraded connman into latest 1.11

[yocto] Initramfs and systemd problems

2013-02-12 Thread Jukka Rissanen
Hi, I am building a small network appliance for tethering purposes. I do not need graphics so I removed X support, also added systemd from meta-ivi and upgraded connman into latest 1.11 version, and also did some minor tweaks here and there. In beagleboard, my setup works just fine. In Intel NUC