Re: [linux-yocto] [PATCH] LSI AXXIA updates to linux-yocto-3.19 meta

2015-07-15 Thread Bruce Ashfield
On 2015-07-15 10:25 AM, Cristian Bercaru wrote: Hello! This patch contains the config fragments necessary to build the Intel Axxia BSP on linux-yocto-3.19. Please integrate them on the meta branch. merged. Bruce Thank you, Cristian Bercaru (1): meta: axxiaarm: add configuration

Re: [yocto] using gdb with externalsrc

2015-07-15 Thread Khem Raj
On Wed, Jul 15, 2015 at 2:52 PM, Dave Kimble dkim...@alticast.com wrote: Yes, I'm able to debug the externalsrc component. I can see variables, set breakpoints, step/next through the code etc. (so the symbols are valid). And local changes to the externalsrc component are reflected when I debug.

[yocto] [meta-mono] [PATCH 0/1] mono: use PARALLEL_MAKEINST= instead of PARALLEL_MAKE=

2015-07-15 Thread Richard Tollerton
Hi, last week I sent out a patch to disable parallel builds in mono; in hindsight I should have used PARALLEL_MAKEINST instead of PARALLEL_MAKE. Patch follows. This is one of several topic branches I've hacked together over the last couple of weeks; you can see the rest at

[yocto] [meta-mono] [PATCH 0/3] DEPENDS/RDEPENDS fixes

2015-07-15 Thread Richard Tollerton
These are fixes for build/runtime issues due to insufficient dependency specifications. The libgdiplus patches fix observed build failures; the gtk-sharp-dev patch is untested but pretty obvious. The following changes since commit 9f63cbaaa859f9ae55288de06c1c0eb0e6992f53: mono-4.xx.inc:

[yocto] [meta-mono] [PATCH 3/3] libgdiplus: add jpeg, tiff, giflib, libexif dependencies

2015-07-15 Thread Richard Tollerton
These dependencies were found in package QA. Signed-off-by: Richard Tollerton rich.toller...@ni.com --- recipes-mono/libgdiplus/libgdiplus_2.10.8.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-mono/libgdiplus/libgdiplus_2.10.8.bb

[yocto] [meta-mono] [PATCH 1/1] mono-4.xx.inc: use PARALLEL_MAKEINST= instead of PARALLEL_MAKE=

2015-07-15 Thread Richard Tollerton
Disable parallel build only in `make install` because races haven't yet been observed in the rest of the build. Signed-off-by: Richard Tollerton rich.toller...@ni.com --- recipes-mono/mono/mono-4.xx.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[yocto] [meta-mono] [PATCH 1/3] libgdiplus-native: depend explicitly on giflib-native

2015-07-15 Thread Richard Tollerton
libgdiplus 2.10.8 is incompatible with changes made to the giflib5 API. This causes a build failure if giflib5 is installed on the host machine. To fix this, explicitly depend on giflib-native, which is still version 4.x and is thus compatible. Signed-off-by: Richard Tollerton

[yocto] [meta-mono] [PATCH 2/3] gtk-sharp-dev: add perl dependency

2015-07-15 Thread Richard Tollerton
This package has perl scripts; make sure they're runnable. Signed-off-by: Richard Tollerton rich.toller...@ni.com --- recipes-mono/gtk-sharp/gtk-sharp.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/recipes-mono/gtk-sharp/gtk-sharp.inc b/recipes-mono/gtk-sharp/gtk-sharp.inc index

[yocto] Anyone done a VAR-SOM-SOLO run-up?

2015-07-15 Thread Robin Gilks
Greetings all I'm having problems with the run-up of a Dizzy build on a VAR-SOM-SOLO. The same image is OK with a quad core variant, its just the single core fails so probably a DTB problem. I can't find any info on getting into u-boot - not even which serial port is used - so I can start

Re: [yocto] Is there a fetcher for (dare I say it?) TFS (arrrrgh, I said it...) out there somewhere, or do I have to roll my own?

2015-07-15 Thread Paul Eggleton
Hi Jim, On Wednesday 15 July 2015 09:06:19 Spriggs, Jim wrote: [ before anyone tells me to wash my mouth with soap: I actually have to live with this junk on a daily basis, so cut me some slack already :-\ ] Been there! (Not with TFS, but VSS in a previous job...) I'm running the dizzy

[yocto] Is there a fetcher for (dare I say it?) TFS (arrrrgh, I said it...) out there somewhere, or do I have to roll my own?

2015-07-15 Thread Spriggs, Jim
Hi Guys, [ before anyone tells me to wash my mouth with soap: I actually have to live with this junk on a daily basis, so cut me some slack already :-\ ] I'm running the dizzy version of bb on my build-server, and currently actively *push* stuff to it from the TFS-server. Obviously, I'd much

Re: [yocto] Is there a fetcher for (dare I say it?) TFS (arrrrgh, I said it...) out there somewhere, or do I have to roll my own?

2015-07-15 Thread Paul Eggleton
On Wednesday 15 July 2015 10:23:09 Paul Eggleton wrote: Hi Jim, On Wednesday 15 July 2015 09:06:19 Spriggs, Jim wrote: [ before anyone tells me to wash my mouth with soap: I actually have to live with this junk on a daily basis, so cut me some slack already :-\ ] Been there! (Not with

Re: [yocto] using gdb with externalsrc

2015-07-15 Thread Khem Raj
On Wed, Jul 15, 2015 at 9:36 AM, Dave Kimble dkim...@alticast.com wrote: We've got a component of an existing Yocto project under active development that we'd like to debug with gdb. We’ve added these features to get gdb and the debug symbol packages into the image: EXTRA_IMAGE_FEATURES =

[yocto] using gdb with externalsrc

2015-07-15 Thread Dave Kimble
We've got a component of an existing Yocto project under active development that we'd like to debug with gdb.? We've added these features to get gdb and the debug symbol packages into the image: EXTRA_IMAGE_FEATURES = debug-tweaks tools-debug IMAGE_FEATURES = ssh-server-openssh dbg-pkgs

[linux-yocto] How to get HDMI audio to work on MinnowBoard MAX?

2015-07-15 Thread Gerard Bucas
We can't seem to get HDMI audio to work on our minnowBoard MAX under (yocto built) linux. (minnowBoard MAX has an Intel Atom E3825 -Bay Trail SoC). For example if one plays back something like a youtube video that has audio in the Chromium browser, there is no audio on a connected HDMI device

[linux-yocto] [PATCH 0/1] Bug 8009: Backport upstream commit to fix 3.14 kernel build failure for qemumips

2015-07-15 Thread Yang Shi
Backported the upstream commit to solve the 3.14 kerne lbuild faiure for qemumips with gcc 4.9.3. The following changes since commit b985d5039e5b14f5acac135a84f2d6541b531552: Merge branch 'standard/base' into standard/mti-malta32 (2015-05-07 14:49:36 -0400) are available in the git

[linux-yocto] [PATCH] LSI AXXIA updates to linux-yocto-3.19 meta

2015-07-15 Thread Cristian Bercaru
Hello! This patch contains the config fragments necessary to build the Intel Axxia BSP on linux-yocto-3.19. Please integrate them on the meta branch. Thank you, Cristian Bercaru (1): meta: axxiaarm: add configuration fragments .../bsp/axxiaarm/axxiaarm-standard.scc |9 +

[linux-yocto] [PATCH] meta: axxiaarm: add configuration fragments

2015-07-15 Thread Cristian Bercaru
This patch adds the configuration files needed to build the Intel Axxia BSP on linux-yocto-3.19 Signed-off-by: Cristian Bercaru cristian.berc...@windriver.com --- .../bsp/axxiaarm/axxiaarm-standard.scc |9 + meta/cfg/kernel-cache/bsp/axxiaarm/axxiaarm.cfg| 301

[yocto] Yocto with meta-java. Multiple providers problem.

2015-07-15 Thread Eirik Solberg Hamnvik
So I am trying to add the meta-java (http://layers.openembedded.org/layerindex/branch/master/layer/meta-java/) to my image with yocto. Just to get it to build I have not yet deleted any of the recipes which comes along with it. When I try to run: bitbake -k core-image-sato I get this error:

[yocto] FW: [LXCR-5218][PATCH 1/1] perl: update recipe for Perl 5.22 compatibility

2015-07-15 Thread Alexandru Vaduva
Updating Test Pod recipe to be compatible with the new perl version 5.22 where Module::Build has been removed. See also: http://perltricks.com/article/165/2015/4/10/A-preview-of-Perl-5-22 Signed-off-by: Nora Björklund nora.bjorkl...@enea.com --- .../recipes-perl/perl/libtest-pod-perl_1.42.bb