Re: [yocto] morty populate_sdk_ext fails for recipes inherit bin_package

2017-01-09 Thread richard_allen
Thanks Ross, my TOOLCHAIN_TARGET_TASK_append = " hals hals-doc" does have the ‘space’, so that is not the issue. ( when I forgot it, got errors which had the ‘hal’ on the previous package, i.e gtesthal “, so it was apparent about the missing space. no real idea how to ‘debug’ the

Re: [yocto] [patchwork][PATCH] patchwork/bin/parsemail: Make "[PATCH" prefix mandatory

2017-01-09 Thread Jose Lamego
On 01/09/2017 04:49 AM, Patrick Ohly wrote: >... > > I'm wondering if we can address two bugs with the same fix, something > that requires that the Subject line is starting with a set of tags plus > the [PATCH] tag. For example: > > patch_prefix = re.match('(\s*\[[^]]*\]\s*)*\[\s*PATCH',

[yocto] OpenEmbedded Developers Meeting in Portland before ELC

2017-01-09 Thread Philip Balister
As we do around each Embedded Linux Conference, OpenEmbedded will host a developer meeting to discuss the state of OpenEmbedded and what efforts we should focus on over the next six months or so. All developers and users are welcome to attend. We like to hear feedback from a variety of people

Re: [yocto] [patchwork][PATCH] patchwork/templates/patchwork/series: Improve series view

2017-01-09 Thread Khem Raj
I just want to make sure that we dont pile collection of patches that we end up maintaining forever. On Mon, Jan 9, 2017 at 12:34 PM, Jose Lamego wrote: > > > On 01/09/2017 02:30 PM, Khem Raj wrote: >> On Mon, Jan 9, 2017 at 12:21 PM, Jose Lamego >>

Re: [yocto] [patchwork][PATCH] patchwork/templates/patchwork/series: Improve series view

2017-01-09 Thread Jose Lamego
On 01/09/2017 02:30 PM, Khem Raj wrote: > On Mon, Jan 9, 2017 at 12:21 PM, Jose Lamego > wrote: >> >> >> On 01/09/2017 12:44 PM, Khem Raj wrote: >>> On Fri, Jan 6, 2017 at 6:50 AM, Jose Lamego >>> wrote: From: Jose Lamego

Re: [yocto] [patchwork][PATCH] patchwork/templates/patchwork/series: Improve series view

2017-01-09 Thread Khem Raj
On Mon, Jan 9, 2017 at 12:21 PM, Jose Lamego wrote: > > > On 01/09/2017 12:44 PM, Khem Raj wrote: >> On Fri, Jan 6, 2017 at 6:50 AM, Jose Lamego >> wrote: >>> From: Jose Lamego >>> >>> Reviewing patches from

Re: [yocto] [patchwork][PATCH] patchwork/templates/patchwork/series: Improve series view

2017-01-09 Thread Jose Lamego
On 01/09/2017 12:44 PM, Khem Raj wrote: > On Fri, Jan 6, 2017 at 6:50 AM, Jose Lamego > wrote: >> From: Jose Lamego >> >> Reviewing patches from a series requires heavy usage of the >> browser navigation buttons, providing a poor UX. >>

Re: [yocto] Failure Inheriting rpm_sign

2017-01-09 Thread Khem Raj
On Fri, Jan 6, 2017 at 3:52 AM, Chris Trobridge wrote: > I am getting "Exception: OSError: [Errno 7] Argument list too long" for > sign_rpm in the do_package_write_rpm tasks for the > linux-yocto and glibc-locale recipes. > > This is building core-image-minimal (and

Re: [yocto] [patchwork][PATCH] patchwork/templates/patchwork/series: Improve series view

2017-01-09 Thread Khem Raj
On Fri, Jan 6, 2017 at 6:50 AM, Jose Lamego wrote: > From: Jose Lamego > > Reviewing patches from a series requires heavy usage of the > browser navigation buttons, providing a poor UX. > > This changes allows viewing content from each

Re: [yocto] Q on how to keep the debug information for kernel module

2017-01-09 Thread Khem Raj
On Sat, Jan 7, 2017 at 5:53 AM, John Rama wrote: > Dear Yocto specialists > > I have one question. > When building the kernel module and install to rootfs with Yocto, I got the > kernel module without debug information. > Investigating a little bit revealed that it seems

Re: [yocto] SDK with enabled multilib conf, missing compilers

2017-01-09 Thread Schmitt, Richard
I believe you need to apply a patch that is already in the poky git tree but might not be in the branch you are on. Try: git fetch origin git cherry-pick b6253350fb86d8e54792905342a5892af570d526 Rich -Original Message- From: yocto-boun...@yoctoproject.org

Re: [linux-yocto] [PATCH 0/3] For bxt-rebase: Fix DDI PHY init & check

2017-01-09 Thread Bruce Ashfield
On 2017-01-09 11:12 AM, Jukka Laitinen wrote: Hi, These three patches fix the "i915 DDI PHY state mismatch" errors in display runtime power management paths. The patches are cherry-picked from the upstream kernel. The patches are for bxt-rebase brach and tested on Joule. merged. Also note

Re: [yocto] morty populate_sdk_ext fails for recipes inherit bin_package

2017-01-09 Thread Burton, Ross
On 9 January 2017 at 15:51, wrote: > TOOLCHAIN_TARGET_TASK_append = "hals hals-doc" > _append doesn't insert whitespace, so you need to do it. Use TOOLCHAIN_TARGET_TASK_append = " hals hals-doc" in your image recipe instead of changing it globally. Ross --

Re: [yocto] morty populate_sdk_ext fails for recipes inherit bin_package

2017-01-09 Thread richard_allen
Hi Paul Thanks, I am new in this area, so could be miss-understanding some of these: What I would like to occur, when local.conf has: IMAGE_INSTALL_append = "hals" TOOLCHAIN_TARGET_TASK_append = "hals hals-doc" 1) image has the "hals" runtime 2)when I use -c populate_sdk and/or -c

[yocto] SDK with enabled multilib conf, missing compilers

2017-01-09 Thread Oleksy, Adam (Nokia - PL/Wroclaw)
Hi, I'm int the process of enabling multlib configuration for my distro, by adding following lines to local.conf file: # Define multilib target require conf/multilib.conf MULTILIBS = "multilib:lib32" DEFAULTTUNE_virtclass-multilib-lib32 = "armv7athf-neon" I'm able to produce images, where

[yocto] Yocto Project Status WW02

2017-01-09 Thread Jolley, Stephen K
Current Dev Position: YP 2.3 M2 -> M3 Next Deadline: YP 2.3 M2 by Jan 23, 2017 SWAT team rotation: Joshua -> Armin https://wiki.yoctoproject.org/wiki/Yocto_Build_Failure_Swat_Team Key Status/Updates: *The M1 issues proved tricky to debug and potentially meant there were widespread

[yocto] yocto adt for windows eclipse is error

2017-01-09 Thread luffy_yue
Hi, Configuring the eclipse(window7 luna) yocto plug-in is error, Eclipse Report this error: !ENTRY org.eclipse.jface 4 0 2017-01-05 10:39:37.646 !MESSAGE java.lang.NullPointerException !STACK 0 java.lang.NullPointerException at

[yocto] non-zero exit code after ultimately successful build

2017-01-09 Thread Sara Sinback
Hi all, This is my first post to this list, so my apologies if I have not conformed in some way to the posting etiquette. I'm managing on a CI server that starts many morty builds which use the setscene state cache to do incremental builds where possible. I have a problem which can be broken

[linux-yocto] [PATCH 0/3] For bxt-rebase: Fix DDI PHY init & check

2017-01-09 Thread Jukka Laitinen
Hi, These three patches fix the "i915 DDI PHY state mismatch" errors in display runtime power management paths. The patches are cherry-picked from the upstream kernel. The patches are for bxt-rebase brach and tested on Joule. 95a7a2a drm/i915/bxt: Set DDI PHY lane latency optimization during

[linux-yocto] [PATCH 1/3] drm/i915/bxt: Set DDI PHY lane latency optimization during modeset

2017-01-09 Thread Jukka Laitinen
From: Imre Deak commit 95a7a2ae46652f4c46f956c4d1700ccadf07bed6 upstream. So far we configured a static lane latency optimization during driver loading/resuming. The specification changed at one point and now this configuration depends on the lane count, so move the

[linux-yocto] [PATCH 2/3] drm/i915/bxt: Use PHY0 GRC value for HW state verification

2017-01-09 Thread Jukka Laitinen
From: Imre Deak commit 67856d4d3ccdd4612bcef3a7b624aa33e5b6828d upstream It's possible that BIOS enables PHY1 only to read out the GRC value from it to be used in PHY0 and then disables PHY1. In this case we can't use the PHY1 GRC value for state verification, so use

Re: [yocto] openjdk 8 support compile for arm with jit support

2017-01-09 Thread Alexander Kanavin
On 01/07/2017 05:05 PM, Rohit Jindal wrote: Please suggest me the solution for compiling Openjdk 8 for arm adding support for any jit compiler like shark or jamvm This is not how you should ask for help from people who have no obligation to help you. No one is going to respond, and sending

Re: [yocto] how does one stay on top of YP security alerts?

2017-01-09 Thread Alexander Kanavin
On 01/07/2017 05:29 PM, Robert P. J. Day wrote: colleague wants to know how one stays up to date with security alerts related to YP releases, i checked out the yocto-security mailing list: https://lists.yoctoproject.org/pipermail/yocto-security/ but that looks like a very dead mailing list.

[yocto] (no subject)

2017-01-09 Thread Rohit Jindal
Please help.me adding support for JIT to openjdk 8 in arm architecture. Immediate help is highly appreciated. Rohit -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

Re: [yocto] [patchwork][PATCH] patchwork/bin/parsemail: Make "[PATCH" prefix mandatory

2017-01-09 Thread Patrick Ohly
On Fri, 2017-01-06 at 17:03 -0600, Jose Lamego wrote: > Patchwork may incorrectly identify emails containing patch-like content as > patches. > This change makes "[PATCH" prefix in subject mandatory for emails to be > considered as new patches. > > [YOCTO #10764] > > Signed-off-by: Jose Lamego

Re: [yocto] [PATCH] Provide additional OECORE_EXTRA_SYSROOT variable for CMake Toolchain

2017-01-09 Thread Burton, Ross
On 7 January 2017 at 10:49, Andreas Cord-Landwehr wrote: > Hi, since it's roughly two weeks, I just wanted to bump this patch again > (yes, > I know many people were on vacations). > But actually, I would already be glad to hear whether I sent the patch to > the > right

[yocto] [meta-oic][PATCH v3 1/3] Hotfix to support aarch64 for DragonBoard-410c

2017-01-09 Thread Philippe Coval
Apply patch from iotivity-1.2.1: * [PATCH 081/341] yocto: Add aarch64 for DragonBoard-410c Signed-off-by: Philippe Coval --- ...81-yocto-Add-aarch64-for-DragonBoard-410c.patch | 48 ++ recipes-core/iotivity/iotivity_1.2.0.bb| 1 +

[yocto] [meta-oic][PATCH v3 2/3] Hotfix: Use tools from sysroot before system PATH

2017-01-09 Thread Philippe Coval
This patch was in iotivity 1.1-rel branch, and (wrongly) removed in 1.2.0 So it needed to be reintroduced in upstream 1.2-rel and as a patch for 1.2.0, track upstream bug at: https://jira.iotivity.org/browse/IOT-1219 Signed-off-by: Philippe Coval ---

[yocto] [meta-oic][PATCH v3 3/3] Depends on glib-2.0-native to use gdbus-codegen

2017-01-09 Thread Philippe Coval
It was discovered while building AGL using Intel BSP. Also fix dangling syslink, discovered while building ostro OS. Signed-off-by: Philippe Coval --- recipes-core/iotivity/iotivity_1.2.0.bb | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git

Re: [yocto] has support for MPC8315E-RDB been dropped?

2017-01-09 Thread Burton, Ross
Nope, we're missing a tarball somewhere. Can you file a bug? Ross On 6 January 2017 at 22:30, Robert P. J. Day wrote: > > i notice that if you search for the powerpc BSP in the latest > release here: > > https://www.yoctoproject.org/downloads/bsps?release=98; >

Re: [yocto] openjdk 8 support compile for arm with jit support

2017-01-09 Thread Rohit Jindal
On Saturday, January 7, 2017, Rohit Jindal wrote: > Please suggest me the solution for compiling > Openjdk 8 for arm adding support for any jit compiler like shark or jamvm > -- ___ yocto mailing list yocto@yoctoproject.org

[yocto] Erroe while compiling Altera kernel

2017-01-09 Thread praveen vattipalli
Hi, I am upgrading Yocto version from daisy to krogoth. In this process when building kernel, i am getting below error ERROR: linux-altera-ltsi-3.10-r1 do_deploy: Taskhash mismatch c4875fc746f382558fe137fc1188dfe7 verses 1c5cadda9369cc54cb44d732ed6004e8 for