Re: [yocto] Yocto Python Issue

2015-03-16 Thread Ilya Dmitrichenko
et us know. To me this seemed like a terrible hack of sorts at first, now I can (sort of) see the some reason for it. Cheers, — Ilya Dmitrichenko On 6 March 2014 at 23:42, Darcy Watkins < darcy.watk...@inmotiontechnology.com> wrote: > Hi, > > This is followup to... > > http

Re: [yocto] Build appliance

2015-01-26 Thread Ilya Dmitrichenko
Sat Jan 24 2015 at 11:00:47 PM Ilya Dmitrichenko < errordevelo...@gmail.com> wrote: > Adding Robert to CC list... > > On Sat Jan 24 2015 at 9:53:32 PM Ilya Dmitrichenko < > errordevelo...@gmail.com> wrote: > >> Hi List, >> >> I have attempted to define

Re: [yocto] Build appliance

2015-01-24 Thread Ilya Dmitrichenko
Adding Robert to CC list... On Sat Jan 24 2015 at 9:53:32 PM Ilya Dmitrichenko wrote: > Hi List, > > I have attempted to define a custom build appliance image, with some > degree of success. The only problem is that I have noticed is there is > still a whole lot of `*-native`

[yocto] Build appliance

2015-01-24 Thread Ilya Dmitrichenko
Hi List, I have attempted to define a custom build appliance image, with some degree of success. The only problem is that I have noticed is there is still a whole lot of `*-native` packages being pulled in when trying to build something. So I have attempted adding all of those to my image and set

Re: [yocto] Integrating Golang

2014-09-10 Thread Ilya Dmitrichenko
Just a quick update, thought I'd let you know that I have a basic working layer here: https://github.com/errordeveloper/oe-meta-go -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

[yocto] Fwd: Kernel features

2014-09-08 Thread Ilya Dmitrichenko
On 8 September 2014 13:14, Bruce Ashfield wrote: > Ah, but we do verify it. There's a check config task, that used to > be more visible, I got complaints and we hid it. I have a 1.7 task > to make it more visible again :) I have ran kernel_configcheck and it didn't appear to indicate anything.

Re: [yocto] Kernel features

2014-09-07 Thread Ilya Dmitrichenko
Hi Bruce, On 7 September 2014 15:17, Bruce Ashfield wrote: > On 2014-09-07, 4:51 AM, Ilya Dmitrichenko wrote: >> >> Today I have spent quite a while trying to figure how KERNEL_FEATURES >> works and why some of the things I pass in my configuration fragment >> are no

[yocto] Kernel features

2014-09-07 Thread Ilya Dmitrichenko
Today I have spent quite a while trying to figure how KERNEL_FEATURES works and why some of the things I pass in my configuration fragment are not getting enabled. It turned out that some of the options no longer existed and some had been renamed. The question is really why would this not get det

Re: [yocto] systemd crashes above emergency runlevel

2014-09-06 Thread Ilya Dmitrichenko
-- Ilya On 5 September 2014 13:18, Diego Sueiro wrote: > Ilya, > > On Fri, Sep 5, 2014 at 8:45 AM, Ilya Dmitrichenko > wrote: >> >> I have built an image form Beaglebone (white) with systemd instead of >> sysvinit and it crashes after loading a few services. I'm s

[yocto] systemd crashes above emergency runlevel

2014-09-05 Thread Ilya Dmitrichenko
I have built an image form Beaglebone (white) with systemd instead of sysvinit and it crashes after loading a few services. I'm suspecting it's to do with getty taking over the console tty, but not quite sure. What I see that the serial port terminal (tried screen and miniterm.py) gets disconnecte

Re: [yocto] Integrating Golang

2014-08-30 Thread Ilya Dmitrichenko
Hi Leo and Martin, On 17 April 2014 20:54, Leo Schwab wrote: > On Thu, Apr 17, 2014 at 1:49 AM, Martin Donnelly > wrote: >> On 05/03/2014 21:55, Leo Schwab wrote: >>> Has anyone else done any work here? Is there anything that I can >>> steal^H^H^H^H^Htake inspiration from? Or am I in complete

[yocto] Warning message building python packages

2013-04-18 Thread Ilya Dmitrichenko
Hi, I have posted my question on Stack Overflow: http://stackoverflow.com/questions/16090550/building-python-packages As the presence of OE users is on SO is not quite high, I though I might post the link here also. Cheers, -- Ilya ___ yocto mailing l

Re: [yocto] configuration management on remote target

2013-01-05 Thread Ilya Dmitrichenko
Mark, thanks for such a comprehensive reply :) I have actually just recollected that I have come across this page earlier: https://cfengine.com/oem-cfengine I might have a look into it a little bit more, it might fit my needs actually :) Cheers, -- Ilya __

[yocto] configuration management on remote target

2013-01-03 Thread Ilya Dmitrichenko
Hi, As my day job mostly involves configuring servers using puppet configuration management system, I had been thinking of what sort of tool would be best to use on an embedded devices where on some occasions one would want to update a couple of config files and scripts. Perhaps this can be limite

[yocto] Failing to load native libs

2012-12-02 Thread Ilya Dmitrichenko
I'm having a slightly odd issue, looks like LD_*_PATH is not being set or something like that. I've worked around it by adding /etc/ld.so.conf.d/poky.conf, but i still needed to do `sudo ldconfig` every now and again when it fails to run say bzip2 with error that it cannot load damn libbz2.so. It's

[yocto] (no subject)

2012-11-11 Thread Ilya Dmitrichenko
Hi, I'm getting this on Ubuntu 10.04: > bitbake core-image-minimal [224/1821] Pseudo is not present but is required, building this first before the main build Parsing recipes: 100% |###

[yocto] Linux kernel recipe template

2011-11-21 Thread Ilya Dmitrichenko
Hello List, I have had an attempt to build a kernel from the git sources, trying to checkout the v3.1.1 tag, but it appeared to be more difficult then I thought. Most of the problem I have had with the yocto-specific metadata and some of the extra tasks that it adds. What is the cleanest and compa