Re: [yocto] [PATCH 1/2] package.bbclass: add prohibited-path qa test

2017-11-13 Thread Christopher Larson
On Mon, Nov 13, 2017 at 7:10 PM, Christopher Larson wrote: > > > On Mon, Nov 13, 2017 at 11:17 AM, Martyn Welch > wrote: > >> From: Fabien Lahoudere >> >> Sometimes we wish to ensure that packages don't install files or

Re: [yocto] [PATCH 1/2] package.bbclass: add prohibited-path qa test

2017-11-13 Thread Christopher Larson
On Mon, Nov 13, 2017 at 11:17 AM, Martyn Welch wrote: > From: Fabien Lahoudere > > Sometimes we wish to ensure that packages don't install files or > directories somewhere that may prove detrimental to the operation of the > system. For

[linux-yocto] [linux-yocto-4.12][PATCH 6/6] iwlwifi: mvm: support new flush API

2017-11-13 Thread Liwei Song
From: Mordechai Goodstein commit d167e81ad452c317271078076a5999c820d28016 upstream. This new API allows flushing queues based on station ID and TID in A000 devices. One reason for using this is that tfd_queue_mask is only good for 32 queues, which is not enough

[linux-yocto] [linux-yocto-4.12][PATCH 5/6] iwlwifi: mvm: avoid variable shadowing

2017-11-13 Thread Liwei Song
From: Johannes Berg commit a9c50726ce3279646e2e22314b0917455a3c5e86 upstream. Avoid one kind of symbol shadowing another in iwl_mvm_flush_sta() by renaming the function parameter. Signed-off-by: Johannes Berg Signed-off-by: Luca Coelho

[linux-yocto] [linux-yocto-4.12][PATCH 4/6] iwlwifi: mvm: add and use iwl_mvm_device_running()

2017-11-13 Thread Liwei Song
From: Johannes Berg commit aab6930d30d5176fe1ff38fe051a9fca2cac066d upstream. This will help refactor this later. Signed-off-by: Johannes Berg Signed-off-by: Luca Coelho [adjust patch for newer patch used before this

[linux-yocto] [linux-yocto-4.12][PATCH 2/6] iwlwifi: mvm: wait for the flushed queue only

2017-11-13 Thread Liwei Song
From: Sara Sharon commit 0b90964a265d6e0b60182b88f3947c6ef0ae4184 upstream. The function flushed only agg queue and no more traffic is queued on it. However, it waits for all queues to empty, which is not necessary and may take more time. Signed-off-by: Sara Sharon

[linux-yocto] [linux-yocto-4.12][PATCH 3/6] iwlwifi: add wait for tx queue empty

2017-11-13 Thread Liwei Song
From: Sara Sharon commit d6d517b7730c2dada199db83ebbc670c50fa9952 upstream. Now that we have 512 queues, add a wait for single TX queue to gen2. This replaces gen1 wait_tx_queues_empty, which was limited to 32 queues. Signed-off-by: Sara Sharon

[linux-yocto] [linux-yocto-4.12][PATCH 1/6] iwlwifi: mvm: flush per station for DQA mode

2017-11-13 Thread Liwei Song
From: Sara Sharon commit d49394a131060fda209ba91e903c9d6316db2e4d upstream. Avoid using the global flush and move to flush per station whenever possible in DQA mode. Signed-off-by: Sara Sharon Signed-off-by: Luca Coelho

[linux-yocto] [linux-yocto-4.12][PATCH 0/6] fix calltrace when run wpa_supplicant the second time

2017-11-13 Thread Liwei Song
6 upstream patches to fix a calltrace when run wpa_supplicant at the second time on NUC7i5BNH. "WARNING: CPU: 0 PID: 1089 at drivers/net/wireless/intel/iwlwifi/mvm/utils.c:786 iwl_mvm_disable_txq+0x2c0/0x360 [iwlmvm]" [ 116.076858] Call Trace: [ 116.077514]

[yocto] [PATCH 1/2] package.bbclass: add prohibited-path qa test

2017-11-13 Thread Martyn Welch
From: Fabien Lahoudere Sometimes we wish to ensure that packages don't install files or directories somewhere that may prove detrimental to the operation of the system. For example, this may be the case if files are placed in a directory that is utilised as a

[yocto] [PATCH 2/2] ref-manual: Add documentation for prohibited-path QA test

2017-11-13 Thread Martyn Welch
Add documentation for the prohibited-path QA test and associated PROHIBITED_PATH variable. Signed-off-by: Martyn Welch --- documentation/ref-manual/ref-classes.xml | 5 + documentation/ref-manual/ref-variables.xml | 25 + 2 files changed, 30

[linux-yocto] v4.8.x - stable updates comprising v4.8.26

2017-11-13 Thread Paul Gortmaker
Bruce, Yocto kernel folks: Here is another 4.8.x stable update. Continuing on top of the previously released v4.8.25 kernel, we now have the appropriate content from 4.9.25 --> 4.9.29 (inclusive) applied on top of the latest 4.8 baseline. Once again, I've combined several 4.9.x which results in

Re: [yocto] Bitbake fails when enabling tools-testapps

2017-11-13 Thread Paul Eggleton
On Tuesday, 14 November 2017 5:37:23 AM NZDT Burton, Ross wrote: > On 12 November 2017 at 08:18, Chris Hughes <89dra...@gmail.com> wrote: > > > - nothing provides at needed by ltp-20170116-r0.corei7_64 > > > > Well at is part of oe-core so that should have been built. "bitbake at" to > see

[yocto] [PATCH v2 2/2] ref-manual: Add documentation for prohibited-path QA test

2017-11-13 Thread Martyn Welch
Add documentation for the prohibited-path QA test and associated PROHIBITED_PATH variable. Signed-off-by: Martyn Welch --- Changes since v1: - Correcting author and SOB. documentation/ref-manual/ref-classes.xml | 5 +

[yocto] [PATCH v2 1/2] package.bbclass: add prohibited-path qa test

2017-11-13 Thread Martyn Welch
Sometimes we wish to ensure that packages don't install files or directories somewhere that may prove detrimental to the operation of the system. For example, this may be the case if files are placed in a directory that is utilised as a mount point at run time, thus making them inaccessible once

[yocto] rpm/dnf issues when building an SDK

2017-11-13 Thread Tobias Olausson
Hey, I have a weird issue when generating an SDK for the image I'm building. Somehow, I end up with the following errors: $ bitbake -c populate_sdk core-image-pelux-minimal ERROR: core-image-pelux-minimal-1.0-r0 do_populate_sdk: unable to place

Re: [yocto] Bitbake fails when enabling tools-testapps

2017-11-13 Thread Burton, Ross
On 12 November 2017 at 08:18, Chris Hughes <89dra...@gmail.com> wrote: > - nothing provides at needed by ltp-20170116-r0.corei7_64 > Well at is part of oe-core so that should have been built. "bitbake at" to see why, or if that works then rebuilding your image should work (although it really

Re: [yocto] Can I force gstreamer into specific version with my image ?

2017-11-13 Thread Zoran Stojsavljevic
> ./poky/meta/recipes-multimedia/gstreamer/gstreamer 1.0-plugins-base_1.4.5.bb As I recall, these versions are very very old... plugins-base_1.4.5 (September 2015, or even older)?! Just kludge! Zoran On Mon, Nov 13, 2017 at 4:27 PM, Leonardo Sandoval <

[yocto] [PATCH] libpng: Upgrade 1.6.31 -> 1.6.32

2017-11-13 Thread youngseokyoon
From: youngseok License file changes are due to updates in Version and Copyright date (From OE-Core rev: 44676c90863c3864182c088ca51bec3bdc8dce29) Change-Id: I34b40f7b0cbf66feeb944c71a32643b75ed324e8 Signed-off-by: youngseokyoon Signed-off-by: Ross

Re: [yocto] Bitbake fails when enabling tools-testapps

2017-11-13 Thread Zoran Stojsavljevic
Hello Chris, I could not give you some viable advice regarding YOCTO (I see that you are using lot of layers): meta meta-poky meta-yocto-bsp= "HEAD:50cc15335ebcdfa2a2fc52c11fa01695dfdb9e26" meta-oe meta-python meta-networking meta-filesystems = "HEAD:b2ce52334cf88e07f703cf25ced92302edd5b0e9"

[yocto] Yocto Project Status WW46’17

2017-11-13 Thread Jolley, Stephen K
Current Dev Position: YP 2.5 Planning and M1 development Next Deadline: YP 2.5 M1 cut off of 12/4/17 SWAT team rotation: Leo -> Juro on Nov. 10, 2017. SWAT team rotation: Juro -> Paul on Nov.17, 2017. https://wiki.yoctoproject.org/wiki/Yocto_Build_Failure_Swat_Team Key Status/Updates: ·

Re: [yocto] Bitbake fails when enabling tools-testapps

2017-11-13 Thread Leonardo Sandoval
On Sun, 12 Nov 2017 01:18:45 -0700 Chris Hughes <89dra...@gmail.com> wrote: > Hoping this is the right place to get help with the following issue. > > I'm using bitbake to build a custom image of the intel-aero / yocto sources. > Make sure all layer dependencies are included into the

Re: [yocto] Can I force gstreamer into specific version with my image ?

2017-11-13 Thread Leonardo Sandoval
On Sun, 12 Nov 2017 11:59:32 +0200 Ran Shalit wrote: > hELLO, > > For some reason my image is installed with gstreamer 1.6, and I don't > understnad why the image (fsl-image-qt5) prefer 1.6. > Is there a way to force gsreamer specific version (1.8.2) ? There is a specific

[yocto] 答复: use native (cross) toolchain instead of a populated nativesdk (cross-canadian) toolchain

2017-11-13 Thread Zhen LiWei
Thank you. The SDK installing host being different is actually not our concern: we have some strict definition of what host distro we should use when using the SDK. And basically the native toolchain works rather fine. And I can (I think) use it with some confidence. The other goal of