[yocto] Yocto with Initial RamFS

2014-05-23 Thread Brian Smucker
Hello, I have an initial ramfs image that I want to convert to Yocto. That is in addition to the main yocto-based custom distro. The initial ram fs is a tiny image based on uclibc (poky-tiny) and having busybox and two other compiled apps. The main file system is eglibc-based. How is this

Re: [yocto] Strange certificate problem with wget

2014-05-23 Thread Neuer User
Btw, this works beautifully. Thanks a lot! Michael Am 21.05.2014 17:02, schrieb Burton, Ross: > On 21 May 2014 11:49, Auslands-KV wrote: >> That's it. It does't seem to know where they are. If I add the option >> with the path, it works. >> >> Do I miss something in my local.conf? > > No, OpenS

Re: [yocto] Setting default system python version

2014-05-23 Thread Diego Sueiro
Now python3-distutils returns the following on do_compile: Log data follows: | DEBUG: Executing shell function do_compile | Traceback (most recent call last): | File "setup.py", line 45, in | exec(init_file.read(), d) | File "", line 8, in | File "//tmp/work/cortexa7hf-vfp-vfpv4-neon-p

[yocto] [Probably solved] Re: Post-installation and read-only-image

2014-05-23 Thread Neuer User
Sorry, please ignore my mail. I seem to have missed a "install -d" command. Not it builds the image, but I still seem to have some errors I need to fix. Thanks nonetheless! Michael Am 23.05.2014 16:23, schrieb Neuer User: > Hello > > I build a read-only-image and need to exchange a few configur

Re: [yocto] Setting default system python version

2014-05-23 Thread Diego Sueiro
Folks, I'm having issues on python3-distribute compile (daisy branch): Traceback (most recent call last): | File "setup.py", line 34, in | util.run_2to3(outfiles_2to3) | File "//tmp/sysroots/x86_64-linux/usr/lib/python3.3/distutils/util.py", line 507, in run_2to3 | from lib2to3.refac

[yocto] Setting default system python version

2014-05-23 Thread Diego Sueiro
Folks, I did not fount it on manuals. How can I set the default system python version for an image? Regards, -- *dS Diego Sueiro Administrador do Embarcados www.embarcados.com.br

[yocto] Post-installation and read-only-image

2014-05-23 Thread Neuer User
Hello I build a read-only-image and need to exchange a few configuration files before the final image is build. Unfortunately, I ran into this error: ERROR: The following packages could not be configuredoffline and rootfs is read-only: xxx My recipe looks basically as follows: ... do_install()