Re: [yocto] Dora vs Dylan: Poppler + Qt 4.8.5

2014-03-17 Thread Martin Jansa
On Mon, Mar 17, 2014 at 10:18:40AM -0300, Gustavo Walbon wrote: Hi, When I tried this recipe for Poppler: Why don't you use recipe for poppler from meta-oe? *DESCRIPTION = Poppler is a PDF rendering library based on the xpdf-3.0 code base.* *HOMEPAGE = http://poppler.freedesktop.org

Re: [yocto] How to get a list of packages (with versions) used to create an image?

2014-01-23 Thread Martin Jansa
On Thu, Jan 23, 2014 at 02:35:06PM -0500, Brian Hutchinson wrote: Hi, I've seen the bitbake -g command that lists the packages in an image: bitbake -g *image* cat pn-depends.dot | grep -v -e '-native' | grep -v digraph | grep -v -e '-image' | awk '{print $1}' | sort | uniq ... but for

Re: [yocto] gstreamer without X11?

2014-01-14 Thread Martin Jansa
On Tue, Jan 14, 2014 at 06:34:58AM -0700, Gary Thomas wrote: On 2014-01-14 06:32, Burton, Ross wrote: On 14 January 2014 13:18, Gary Thomas g...@mlbassoc.com wrote: I don't understand why this happens though as the gst-plugins-base recipe uses PKGCONFIG to control this:

Re: [yocto] Fwd: autogen-native recipe compilation error (since upgrade to 5.18.2)

2014-01-12 Thread Martin Jansa
On Sun, Jan 12, 2014 at 05:14:28PM +1100, Nick D'Ademo wrote: Forwarded to Yocto List It belongs to oe-core ML and it's already there: http://lists.openembedded.org/pipermail/openembedded-core/2014-January/088114.html -- Forwarded message -- From: Nick D'Ademo

Re: [yocto] Constant linux-yocto rebuild

2014-01-12 Thread Martin Jansa
On Sun, Jan 12, 2014 at 02:19:51PM +0100, Søren Holm wrote: Hi I'm having a weird issue with dora. After having rebuild everything from scratch I usually rebuild some of my own applications and rebuild the image recipe to create the image. This all works great. But then after some number

Re: [yocto] Constant linux-yocto rebuild

2014-01-12 Thread Martin Jansa
On Sun, Jan 12, 2014 at 03:08:10PM +0100, Søren Holm wrote: Wow - that was a quick response. Is it the two by Mike Crowe ? And do they get into dora at some point? I hope so, adding Robert Yang, dora maintainer Søndag den 12. januar 2014 14:38:57 skrev Martin Jansa: On Sun, Jan 12

Re: [yocto] PR server question

2014-01-08 Thread Martin Jansa
On Wed, Jan 08, 2014 at 05:00:12AM -0700, Gary Thomas wrote: I'm using a local PR server for my builds, working on my Linux kernel. When I run this sequence: $ bitbake virtual/kernel -c devshell ... fiddle with some kernel sources $ bitbake virtual/kernel -C compile; bitbake

Re: [yocto] Fedora 20 building core-image-miminal failed for danny

2014-01-03 Thread Martin Jansa
On Sat, Jan 04, 2014 at 12:07:59AM +0100, Belisko Marek wrote: Hi, I'm trying to build minimal image for beagleboard in Fedora 20 in poky-danny. With small tweaks (basically fix texinfo errors by replacing @colophon and d...@cygnus.com) I get rid of some initial bugs but binutils-cross-2.22

Re: [yocto] Setting PV dynamically in a recipe

2013-12-20 Thread Martin Jansa
. If you're using latest oe-core, that error is QA check, which can be disabled with SKIP_INSANE (per package) or moved from ERROR_QA to WARN_QA in distro config. From: Martin Jansa [martin.ja...@gmail.com] Sent: Wednesday, December 18, 2013 1:36 AM To: Brad

Re: [yocto] Setting PV dynamically in a recipe

2013-12-20 Thread Martin Jansa
you're showing ETM_DEBUG not MY_FEATURES, is it the same? ___ From: Martin Jansa [martin.ja...@gmail.com] Sent: Friday, December 20, 2013 1:34 AM To: Brad Litterell Cc: Paul Eggleton; yocto@yoctoproject.org Subject: Re: [yocto] Setting PV dynamically

Re: [yocto] Setting PV dynamically in a recipe

2013-12-20 Thread Martin Jansa
of Brad Litterell [b...@evidence.com] Sent: Friday, December 20, 2013 2:03 AM To: Martin Jansa Cc: Paul Eggleton; yocto@yoctoproject.org Subject: Re: [yocto] Setting PV dynamically in a recipe I'll have a look at diffsigs. ${ETM_DEBUG} is the parsed representation of just the debug flag

Re: [yocto] Setting PV dynamically in a recipe

2013-12-18 Thread Martin Jansa
On Wed, Dec 18, 2013 at 01:29:25AM +, Brad Litterell wrote: Hi Paul, Thanks for that tip. For my private packages I don't build directly from git, but from a tarball (in turn created from my working directory) because I want to be able to build the source I'm working on without

Re: [yocto] Setting PV dynamically in a recipe

2013-12-17 Thread Martin Jansa
On Tue, Dec 17, 2013 at 08:16:40AM +, Brad Litterell wrote: Hi, I have a few recipes in my image that represent my own custom code. I would like to generate PV dynamically from my source code, but since the recipe is parsed before the code is extracted from the tarball, that's not

Re: [yocto] Board specific bbappend file

2013-12-05 Thread Martin Jansa
On Thu, Dec 05, 2013 at 11:51:18AM -0500, Bruce Ashfield wrote: On 13-12-05 11:44 AM, Stefan Roese wrote: On 05.12.2013 17:33, Bruce Ashfield wrote: What exactly are you tried to change on a per-board basis ? Assuming it is variables, you can use the standard OVERRIDES mechanism to have a

Re: [yocto] [PATCH 2/2] libav: Update to v0.8.8

2013-12-04 Thread Martin Jansa
On Wed, Dec 04, 2013 at 08:01:28PM +0200, Andrei Gherzan wrote: Signed-off-by: Andrei Gherzan and...@gherzan.ro Wrong ML, wrong subject (Update to 0.8.9) and please resend it with -M --- .../0001-configure-enable-pic-for-AArch64.patch| 23 --

Re: [yocto] Documentation on WORKDIR

2013-11-29 Thread Martin Jansa
On Fri, Nov 29, 2013 at 09:02:47AM +, Guenzel, Robert wrote: Hello, I am currently starting to work with Yocto and I am having a bit of a hard time to figure out how the two documented versions of WORKDIR come into existence. The doc states: For packages that are not dependent on

Re: [yocto] wrong version of busybox after adding new layers.

2013-11-20 Thread Martin Jansa
uhd was moved to separate layer http://cgit.openembedded.org/meta-openembedded/commit/?id=381c941594752465d08967f3567c7a63e4cc3170 send patch there. If you want it fixed in dora, you need to find old tarball, compare content to see that there wasn't something nasty added to it and then you can

Re: [yocto] How to add modphp

2013-11-18 Thread Martin Jansa
On Mon, Nov 18, 2013 at 07:23:28PM +, Spenner wrote: Hi! I am trying to add modphp to my image and always seem to get the same build error; ERROR: Task 2693 (/home/gw/sources/meta-openembedded/meta-oe/recipes-support/ mysql/mariadb-native_5.1.67.bb,do_compile) failed with exit code

Re: [yocto] FILESPATH Search Order Changed?

2013-11-15 Thread Martin Jansa
On Fri, Nov 15, 2013 at 02:52:27PM -0800, Leo Schwab wrote: I'm working on transitioning from 'dylan' to the 'dora' branch for our Freescale-based project, and suddenly my kernel is building with the wrong config. I've isolated it to a change in (what I presume is) the FILESPATH search order,

Re: [yocto] meta-openembedded/meta-oe and busbox issues in 'dora'

2013-11-04 Thread Martin Jansa
On Mon, Nov 04, 2013 at 05:05:43PM +0100, Hans Beckérus wrote: Hello. We get the below error when trying to build our image in Yocto 1.5 'dora'. ERROR: No recipes available for: /home/poky/meta-openembedded/meta-oe/recipes-core/busybox/busybox_1.20.2.bbappend ERROR: Command execution

Re: [yocto] Module loading issue

2013-11-04 Thread Martin Jansa
On Tue, Nov 05, 2013 at 10:42:26AM +1300, Bernard Mentink wrote: Hi Guys, I am having trouble loading some kernel CAN modules so that they go in my image. I have the following lines in my layers .conf file: MACHINE_ESSENTIAL_EXTRA_RRECOMMENDS += kernel-module-can-dev

Re: [yocto] so how does PACKAGECONFIG really work?

2013-11-02 Thread Martin Jansa
On Sat, Nov 02, 2013 at 01:15:04PM -0400, Robert P. J. Day wrote: most of the way thru the variable glossary and this one confuses me. from here: http://www.yoctoproject.org/docs/latest/ref-manual/ref-manual.html#var-PACKAGECONFIG we have: This variable provides a means of enabling

Re: [yocto] Adding Custom Files to Build

2013-10-31 Thread Martin Jansa
On Thu, Oct 31, 2013 at 01:28:27PM -0700, Leo Schwab wrote: This may seem rather basic, but something that I haven't been able to find any clear discussion on is how to add or modify files in the final rootfs image. We have customized versions of /etc/network/interfaces and

Re: [yocto] SRCREV how is it supposed to work?

2013-10-29 Thread Martin Jansa
On Tue, Oct 29, 2013 at 12:46:18PM +0100, Hans Beckérus wrote: Hi. I am wondering if we are using SRCREV wrong somehow. Is it expected that if we use SRCREV = ${AUTOREV}, that any changes to the remote should be automatically detected and downloaded/fetched? I can no see that this is actually

Re: [yocto] SRCREV how is it supposed to work?

2013-10-29 Thread Martin Jansa
On Tue, Oct 29, 2013 at 02:27:30PM +0100, Hans Beckérus wrote: On Tue, Oct 29, 2013 at 12:00 PM, Martin Jansa martin.ja...@gmail.com wrote: On Tue, Oct 29, 2013 at 12:46:18PM +0100, Hans Beckérus wrote: Hi. I am wondering if we are using SRCREV wrong somehow. Is it expected that if we use

Re: [yocto] BAD_RECOMMENDATIONS / BAD_RECOMMENDS not working

2013-10-26 Thread Martin Jansa
Add .bbappend for packagegroup-core-qt4e and remove qt-demo-init from RDEPENDS_${PN} there. On Fri, Oct 25, 2013 at 5:38 PM, Diego Sueiro diego.sue...@gmail.comwrote: 2013/10/25 Martin Jansa martin.ja...@gmail.com BAD_RECOMMENDATIONS work only for packages which are installed because

Re: [yocto] BAD_RECOMMENDATIONS / BAD_RECOMMENDS not working

2013-10-25 Thread Martin Jansa
BAD_RECOMMENDATIONS work only for packages which are installed because something has them in RRECOMMENDS, if your custom image has qt-demo-init in IMAGE_INSTALL or pulled by RDEPENDS in some variable, than it won't be removed (and shouldn't be). Use bitbake -g to see why and how it's pulled to

Re: [yocto] How to prevent building -dbg and -doc packages?

2013-10-24 Thread Martin Jansa
, more reasonable.*** * ** ** Thanks, Bryan ** ** *From:* Martin Jansa [mailto:martin.ja...@gmail.com] *Sent:* Wednesday, October 23, 2013 6:12 PM *To:* Bryan Evenson *Cc:* yocto@yoctoproject.org *Subject:* Re: [yocto] How to prevent building -dbg and -doc packages

Re: [yocto] How to prevent building -dbg and -doc packages?

2013-10-23 Thread Martin Jansa
Why do you want to disable them? All the files are already there, so packaging them in right package doesn't cost much (if your reason was build time). On Wed, Oct 23, 2013 at 6:31 PM, Bryan Evenson beven...@melinkcorp.comwrote: I'm on poky/dylan-9.0.1. I'm not using any of the -dbg and the

Re: [yocto] how to add a new bb(xerces-c)?

2013-09-27 Thread Martin Jansa
On Fri, Sep 27, 2013 at 01:35:55PM +0800, 曹志研 wrote: Hello, everyone! I try to add a new bb(xerces-c) to my image, bb is as followings: Check oe-classic recipes http://cgit.openembedded.org/cgit.cgi/openembedded/tree/recipes/xerces-c/xerces-c_3.1.1.bb

Re: [yocto] [OE-core] OpenEmbedded Layer Index updated

2013-09-05 Thread Martin Jansa
On Thu, Sep 05, 2013 at 01:10:47AM +0100, Paul Eggleton wrote: As always, feedback is welcome. Great job! One more suggestion (maybe I've overlooked it): It would be nice to be able to search recipe across all branches (including oe-classic) e.g. if someone asks me to include ace in our

Re: [yocto] Yocto-9.0 Fails to produce lttng-modules package

2013-09-03 Thread Martin Jansa
On Tue, Sep 03, 2013 at 12:38:34PM +0100, Andy Ng wrote: Hello I try to produce opkg packages for my system, and I have activated the lttng-modules for tracing. After the build and I have the following error. Does anyone have seen something similar? ERROR: Error executing a python

Re: [yocto] Can anything be done about do_rootfs speed?

2013-08-28 Thread Martin Jansa
On Tue, Aug 27, 2013 at 05:10:42PM -0700, Paul D. DeRocco wrote: From: Gary Thomas As far as I understand, the 'do_rootfs' step in building an image is basically equivalent to running ${PKG_MGR} install all_required_packages, where PKG_MGR is your package management method of

Re: [yocto] [PATCH 5/5] Bastille: set Yocto specific questions via config file.

2013-08-26 Thread Martin Jansa
On Sun, Aug 25, 2013 at 09:17:12PM -0400, mulhern wrote: [YOCTO #3867] The python script, set_required_questions.py reads the list of questions and answers from the config file and edits the REQUIRE_DISTRO field for those questions in the questions file so that it includes Yocto if it is not

Re: [yocto] [DYLAN] RPATH issue with qt5's qtwebkit

2013-08-24 Thread Martin Jansa
On Sat, Aug 24, 2013 at 03:06:21PM +0200, Erik Botö wrote: On Sat, Aug 24, 2013 at 3:36 AM, Trevor Woerner trevor.woer...@linaro.org wrote: Hi, When I try to include qtwebkit in my image from the dylan branch I end up with the following QA do_package_qa error [note that this does not

Re: [yocto] [meta-raspberrypi][PATCH 07/11] mesa: Use libgl from mesa for raspberrypi

2013-08-23 Thread Martin Jansa
On Fri, Aug 23, 2013 at 11:59:10AM +0100, Paul Barker wrote: On 20 August 2013 18:02, Andrei Gherzan and...@gherzan.ro wrote: +python __anonymous () { +import re + +# Remove egl and gles2 configure options +extra_oeconf = d.getVar('EXTRA_OECONF', True).split() +

Re: [yocto] Using tmpfs for WORKDIR

2013-08-13 Thread Martin Jansa
On Tue, Aug 13, 2013 at 11:40:03AM +0100, Burton, Ross wrote: Hi, For a while I've been wondering about the possible performance improvement from using a tmpfs as $WORKDIR, so each package is unpacked, compiled, installed, and packaged in a tmpfs and then the final packages moved to the

Re: [yocto] Recipe naming

2013-08-03 Thread Martin Jansa
On Sat, Aug 03, 2013 at 12:07:41PM +0100, Paul Barker wrote: On 3 August 2013 11:52, Paul Barker p...@paulbarker.me.uk wrote: Should I call this: opkg_testing.bb set PREFERRED_VERSION_opkg = testing to use Martin has just commented elsewhere that having this recipe in a

Re: [yocto] Problem with AUTOINC and ipk

2013-07-17 Thread Martin Jansa
On Wed, Jul 17, 2013 at 01:14:16PM +0200, Tino Breddin wrote: Hi there, We are having problems with using AUTOINC together with the ipk package format. I'm not sure whether this issue applies to rpm and deb as well. Given the following configuration in a recipe: SRCREV = AUTOINC PV =

Re: [yocto] Fwd: DO PACKAGE QA error during compilation of FireFox OS on Raspberry Pi

2013-07-12 Thread Martin Jansa
On Fri, Jul 12, 2013 at 04:16:51PM -0700, Jeff Osier-Mixon wrote: Hi Piotr - thanks for posting, I hope we can help. I see this error in the log that might be a clue to the problem: ERROR: QA Issue: ntp: Files/directories were installed but not shipped /lib/systemd/system/ntpd.service

Re: [yocto] [PATCH] Restructures the openssh recipe to suport systemd.

2013-07-11 Thread Martin Jansa
On Thu, Jul 11, 2013 at 11:43:28AM +0200, Markus Hubig wrote: + Adds native support for systemd in addition to sysvinit. * Splits the huge recipe into an inc and a small bb file. * Avoids the installation of the sysvinit files with systemd. Similar patch is already on oe-core ML where it

Re: [yocto] [meta-freescale] Compile error for boost_1.54.0

2013-07-09 Thread Martin Jansa
On Tue, Jul 09, 2013 at 09:25:30PM +0100, Chris Tapp wrote: Forwarding to Yocto mailing list: On 9 Jul 2013, at 21:21, Otavio Salvador wrote: On Tue, Jul 9, 2013 at 5:19 PM, Chris Tapp opensou...@keylevel.com wrote: On 9 Jul 2013, at 20:09, Chris Tapp wrote: I'm getting a failure

Re: [yocto] [meta-ivi] [PATCHv2] connman: do not delete init scripts in bbappend

2013-07-03 Thread Martin Jansa
On Wed, Jul 03, 2013 at 01:09:47PM +0100, Burton, Ross wrote: In that case, you can delete INITSCRIPT_NAME and INITSCRIPT_PARAMS too surely. Then all you're left is the PRINC, so you can delete that if you don't care/are using the PR service, or delete that bbappend when connman 1.16 is

Re: [yocto] Strange IPK naming

2013-06-26 Thread Martin Jansa
On Wed, Jun 26, 2013 at 10:12:40AM -0600, Gary Thomas wrote: I have a target machine whose name contains a '-', e.g. MACHINE=xyz-99 When I build packages, the tmp/deploy/ipk directory is munged to be tmp/deploy/ipk/xyz_99 Can someone tell me why this happens (where)? and can I do something

Re: [yocto] Distributing Compilation of Yocto

2013-06-11 Thread Martin Jansa
On Tue, Jun 11, 2013 at 09:20:05AM +0100, Paul Eggleton wrote: On Monday 10 June 2013 20:16:22 Khem Raj wrote: On Fri, Jun 7, 2013 at 4:11 AM, Gary Thomas g...@mlbassoc.com wrote: Looks interesting and I think I'd like to try it myself. However, that page has a reference to

Re: [yocto] Distributing Compilation of Yocto

2013-06-11 Thread Martin Jansa
On Tue, Jun 11, 2013 at 10:26:47AM +0100, Gary Thomas wrote: On 2013-06-11 10:07, Martin Jansa wrote: On Tue, Jun 11, 2013 at 09:20:05AM +0100, Paul Eggleton wrote: On Monday 10 June 2013 20:16:22 Khem Raj wrote: On Fri, Jun 7, 2013 at 4:11 AM, Gary Thomas g...@mlbassoc.com wrote: Looks

Re: [yocto] using module_autoload

2013-05-30 Thread Martin Jansa
on how many modules you need to fix.. Thanks again, I would be completely stuck without your help Katu 2013/5/29 Martin Jansa martin.ja...@gmail.com On Wed, May 29, 2013 at 04:48:58PM +0100, Katu Txakur wrote: Guys, I'm using the gumstix repo https://github.com/gumstix/Gumstix

Re: [yocto] using module_autoload

2013-05-29 Thread Martin Jansa
On Wednesday 29 May 2013 16:39:48 Martin Jansa wrote: On Wed, May 29, 2013 at 02:01:11PM +0100, Katu Txakur wrote: Hi, I'm failing to load a kernel module named spike doing this: 1) add the recipe (inherit module), based in a Makefile with modules_install

Re: [yocto] IMAGE_FEATURES check broken

2013-05-14 Thread Martin Jansa
On Tue, May 14, 2013 at 04:45:02AM -0600, Gary Thomas wrote: This commit breaks systems where IMAGE_FEATURES includes package-management: commit d63c8a1597c9bd0a838cb59ca461ac432b630a90 Author: Paul Eggleton paul.eggle...@linux.intel.com Date: Thu May 9 17:24:25 2013 +0100

Re: [yocto] psplash_git.bb: Error when building with icecc

2013-04-25 Thread Martin Jansa
On Thu, Apr 25, 2013 at 09:34:09AM +0200, Francesco Del Degan wrote: Hi all, i just found an error building core-image-basic with icecc inherited: You can send patch extending blacklist defined in icecc.bbclass: system_package_blacklist = [ uclibc, glibc, gcc, bind, u-boot, dhcp-forwarder,

Re: [yocto] Finding/Generating Rootfs Package List

2013-04-25 Thread Martin Jansa
On Thu, Apr 25, 2013 at 10:10:31AM -0400, Jon Szymaniak wrote: Hi all, I generally like to keep a little manifest file with my rootfs images, containing a list of installed packages and their associated versions. On images where I keep package data around, I usually generate this via 'opkg

Re: [yocto] [meta-raspberrypi][PATCH] Fix FILESEXTRAPATHS, dir is netbase-5.0

2013-04-19 Thread Martin Jansa
On Fri, Apr 19, 2013 at 10:17:10AM -0400, Robert P. J. Day wrote: On Fri, 19 Apr 2013, Martin Jansa wrote: On Fri, Apr 19, 2013 at 09:35:18AM -0400, Robert P. J. Day wrote: The actual files subdirectory name is netbase-5.0, not netbase. Signed-off-by: Robert P. J. Day rpj

Re: [yocto] any point in a single machine recipe using a machine-specific file?

2013-04-19 Thread Martin Jansa
On Fri, Apr 19, 2013 at 10:23:01AM -0400, Robert P. J. Day wrote: On Fri, 19 Apr 2013, Tomas Frydrych wrote: On 19/04/13 15:02, Burton, Ross wrote: On 19 April 2013 14:49, Robert P. J. Day rpj...@crashcourse.ca wrote: but in the case of the rpi, is there any value in putting the

Re: [yocto] Repository to upgrade images

2013-04-16 Thread Martin Jansa
On Tue, Apr 16, 2013 at 01:49:13PM -0600, Edward Vidal wrote: With that said how does Angstrom which uses opkg upgrades images that are build with Angstrom. I prefer Yocto but I had some pre-built image that The same mechanism as Ross and Trevor said. came with my beagleboard and I used

Re: [yocto] Repository to upgrade images

2013-04-16 Thread Martin Jansa
that is for the processor in the ettus research board. I meant this: http://git.openembedded.org/meta-openembedded/tree/meta-oe/recipes-connectivity/gnuradio/gnuradio_git.bb not sure what you're looking for. On Tue, Apr 16, 2013 at 1:54 PM, Martin Jansa martin.ja...@gmail.comwrote: On Tue

Re: [yocto] Arguement list too big error in bitbake meta-toolchain for MIPS architechture-Gentle Reminder

2013-04-15 Thread Martin Jansa
I had similar issue, but in my case it wasn't even showing it's /bin/cp having problems, actually it was failing like this with tar and only one argument :/ http://lists.linuxtogo.org/pipermail/openembedded-core/2013-January/035089.html On Mon, Apr 15, 2013 at 2:21 PM, Krishna Dwivedi

Re: [yocto] systemd vs sysvinit

2013-04-09 Thread Martin Jansa
it.. Is it possible to send me a link so that I can work on it Greets, Satya On Tue, Apr 9, 2013 at 2:54 PM, Martin Jansa martin.ja...@gmail.comwrote: On Tue, Apr 09, 2013 at 01:21:31PM +0200, Satya Swaroop Damarla wrote: Hi, I created two images first by using sysvinit and the other using systemd

Re: [yocto] systemd timeouts started daemons

2013-03-21 Thread Martin Jansa
Does this resolve also update-rc.d postinst trying to start /etc/init.d/dbus-1 and failing to find it? On Thu, Mar 21, 2013 at 1:36 PM, Burton, Ross ross.bur...@intel.com wrote: On 20 March 2013 08:27, Jukka Rissanen jukka.rissa...@linux.intel.com wrote: The reason for this was that systemd

Re: [yocto] [META-OE][PATCH] iperf 2.0.5 + fix for minor bug while cross-compiling

2013-03-18 Thread Martin Jansa
On Mon, Mar 18, 2013 at 12:41:32PM +0100, Simon Egli wrote: Please see attached my patch to iperf 2.0.5 + fix I hope this may be of use for someone and that it will be integrated in to yocto master Greetings, Simon From 5a46a34945539ac46046bec9534322c09ff0896a Mon Sep 17 00:00:00 2001

Re: [yocto] [META-OE][PATCH] iperf 2.0.5 + fix for minor bug while cross-compiling

2013-03-18 Thread Martin Jansa
On Mon, Mar 18, 2013 at 12:41:32PM +0100, Simon Egli wrote: Please see attached my patch to iperf 2.0.5 + fix I hope this may be of use for someone and that it will be integrated in to yocto master And please read README in meta-oe checkout and send v2 to right ML. From

Re: [yocto] problems building 'neard'

2013-03-17 Thread Martin Jansa
Update your oe-core to include http://git.openembedded.org/openembedded-core/commit/?id=0f8447a7d99d2645b932eac1c24149f0c2d3791e On Sun, Mar 17, 2013 at 10:37 PM, Trevor Woerner twoer...@gmail.com wrote: I'm not sure if this is specific to my host, but: Build Configuration: BB_VERSION

Re: [yocto] [question] icecc: improve interaction with sstate

2013-03-17 Thread Martin Jansa
like neard failing to build with latest poky would be better. commit 1ceb13dda11645229053fc4840954333f8910ba4 Author: Martin Jansa martin.ja...@gmail.com Date: Wed Mar 13 20:04:51 2013 +0100 Could anyone know about this? - my config Build Configuration: BB_VERSION

Re: [yocto] Samba server?

2013-03-07 Thread Martin Jansa
On Wed, Mar 06, 2013 at 03:31:03PM -0800, Paul D. DeRocco wrote: The poky-danny-8.0 tree doesn't seem to have any Samba stuff in it. However, openembedded does. My untutored, fumbling efforts to include the relevant part of the latter in the former haven't succeeded. Is there an easy way to do

Re: [yocto] Samba server?

2013-03-07 Thread Martin Jansa
On Thu, Mar 07, 2013 at 10:22:54AM -0800, Paul D. DeRocco wrote: Or maybe I should just build the system without samba, run it, manually install samba just like any other user, and then use dd to save the modified image for production use. Does that sound like a good idea? No, adding extra

Re: [yocto] Samba server?

2013-03-07 Thread Martin Jansa
On Thu, Mar 07, 2013 at 02:29:08PM -0800, Paul D. DeRocco wrote: From: Martin Jansa [mailto:martin.ja...@gmail.com] No, adding extra layer is pretty basic operation and should be properly documented. Can you send some pointers what have you read about adding a layer and what

Re: [yocto] Minutes: Yocto Project 1.4 M4 release readiness discussion

2013-03-01 Thread Martin Jansa
On Fri, Mar 01, 2013 at 08:01:17PM +, Liu, Song wrote: Attendees: AlexG, ThaddeusL, Cristian, Dave, Richard, Jessica, Nitin, Song Release criteria review: Please see the wiki page:

Re: [yocto] Minutes: Yocto Project 1.4 M4 release readiness discussion

2013-03-01 Thread Martin Jansa
On Fri, Mar 01, 2013 at 11:08:30PM +, Burton, Ross wrote: On 1 March 2013 21:53, Martin Jansa martin.ja...@gmail.com wrote: I think it would be good to finish discussion in thread [OE-core] RFE: make the init manager an image feature (again) and resolve systemd situation asap, otherwise

Re: [yocto] Minutes: Yocto Project 1.4 M4 release readiness discussion

2013-03-01 Thread Martin Jansa
On Fri, Mar 01, 2013 at 11:56:32PM +, Burton, Ross wrote: On 1 March 2013 23:32, Martin Jansa martin.ja...@gmail.com wrote: Can you answer this http://lists.linuxtogo.org/pipermail/openembedded-core/2013-February/036223.html and how this solution helps with upgrade paths? Having

Re: [yocto] Always removing status files in case of IPK

2013-02-19 Thread Martin Jansa
On Tue, Feb 19, 2013 at 08:14:22PM +0100, Pierre Ficheux wrote: Hi, I've noticed a problem in rootfs_ipk.bbclass as status files are always removed in case of using IPK (works fine with RPM). Here is the small patch which fix it. This is expected, see if in which this is: if

Re: [yocto] cairo failed on openSUSE

2013-01-04 Thread Martin Jansa
On Thu, Jan 03, 2013 at 01:48:15PM +0100, Ronan Le Martret wrote: - add libpng version 15 to configure.ac of cairo. (libpng12 confict.) Please follow: http://www.openembedded.org/wiki/How_to_submit_a_patch_to_OpenEmbedded And this belongs to oe-core ML. Cheers, -- Martin 'JaMa' Jansa

Re: [yocto] is distro_tracking_fields.inc actually used?

2012-12-14 Thread Martin Jansa
On Fri, Dec 14, 2012 at 02:43:08PM -0500, Robert P. J. Day wrote: from https://wiki.yoctoproject.org/wiki/Distro_Tracking The Distro Tracking Fields (meta/conf/distro/include/distro_tracking_fields.inc) is a location for sharing information about the status of recipes and tracking

Re: [yocto] might it be worth explaining BBMASK more comprehensively?

2012-12-12 Thread Martin Jansa
On Wed, Dec 12, 2012 at 11:42:41AM -0800, Tim Bird wrote: On 12/12/2012 11:27 AM, Robert P. J. Day wrote: a bit more pedantry, but is there a more complete example of the use of BBMASK than the trivial example in the ref and dev manuals? the ref manual provides this example by way

Re: [yocto] problems adding extra packages

2012-12-05 Thread Martin Jansa
On Wed, Dec 05, 2012 at 03:25:52PM -0500, Jim Abernathy wrote: In the past on denzil, I'd get images working then start adding specific packages like this: LICENSE_FLAGS_WHITELIST = commercial CORE_IMAGE_EXTRA_INSTALL ?= gst-fluendo-mp3 CORE_IMAGE_EXTRA_INSTALL ?= web-webkit

Re: [yocto] [PATCH 0/1] Misc: detect trailing space in the patches

2012-12-05 Thread Martin Jansa
Can you add also detection of mixed whitespace? E.g. tab followed by space in multilinear indentation? Only as warning. Thanks On Dec 6, 2012 12:38 AM, nitin.a.kam...@intel.com wrote: From: Nitin A Kamble nitin.a.kam...@intel.com This commit is for detecting trailing white space in the

Re: [yocto] build failure with xf86-video-omap

2012-11-21 Thread Martin Jansa
On Wed, Nov 21, 2012 at 11:52:30PM +0100, Nicolas Dechesne wrote: hi , since xf86-video-omap was recently merged in oe-core and poky, i am trying to remove the recipes we had staged in meta-ti trees for some weeks (

Re: [yocto] Busybox configuration

2012-10-27 Thread Martin Jansa
On Sat, Oct 27, 2012 at 12:50:07PM +0200, Jean-Baptiste Reich wrote: Hi I'm starting to use yocto and I would like to know if there is a standard way to modify busybox defconfig from another layer ? In fact I am creating a separated layer to build a custom image and I would like to have

Re: [yocto] ERROR: Function failed: do_rootfs, poky commit id 8ce23f569584f195391bc5c68a780e1bf54e4360

2012-10-23 Thread Martin Jansa
On Tue, Oct 23, 2012 at 08:32:02PM +0400, Elvis Dowson wrote: Hi, I haven't had any solutions for this build error that I'm facing. If someone could offer some insight as to what might be going wrong, it would be much appreciated. On Oct 23, 2012, at 12:22 AM, Elvis Dowson

Re: [yocto] ERROR: Function failed: do_rootfs, poky commit id 8ce23f569584f195391bc5c68a780e1bf54e4360

2012-10-23 Thread Martin Jansa
On Tue, Oct 23, 2012 at 10:35:49PM +0400, Elvis Dowson wrote: Hi, On Oct 23, 2012, at 8:32 PM, Elvis Dowson elvis.dow...@gmail.com wrote: I haven't had any solutions for this build error that I'm facing. If someone could offer some insight as to what might be going wrong, it

Re: [yocto] Unreadable menuconfig

2012-10-23 Thread Martin Jansa
On Tue, Oct 23, 2012 at 07:54:58PM +, Jonathan Haws wrote: Thanks for the help. I used the solution from the following thread to take care of it: http://lists.linuxtogo.org/pipermail/openembedded-core/2012-August/027130.html Are there others having this issue? If so, is it something

Re: [yocto] Unreadable menuconfig

2012-10-23 Thread Martin Jansa
On Tue, Oct 23, 2012 at 08:08:29PM +, Jonathan Haws wrote: It's still valid for me, I'm still using this https://github.com/shr-distribution/oe-core/commit/5d5e8783c0db7e2f0488eea02f795c9f543cd626 H. I did a fresh download of the Yocto repos last week and that is not what I have.

Re: [yocto] Problem genrerating module autoloading commands

2012-10-18 Thread Martin Jansa
On Thu, Oct 18, 2012 at 11:13:13AM -0400, Marc Ferland wrote: Hi, I'm having trouble generating the module auto-loading instructions in /etc for one of my modules. I have already many modules that all work fine, but for some reason this one does not get listed in /etc/modules nor

Re: [yocto] [Poky] Baking core-image-minimal with Poky from Master fails with libffi dependency

2012-10-04 Thread Martin Jansa
On Thu, Oct 04, 2012 at 09:43:58AM +0300, Andrei Gherzan wrote: There were some issues with libffi while updating the package. Maybe some bumps were missed. So: 1. This is not new build. In this case a pull on master should fix it. I think I saw some pr bumps sent as patch. Yes but I did PR

[yocto] [opkg-utils][PATCH 0/1] opkg-make-index: small fix for filelist

2012-10-04 Thread Martin Jansa
The following changes since commit 423ecd36b4782327c16f516885d1248249c7724a: Changed call to subprocess.check_output which isn't compatible with Python 2.6 (2012-06-19 08:34:48 +0100) are available in the git repository at: git://github.com/shr-project/opkg-utils master

[yocto] [opkg-utils][PATCH 1/1] opkg-make-index: fix mis-indented else:

2012-10-04 Thread Martin Jansa
From: Marc Olzheim m...@iphion.nl Signed-off-by: Martin Jansa martin.ja...@gmail.com --- opkg-make-index | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/opkg-make-index b/opkg-make-index index 1c3a8e1..44fa64d 100755 --- a/opkg-make-index +++ b/opkg-make-index @@ -213,7

Re: [yocto] How do you release distros produced with Yocto? How should I?

2012-10-02 Thread Martin Jansa
On Tue, Oct 02, 2012 at 12:43:27PM -0400, Jerrod Peach wrote: All, After spending a few years working with a several-years old forked and heavily-modified version of BitBake, my company is looking at switching to using Yocto to build embedded Linux for its printers. I've been playing

Re: [yocto] Can't fetch git SRC_URI via HTTP

2012-10-02 Thread Martin Jansa
On Tue, Oct 02, 2012 at 05:17:23PM -0400, Evade Flow wrote: I'm trying to build core-image-sato for my Pandaboard ES, following the instructions posted here: - http://maniacbug.wordpress.com/2012/08/03/pandayocto/ Thus, my OE build configuration looks like this: OE Build

Re: [yocto] Can't fetch git SRC_URI via HTTP

2012-10-02 Thread Martin Jansa
On Tue, Oct 02, 2012 at 11:38:08PM +0200, Julian Scheel wrote: Am 02.10.2012 um 23:22 schrieb Martin Jansa martin.ja...@gmail.com: On Tue, Oct 02, 2012 at 05:17:23PM -0400, Evade Flow wrote: I'm trying to build core-image-sato for my Pandaboard ES, following the instructions posted here

Re: [yocto] Can't fetch git SRC_URI via HTTP

2012-10-02 Thread Martin Jansa
On Tue, Oct 02, 2012 at 03:09:19PM -0700, Scott Garman wrote: On 10/02/2012 02:17 PM, Evade Flow wrote: I'm trying to build core-image-sato for my Pandaboard ES, following the instructions posted here: - http://maniacbug.wordpress.com/2012/08/03/pandayocto/ Thus, my OE build

Re: [yocto] Create a .bb for my aplication

2012-09-17 Thread Martin Jansa
On Mon, Sep 17, 2012 at 11:25:05AM -0300, Raul Rosetto Munoz wrote: sorry I dont understand what you say. Do you told me to put some like this. FILES_${PN} = ${D}/home/prjs/ yes, but this time without ${D} 2012/9/17 Martin Jansa martin.ja...@gmail.com On Mon, Sep 17, 2012 at 4

Re: [yocto] yocto beagleboard.conf -- should it not go away?

2012-09-05 Thread Martin Jansa
On Wed, Sep 05, 2012 at 01:48:23PM +0100, Richard Purdie wrote: On Wed, 2012-09-05 at 10:43 +0100, Tomas Frydrych wrote: On 05/09/12 10:15, Paul Eggleton wrote: On Wednesday 05 September 2012 09:49:11 Tomas Frydrych wrote: It has been considered witin OE to be best practice to append to

Re: [yocto] [PATCH 1/3] linux-yocto: Update linux-yocto for 3.2 and 3.4

2012-09-05 Thread Martin Jansa
On Tue, Sep 04, 2012 at 09:18:43PM -0700, Saul Wold wrote: On 09/04/2012 02:00 PM, Martin Jansa wrote: On Tue, Sep 04, 2012 at 01:57:19PM -0700, Saul Wold wrote: Signed-off-by: Saul Wold s...@linux.intel.com --- .../recipes-kernel/linux/linux-yocto_3.0.bbappend |2

Re: [yocto] [PATCH 1/3] linux-yocto: Update linux-yocto for 3.2 and 3.4

2012-09-04 Thread Martin Jansa
On Tue, Sep 04, 2012 at 01:57:19PM -0700, Saul Wold wrote: Signed-off-by: Saul Wold s...@linux.intel.com --- .../recipes-kernel/linux/linux-yocto_3.0.bbappend |2 ++ .../recipes-kernel/linux/linux-yocto_3.2.bbappend |6 ++ .../recipes-kernel/linux/linux-yocto_3.4.bbappend |

Re: [yocto] Wrong ENTRYPOINT and LOADADDRESS in uImage

2012-08-23 Thread Martin Jansa
On Thu, Aug 23, 2012 at 11:24:20AM +0200, Markus Hubig wrote: Hi @all, I have a customized Yocto-Linux Recipe in my BSP, and now I'm seeing that the UBOOT_ENTRYPOINT and UBOOT_LOADADDRESS settings in my ${MACHINE}.conf is not honored in the resulting uImage. You need newer oe-core with this

Re: [yocto] Toolchain rework, call for testing

2012-08-21 Thread Martin Jansa
On Thu, Aug 16, 2012 at 09:47:37PM -0700, Khem Raj wrote: Hi All Recently glibc build has been simplified upstream. It has dropped the dependency on libgcc_s and libgcc_eh for building glibc itself. This means that we can simplify our toolchain bootstrap a bit by dropping 1 of the 3 cross

Re: [yocto] meta-toolchain error with latest gcc commit: rpm-createsolvedb.py: command not found

2012-08-03 Thread Martin Jansa
On Fri, Aug 03, 2012 at 01:15:32PM -0700, Khem Raj wrote: On Aug 3, 2012, at 12:07 PM, Elvis Dowson elvis.dow...@gmail.com wrote: When I run bitbake meta-toolchain, I get the following error: rpm-createsolvedb.py: command not found yes I have similar problems. see

Re: [yocto] Debug with gdbserver

2012-08-01 Thread Martin Jansa
On Tue, Jul 31, 2012 at 08:47:47PM -0700, Darren Hart wrote: On 07/31/2012 08:13 PM, Khem Raj wrote: On Jul 31, 2012, at 7:46 PM, Darren Hart dvh...@linux.intel.com wrote: I am trying to debug a userpsace application that misbehaves under poky-tiny. My current approach is use

Re: [yocto] build error pandaboard on master

2012-07-31 Thread Martin Jansa
On Tue, Jul 31, 2012 at 07:47:34AM -0400, Jim Abernathy wrote: On 07/31/2012 07:25 AM, Gary Thomas wrote: On 2012-07-30 13:11, Gary Thomas wrote: On 2012-07-30 12:49, Jim Abernathy wrote: On 07/30/2012 01:16 PM, Gary Thomas wrote: On 2012-07-30 11:09, Jim Abernathy wrote: On 07/30/2012

Re: [yocto] build error pandaboard on master

2012-07-30 Thread Martin Jansa
On Mon, Jul 30, 2012 at 08:53:50AM -0400, Jim Abernathy wrote: I'm on master branch trying to build core-image-minimal for the machine pandaboard. Besides the basics, I put in a license statement for cloud9 into local.conf. My bblayer.conf is as follows: # LAYER_CONF_VERSION is

Re: [yocto] build error pandaboard on master

2012-07-30 Thread Martin Jansa
On Mon, Jul 30, 2012 at 09:06:23AM -0400, Jim Abernathy wrote: On 07/30/2012 09:00 AM, Martin Jansa wrote: On Mon, Jul 30, 2012 at 08:53:50AM -0400, Jim Abernathy wrote: I'm on master branch trying to build core-image-minimal for the machine pandaboard. Besides the basics, I put

Re: [yocto] build error pandaboard on master

2012-07-30 Thread Martin Jansa
On Mon, Jul 30, 2012 at 03:19:30PM +0200, Martin Jansa wrote: On Mon, Jul 30, 2012 at 09:06:23AM -0400, Jim Abernathy wrote: On 07/30/2012 09:00 AM, Martin Jansa wrote: On Mon, Jul 30, 2012 at 08:53:50AM -0400, Jim Abernathy wrote: I'm on master branch trying to build core-image-minimal

<    1   2   3   4   >