Re: [yocto] core-image-sato + firefox for pandaboard

2013-02-22 Thread Davide Soldan
In data giovedì 21 febbraio 2013 08:19:42, Gary Thomas ha scritto: > On 2013-02-21 07:52, Davide Soldan wrote: > > Hi to all! > > I'm new in building images with yocto for my pandaboard. Trying to build > > core-image-sato (http://maniacbug.wordpress.com/2012/08/03/pandayocto/) all > > works fine

Re: [yocto] Eclipse "Error creating session, Could not find platform independent libraries "

2013-02-22 Thread Edward Ekelund
I found that the cause of this is in the debugger settings. To remedy this go Run->Debug Configurations->C/C++ Remote Application->YWHC_GDB_i586-poky-linux Then select the Debugger-tab, and click on the pull-down menu with remote gdb/mi in it. The "GDB debugger" field will change from something

[yocto] [meta-baryon][PATCH 0/4] Webmin updates/fixes

2013-02-22 Thread Paul Eggleton
The following changes since commit 6c7948d9ca339caa6647b7e3f20ab82508f0793a: schroedinger: specify the version of MPL in use (2013-01-03 13:46:02 -0800) are available in the git repository at: git://git.yoctoproject.org/poky-contrib paule/webmin-update http://git.yoctoproject.org/cgit.cgi/

[yocto] [meta-baryon][PATCH 1/4] webmin: update to 1.620

2013-02-22 Thread Paul Eggleton
Signed-off-by: Paul Eggleton --- .../webmin/files/disable-version-check.patch | 25 +--- .../webmin/{webmin_1.590.bb => webmin_1.620.bb}|6 ++--- 2 files changed, 18 insertions(+), 13 deletions(-) rename recipes-extended/webmin/{webmin_1.590.bb => webmin_1.620.bb}

[yocto] [meta-baryon][PATCH 2/4] webmin: tidy up recipe

2013-02-22 Thread Paul Eggleton
* Move packaging definitions to the end * Set SUMMARY instead of DESCRIPTION * Remove EXCLUDE_FROM_SHLIBS and override of split_and_strip_files since these are now taken care of by allarch.bbclass * Reindent SRC_URI Signed-off-by: Paul Eggleton --- recipes-extended/webmin/webmin_1.620.bb | 5

[yocto] [meta-baryon][PATCH 3/4] webmin: fix for changes in OE-Core master

2013-02-22 Thread Paul Eggleton
* Hide read-only-rootfs-hook.sh in init module * Hide debugfs filesystems in mount module * perl-module-file is no longer packaged, so remove references to it Signed-off-by: Paul Eggleton --- recipes-extended/webmin/webmin_1.620.bb |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-)

[yocto] [meta-baryon][PATCH 4/4] webmin: correct net-lib.pl patch

2013-02-22 Thread Paul Eggleton
From: Kevin Strasser remove absolute path from reference to debian-linux-lib.pl Signed-off-by: Kevin Strasser --- recipes-extended/webmin/files/net-lib.pl.patch |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-extended/webmin/files/net-lib.pl.patch b/recipes-exte

Re: [yocto] Slides from the Yocto Developer Day

2013-02-22 Thread Marco
Il 16/02/2013 03:53, Tom Zanussi ha scritto: On Wed, 2013-01-30 at 08:43 -0800, Darren Hart wrote: On 01/30/2013 06:41 AM, Marco wrote: Il 13/11/2012 08:01, Scott Garman ha scritto: On 11/12/2012 11:52 AM, Anna Dushistova wrote: Hi All, Are the slides available somewhere? Thanks! Anna. Hi

[yocto] bootlogd error at startup

2013-02-22 Thread Hans Beckérus
I am running the default minimal image on an ARM based board and get the followig error from bootlogd at startup <...> INIT: version 2.88 booting Starting udev udev[661]: starting version 164 Starting Bootlog daemon: bootlogd: cannot allocate pseudo tty: No such file or directory bootlogd. Configu

Re: [yocto] adt-manual.pdf

2013-02-22 Thread Rifenbark, Scott M
When I have the file named 'configure.ac', I get an error during the automake -a step. It says "configure.ac:5: error: required file 'config.h.in' not found" Did yours run no problem just by making the name change to the file? Scott >-Original Message- >From: yocto-boun...@yoctoprojec