[yocto] [layerindex-web][PATCH 1/2] views: ensure we only show results once in recipe search

2016-10-18 Thread Paul Eggleton
Usage of itertools.chain() that was introduced in 3155206e54413f72df3b3b41280eafd332a58ba4 in order to prioritise matches in the recipe name resulted in recipes showing up twice in the results if they matched in both the name and the recipe name. Use a custom chaining function that skips duplicate

[yocto] [layerindex-web][PATCH 2/2] views: ensure exact matches on name are shown first in recipe search

2016-10-18 Thread Paul Eggleton
Improves slightly on 3155206e54413f72df3b3b41280eafd332a58ba4 by doing an exact match on name and showing that first - now when you search for "git" you really do get the git recipe first in the list. Signed-off-by: Paul Eggleton --- layerindex/views.py | 9

Re: [yocto] Difference between bitbake inclusion and inheritance

2016-10-18 Thread Davis Roman
Hi Khem, Paul I understand now. Thank you both for your answers! - Davis On Tue, Oct 18, 2016 at 10:00 PM, Paul Eggleton < paul.eggle...@linux.intel.com> wrote: > Hi Davis, > > On Tue, 18 Oct 2016 18:37:50 Davis Roman wrote: > > I'm a yocto newbie and so I'm becoming familiar with the

Re: [yocto] Difference between bitbake inclusion and inheritance

2016-10-18 Thread Paul Eggleton
Hi Davis, On Tue, 18 Oct 2016 18:37:50 Davis Roman wrote: > I'm a yocto newbie and so I'm becoming familiar with the documentation. > > I came across a bitbake feature that is somewhat confusing to me regarding > the difference between optional/required inclusion versus inheritance. > > As far

Re: [yocto] Difference between bitbake inclusion and inheritance

2016-10-18 Thread Khem Raj
On Tue, Oct 18, 2016 at 3:37 PM, Davis Roman wrote: > Hello, > > I'm a yocto newbie and so I'm becoming familiar with the documentation. > > I came across a bitbake feature that is somewhat confusing to me regarding > the difference between optional/required inclusion

[yocto] Difference between bitbake inclusion and inheritance

2016-10-18 Thread Davis Roman
Hello, I'm a yocto newbie and so I'm becoming familiar with the documentation. I came across a bitbake feature that is somewhat confusing to me regarding the difference between optional/required inclusion versus inheritance. As far as optional/required inclusion is concerned, the documentation

Re: [linux-yocto] [PATCH 00/10] Intel Axxia updates to linux-yocto-4.1

2016-10-18 Thread Bruce Ashfield
On 2016-10-18 10:25 AM, Daniel Dragomir wrote: Hello Bruce! This series of patches brings various improvements to the Intel Axxia drivers from linux-yocto-4.1, including NCR, PCIe, some updates in device tree for Intel Axxia boards and some ported patches from arch/arm. If all the patches are

Re: [linux-yocto] [PATCH] yocto-kernel-cache: enable Power S4 state support for computestick BSP

2016-10-18 Thread Bruce Ashfield
On 2016-10-18 3:22 AM, fupan...@windriver.com wrote: From: fli merged. Bruce Signen-off-by: fli --- bsp/computestick/computestick.cfg | 3 +++ 1 file changed, 3 insertions(+) diff --git a/bsp/computestick/computestick.cfg

Re: [yocto] Two pythons

2016-10-18 Thread Michael Callahan
Thanks Christopher and Ross. I was afraid that might be the case. When I find time I'll figure out how to crunch out one of the two pythons the hard way. On Fri, Oct 14, 2016 at 10:37 AM, Christopher Larson wrote: > > On Fri, Oct 14, 2016 at 8:54 AM, Burton, Ross

[yocto] Minutes from OEDEM on 10/14

2016-10-18 Thread Philip Balister
Many thanks to the people that helped take minutes at OEDEM. Jefro copied them fro the google doc to the wiki. http://openembedded.org/wiki/OEDEM_2016#Minutes Philip PS: Please trim replies to this email to an appropriate list. -ETOOMANYLISTS -- ___

[yocto] [meta-security][V2][PATCH] tpm2simulator: add package

2016-10-18 Thread Armin Kuster
V2: Change ${S} and add OECMAKE_SOURCEPATH use ${S} instead of ${WORKDIR} in sed cmd Signed-off-by: Armin Kuster --- .../tpm2simulator/tpm2simulator-native_116.bb | 24 ++ 1 file changed, 24 insertions(+) create mode 100644

[yocto] [meta-security][V2][PATCH] swtpm: add new package

2016-10-18 Thread Armin Kuster
V2: remove CACHED_CONFIGUREVARS, not needed after all fix typo in selinux option Signed-off-by: Armin Kuster --- recipes-tpm/swtpm/files/fix_lib_search_path.patch | 41 +++ recipes-tpm/swtpm/swtpm_1.0.bb| 35 +++ 2

[yocto] [meta-security][V2][PATCH] libtpm: add new package

2016-10-18 Thread Armin Kuster
V2: - use SRCPV Signed-off-by: Armin Kuster --- recipes-tpm/libtpm/libtpm_1.0.bb | 15 +++ 1 file changed, 15 insertions(+) create mode 100644 recipes-tpm/libtpm/libtpm_1.0.bb diff --git a/recipes-tpm/libtpm/libtpm_1.0.bb b/recipes-tpm/libtpm/libtpm_1.0.bb

[yocto] [meta-security][V2][PATCH] tpm-tools: add native support

2016-10-18 Thread Armin Kuster
V2: - drop 1.0 from PV Signed-off-by: Armin Kuster --- recipes-tpm/tpm-tools/tpm-tools_1.3.8.bb | 3 +++ recipes-tpm/tpm2.0-tools/tpm2.0-tools_git.bb | 23 +++ 2 files changed, 26 insertions(+) create mode 100644

Re: [yocto] [meta-security][PATCH 04/17] swtpm: add new package

2016-10-18 Thread akuster808
On 10/17/2016 09:14 PM, Andre McCurdy wrote: On Mon, Oct 17, 2016 at 5:02 PM, Armin Kuster wrote: Signed-off-by: Armin Kuster --- recipes-tpm/swtpm/files/fix_lib_search_path.patch | 41 +++ recipes-tpm/swtpm/swtpm_1.0.bb

[linux-yocto] [PATCH 09/10] arch/arm64: Port a Patch from arch/arm for CPU Shutdown

2016-10-18 Thread Daniel Dragomir
From: John Jacques The original patch is as follows. The same problem can be observed on arch/arm64 targets. ARM: smp: Move clear_tasks_mm_cpumask() call to __cpu_die() When running with the RT-kernel (4.1.5-rt5) on TI OMAP dra7-evm and trying to do Suspend to RAM, the

[linux-yocto] [PATCH 10/10] drivers/misc: Update the Axxia NCR Driver for 6700

2016-10-18 Thread Daniel Dragomir
From: John Jacques The base address for node 0x115 changed from previous Axxia devices. Signed-off-by: John Jacques --- drivers/misc/lsi-ncr.c | 10 +- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/drivers/misc/lsi-ncr.c

Re: [yocto] Set ${WORKDIR}/build to ${S}

2016-10-18 Thread Pascal Bach
there a way to tell do_configure to use ${S} and not ${WORKDIR}/build. > Sure set > B = "${S}" Instead of setting this I suggest using "inherit autotools-brokensep" this clearly indicates that out of tree builds are broken Pascal -- ___ yocto

[linux-yocto] [PATCH 03/10] drivers/pci: Increment MAX_MSI_IRQS in Axxia

2016-10-18 Thread Daniel Dragomir
From: Karol Barski Increase MAX_MSI_IRQS to 64. Loading of igb driver tries to map 9 interrupts for each ethernet port which results in requesting of more than 32 interrupts. Signed-off-by: Karol Barski --- drivers/pci/host/pcie-axxia.h | 2 +-

[linux-yocto] [PATCH 07/10] axxia: Remove Unused Interrupt Assignments from the Device Tree

2016-10-18 Thread Daniel Dragomir
From: John Jacques Signed-off-by: John Jacques --- arch/arm64/boot/dts/intel/axm56xx.dtsi | 34 +- 1 file changed, 1 insertion(+), 33 deletions(-) diff --git a/arch/arm64/boot/dts/intel/axm56xx.dtsi

[linux-yocto] [PATCH 08/10] drivers/misc: Restore Axxia 5500 NCR Access to 0x115

2016-10-18 Thread Daniel Dragomir
From: John Jacques Signed-off-by: John Jacques --- drivers/misc/lsi-ncr.c | 104 ++--- 1 file changed, 90 insertions(+), 14 deletions(-) diff --git a/drivers/misc/lsi-ncr.c b/drivers/misc/lsi-ncr.c

[linux-yocto] [PATCH 05/10] drivers/pci: Keep Only a Single Legacy Interrupt in the Axxia Driver

2016-10-18 Thread Daniel Dragomir
From: Karol Barski Signed-off-by: Karol Barski --- drivers/pci/host/pcie-axxia.c | 6 +++--- drivers/pci/host/pcie-axxia.h | 3 ++- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/drivers/pci/host/pcie-axxia.c

[linux-yocto] [PATCH 06/10] drivers/pci: Request IRQF_NO_THREAD Handler in the Axxia Driver

2016-10-18 Thread Daniel Dragomir
From: Karol Barski Signed-off-by: Karol Barski --- drivers/pci/host/pcie-axxia.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/pci/host/pcie-axxia.c b/drivers/pci/host/pcie-axxia.c index 755979a..065ec49 100644 ---

[linux-yocto] [PATCH 02/10] drivers/pci: Validate the pcie_port ops pointer in Axxia

2016-10-18 Thread Daniel Dragomir
From: Karol Barski Signed-off-by: Karol Barski --- drivers/pci/host/pcie-axxia.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/drivers/pci/host/pcie-axxia.c b/drivers/pci/host/pcie-axxia.c index 408242e..dc336ba 100644

[linux-yocto] [PATCH 01/10] arm64: Add trace_hardirqs_off annotation in ret_to_user

2016-10-18 Thread Daniel Dragomir
From: Catalin Marinas When a kernel is built with CONFIG_TRACE_IRQFLAGS the following warning is produced when entering userspace for the first time: WARNING: at /work/Linux/linux-2.6-aarch64/kernel/locking/lockdep.c:3519 Modules linked in: CPU: 1 PID: 1 Comm:

[linux-yocto] [PATCH 00/10] Intel Axxia updates to linux-yocto-4.1

2016-10-18 Thread Daniel Dragomir
Hello Bruce! This series of patches brings various improvements to the Intel Axxia drivers from linux-yocto-4.1, including NCR, PCIe, some updates in device tree for Intel Axxia boards and some ported patches from arch/arm. If all the patches are ok, please pull them from

Re: [yocto] Using debian packages management

2016-10-18 Thread Michel D'HOOGE
Thanks Jussi, it solved my issue (more explanation below). > From: "Jussi Kukkonen" > I suspect this is related to meta-oe taking over some X > initialization when you add it to bblayers -- this maybe exposes a > bug in the deb packaging implementation. In any case I

Re: [yocto] Set ${WORKDIR}/build to ${S}

2016-10-18 Thread Anders Darander
* Bipnesh, Abhinav (Abhinav) [161018 14:06]: > I am trying to write a recipe for one of the library. It uses a > somewhat modified autotools for building the complete code base. The > issue I am facing here is that when do_configure run it put the > generated files in

Re: [yocto] Using debian packages management

2016-10-18 Thread Jussi Kukkonen
On 17 October 2016 at 17:11, Michel D'HOOGE wrote: > Hi, > > From time to time I try to use the debian packages management instead of > RPM because I feel more "at home"... And every time, there is a problem -- > but this time, I felt like I'll try to understand and solve

[linux-yocto] [PATCH] yocto-kernel-cache: enable Power S4 state support for computestick BSP

2016-10-18 Thread fupan.li
From: fli Signen-off-by: fli --- bsp/computestick/computestick.cfg | 3 +++ 1 file changed, 3 insertions(+) diff --git a/bsp/computestick/computestick.cfg b/bsp/computestick/computestick.cfg index 7080e2c..be479c8 100644 ---