[yocto] Dropbear configuration

2015-05-29 Thread Matthew Karas
I am trying to configure dropbear to do the following. 1) Only listen on port 22 of the tun0 interface (made by openvpn service). 2) Only use public key authorization. To do this I've overridden the dropbear.socket file with my own. start

[yocto] Start openvpn with my own config at startup

2015-05-27 Thread Matthew Karas
I have an ovpn file I'd like my system to start up with. I was able to install the openvpn file into /etc/openvpn using a bbappends file - but the system doesn't start openvpn like the openvpn docs describes. How do I set up openvpn to launch with my config file at start up? Thanks --

[yocto] Configuring dropbear ssh

2015-05-22 Thread Matthew Karas
I've tried googling and searching for a while about this. How do I set up yocto to configure dropbear ssh? I'd like to prevent password access over ssh, only permitting key access. Thanks. -- ___ yocto mailing list yocto@yoctoproject.org

Re: [yocto] python3-native problems

2015-04-02 Thread Matthew Karas
what I was looking for. python \ python-pip \ On Wed, Apr 1, 2015 at 11:19 AM, Burton, Ross ross.bur...@intel.com wrote: On 1 April 2015 at 15:29, Matthew Karas mkarasc...@gmail.com wrote: DEPENDS = python3 python3-native python3-distribute RDEPENDS_${PN} = python3 python3

[yocto] Installing custom python packages

2015-04-02 Thread Matthew Karas
How do I install a custom python package in yocto? I've tried looking up google but nothing comes up. On my non-target machine I just do pip install package-folder. What do I put in my bb file? Many Thanks -- ___ yocto mailing list

[yocto] python3-native problems

2015-04-01 Thread Matthew Karas
Hello, When I include python3 python3-native python3-distribute to one of my recipes. DEPENDS = python3 python3-native python3-distribute RDEPENDS_${PN} = python3 python3-native python3-distribute RDEPENDS_${PN}-dev = bash python3 python3-native python3-distribute I get the following errors.