Re: [yocto] BBMASK issue

2016-08-22 Thread Andre McCurdy
On Mon, Aug 22, 2016 at 6:50 PM, Takashi Matsuzawa wrote: > Hello Yocto. > > Now I am trying to customize an existing BSP to my need. > For this, I am adding following to my local.conf so that some of the recipes > in the BSP to be ignored. > > (local.conf) > BBMASK =

Re: [linux-yocto] [PATCH 0/1] Fix i915 merge

2016-08-22 Thread Bruce Ashfield
On 2016-08-22 6:16 PM, Sullivan, California L wrote: It looks like the new kernel tools don't like the KERNEL_FEATURES variable being empty. The base and -rt kernels add features/netfilter/netfilter.scc, and features/debug/printk.scc is added to all QEMU machines in linux-yocto.inc so it

[yocto] 答复: How to run a runqemu with intel-corei7-64?

2016-08-22 Thread Richard Zhang
Thanks. I was working on the qemux86-64 machine, but some test should be run on [intel-corei7-64] . I will try to use qemu. Best regards. On 19 August 2016 at 02:50, Richard Zhang > wrote: After built an ‘intel-corei7-64’ image with

Re: [yocto] BBMASK issue

2016-08-22 Thread Khem Raj
On Mon, Aug 22, 2016 at 6:50 PM, Takashi Matsuzawa wrote: > Hello Yocto. > > Now I am trying to customize an existing BSP to my need. > For this, I am adding following to my local.conf so that some of the recipes > in the BSP to be ignored. > > (local.conf) > BBMASK =

[yocto] BBMASK issue

2016-08-22 Thread Takashi Matsuzawa
Hello Yocto. Now I am trying to customize an existing BSP to my need. For this, I am adding following to my local.conf so that some of the recipes in the BSP to be ignored. (local.conf) BBMASK = "aaa|bbb|ccc" BBMASK .= "|ddd|eee" However, it does not work since BSP itself has lines like below

Re: [linux-yocto] [PATCH 0/1] Fix i915 merge

2016-08-22 Thread Bruce Ashfield
On 2016-08-22 6:16 PM, Sullivan, California L wrote: It looks like the new kernel tools don't like the KERNEL_FEATURES variable being empty. The base and -rt kernels add features/netfilter/netfilter.scc, and features/debug/printk.scc is added to all QEMU machines in linux-yocto.inc so it

Re: [linux-yocto] [PATCH 0/1] Fix i915 merge

2016-08-22 Thread Sullivan, California L
It looks like the new kernel tools don't like the KERNEL_FEATURES variable being empty. The base and -rt kernels add features/netfilter/netfilter.scc, and features/debug/printk.scc is added to all QEMU machines in linux-yocto.inc so it hasn't been hit before. Adding anything to the

Re: [yocto] [meta-qt4][PATCH 1/2] qt4-embedded.inc: provide PACKAGECONFIG for tslib

2016-08-22 Thread Burton, Ross
On 19 August 2016 at 09:42, Maxin B. John wrote: > (A quick grep in meta-qt4 for PACKAGECONFIG_CONFARGS returned zero results) > FWIW it's a relatively new feature: when PACKAGECONFIG is evaluated it writes the enabled/disabled values to PACKAGECONFIG_CONFARGS, which

Re: [linux-yocto] [PATCH 1/3] features: Fix dependencies and =m vs =y discrepancies for corei7

2016-08-22 Thread Saul Wold
On Mon, 2016-08-22 at 18:33 +, Sullivan, California L wrote: > On 08/20/2016 08:45 PM, Wold, Saul wrote: > > > > On Fri, 2016-08-19 at 20:40 -0700, California Sullivan wrote: > > > > > > I missed these in my first pass. This should fix the remaining > > > warnings > > > that occur with the

Re: [linux-yocto] [PATCH 0/1] Fix i915 merge

2016-08-22 Thread Bruce Ashfield
On 2016-08-22 2:20 PM, Sullivan, California L wrote: Hmm, the patches apply directly just fine. Preempt-rt has a few specific changes, but tiny has a zero diff for i915. I'm not sure why the default merge strategy isn't working. In any case, using 'git merge strategy=resolve' seems to work, we

Re: [linux-yocto] [PATCH 1/3] features: Fix dependencies and =m vs =y discrepancies for corei7

2016-08-22 Thread Sullivan, California L
On 08/20/2016 08:45 PM, Wold, Saul wrote: > On Fri, 2016-08-19 at 20:40 -0700, California Sullivan wrote: >> I missed these in my first pass. This should fix the remaining >> warnings >> that occur with the intel-corei7-64 configurations. The ISDN >> configurations might need to be broken out into

Re: [linux-yocto] [PATCH 0/1] Fix i915 merge

2016-08-22 Thread Sullivan, California L
Hmm, the patches apply directly just fine. Preempt-rt has a few specific changes, but tiny has a zero diff for i915. I'm not sure why the default merge strategy isn't working. In any case, using 'git merge strategy=resolve' seems to work, we get the expected diff, and preempt-rt compiles again.

Re: [yocto] eSDK errors and sstate signature issues

2016-08-22 Thread Paul Eggleton
Hi Manju, Sorry for the delayed reply. On Mon, 15 Aug 2016 17:43:23 Manjukumar Harthikote Matha wrote: > I am trying to build Yocto eSDK with OE_core and meta-xilinx layers. > > Having issues while extracting the eSDK, it warns quite a bit on > signature mismatch. Can this happen due to the

Re: [yocto] [psplash][PATCH] psplash: add option to read startup message from file

2016-08-22 Thread Paul Eggleton
Hi Richard, Sorry, we've clearly not been good at responding to this. I'm actually not sure who is maintaining psplash these days - Jussi/Ross, is it one of you? Cheers, Paul On Thu, 18 Aug 2016 09:09:30 Richard Leitner wrote: > Any comments/news on that patch from APRIL? > > On 04/15/2016

Re: [yocto] Failing EXTERNALSRC and dangling symlinks

2016-08-22 Thread Paul Eggleton
Hi Svein, On Mon, 22 Aug 2016 11:57:16 Svein Seldal wrote: > I am running on a customized Yocto tree based off Poky krogoth and I > think I have stumbled upon a bug in bb. > > One of our recipes use EXTERNALSRC and EXTERNALSRC_BUILD, set from > local.conf. When the recipe is built, two symlinks

[yocto] meta-mingw with latest Yocto

2016-08-22 Thread Austin Kim
I'm having trouble to build my project with meta-mingw. It looks like the current master branch is too old to build with Yocto 2.1. So I changed little bit such as, Changed file names binutils-cross-canadian_2.25%.bbappend to binutils-cross-canadian_2.26%.bbappend gmp_6.0.0.bbappend to

Re: [yocto] [yocto-autobuilder][PATCH v2] PublishArtifacts.py: fix filecheck to work under dash (or other POSIX shell)

2016-08-22 Thread Joshua Lock
On Mon, 2016-08-22 at 07:52 -0700, Bill Randle wrote: > An earlier patch (ed3857990) to check for existing msd5sum files > worked > fine when tested under bash, but failed with an error message about > [[ > not found when run under dash. Updated the test to not rely on > bashisms. Pushed to

[yocto] [yocto-autobuilder][PATCH v2] PublishArtifacts.py: fix filecheck to work under dash (or other POSIX shell)

2016-08-22 Thread Bill Randle
An earlier patch (ed3857990) to check for existing msd5sum files worked fine when tested under bash, but failed with an error message about [[ not found when run under dash. Updated the test to not rely on bashisms. Signed-off-by: Bill Randle --- V2: use POSIX shell

Re: [yocto] How to run a runqemu with intel-corei7-64?

2016-08-22 Thread Burton, Ross
On 19 August 2016 at 02:50, Richard Zhang wrote: > After built an ‘intel-corei7-64’ image with Toaster, I try to run a > runqemu, it can’t run. > > ERROR: unable to classify arg [intel-corei7-64]. > > Does intel-corei7-64 could be run with runqemu? > > Currently, not out

[yocto] [meta-selinux][PATCH 5/5] refpolicy_common.inc: add refpolicy minimum banner at selinux config.

2016-08-22 Thread Shrikant Bobade
From: Shrikant Bobade Signed-off-by: Shrikant Bobade --- recipes-security/refpolicy/refpolicy_common.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/recipes-security/refpolicy/refpolicy_common.inc

[yocto] [meta-selinux][PATCH 4/5] selinux-labeldev: add systemd service file support

2016-08-22 Thread Shrikant Bobade
From: Shrikant Bobade add systemd service file for handling selinux labeldev, this change improves handling of systemd service functionality like:status check, debug etc. compared to sysvinit compatibility mode scripts. Signed-off-by: Shrikant Bobade

[yocto] [meta-selinux][PATCH 3/5] selinux-autorelabel: add systemd service file support

2016-08-22 Thread Shrikant Bobade
From: Shrikant Bobade add systemd service file for handling selinux autorelabel, this change improves handling of systemd service functionality like:status check, re-run, debug etc. compared to sysvinit compatibility mode scripts. Signed-off-by: Shrikant Bobade

[yocto] [meta-selinux][PATCH 2/5] selinux-init: add systemd service file support

2016-08-22 Thread Shrikant Bobade
From: Shrikant Bobade add systemd service file for handling selinux initialization, this change improves handling of systemd service functionality like:status check, debug etc. compared to sysvinit compatibility mode scripts. Signed-off-by: Shrikant Bobade

[yocto] [meta-selinux][PATCH 1/5] selinux-initsh.inc: add systemd support

2016-08-22 Thread Shrikant Bobade
From: Shrikant Bobade add support for systemd service file and handling of script required by systemd service file. Signed-off-by: Shrikant Bobade --- recipes-security/selinux/selinux-initsh.inc | 12 +++- 1 file changed, 11

Re: [yocto] [yocto-autobuilder][PATCH] nightly-wic.conf: add build for qemux86

2016-08-22 Thread Joshua Lock
On Fri, 2016-08-19 at 10:53 -0700, Bill Randle wrote: > [YOCTO #10166] Pushed to master, thanks. Joshua > > Signed-off-by: Bill Randle > --- >  buildset-config.controller/nightly-wic.conf | 6 ++ >  1 file changed, 6 insertions(+) > > diff --git

Re: [yocto] [yocto-autobuilder][PATCH] add support for building the eclipse-poky-neon plugin

2016-08-22 Thread Joshua Lock
On Fri, 2016-08-19 at 12:04 -0700, Bill Randle wrote: > Add configs to build the eclipse poky neon plugin and drop support > for the > kepler branch. Also, generate md5sums for the eclipse plugin > artifacts. > (Note: building neon requires java 1.8.0.) > > [YOCTO #9940] Pushed to master,

Re: [yocto] [yocto-autobuilder][PATCH] SendQAEmail.py: cleanup email formatting

2016-08-22 Thread Joshua Lock
On Fri, 2016-08-19 at 09:27 -0700, Bill Randle wrote: > "-e" option is not required and gets inserted into email text if > present. Pushed to master, thanks. Joshua > > Signed-off-by: Bill Randle > --- >  

Re: [yocto] [yocto-autobuilder][PATCH v2] enable use of kvm with qemux86*

2016-08-22 Thread Joshua Lock
On Wed, 2016-08-17 at 18:49 -0700, Bill Randle wrote: > When used with corresponding oe-core patch, this will enable the use > of kvm when running qemux86* images on a x86* host that supports kvm. > On the same build machine, for an x86_64 testimage run, the with and > without times are: >  

Re: [yocto] [yocto-autobuilder][PATCH] PublishArtifacts.py: fix file check to work under dash

2016-08-22 Thread Joshua Lock
On Sat, 2016-08-20 at 15:50 -0700, Bill Randle wrote: > An earlier patch (ed3857990) to check for existing msd5sum files > worked > fine when tested under bash, but failed with an error message about > [[ > not found when run under dash. Updated the test to not rely on > bashisms. > >

[yocto] Failing EXTERNALSRC and dangling symlinks

2016-08-22 Thread Svein Seldal
I am running on a customized Yocto tree based off Poky krogoth and I think I have stumbled upon a bug in bb. One of our recipes use EXTERNALSRC and EXTERNALSRC_BUILD, set from local.conf. When the recipe is built, two symlinks ${EXTERNALSRC}/oe-logs and ${EXTERNALSRC}/oe-workdir is created

[linux-yocto] [PATCH 3/3] axxia: Add Link Reset to the 5600 Axxia PCIe Driver

2016-08-22 Thread Daniel Dragomir
From: John Jacques Add the ability to re-establish a link to the Axxia 5600 PCIe driver. Signed-off-by: John Jacques --- drivers/misc/axxia-pei.c | 133 ++ drivers/pci/host/pcie-axxia.c | 103

[linux-yocto] [PATCH 1/3] drivers/misc: Axxia MTC Driver Memory Initialization Check

2016-08-22 Thread Daniel Dragomir
From: Sreedevi Joshi Axxia MTC driver changes: - Memory initialization completion check added - ECC error status clearing added Signed-off-by: Sreedevi Joshi --- drivers/misc/lsi-mtc.c | 18 ++ 1 file changed, 18

[linux-yocto] [PATCH 2/3] drivers/pci: Change the Axxia GEN3 EQ Control Value

2016-08-22 Thread Daniel Dragomir
From: John Jacques New default based on hardware verification. Signed-off-by: John Jacques --- drivers/pci/host/pcie-axxia.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/pci/host/pcie-axxia.c

[linux-yocto] [PATCH 0/3] Intel Axxia updates to linux-yocto-4.1

2016-08-22 Thread Daniel Dragomir
Hello Bruce! This series of patches brings improvements for MISC and PCI drivers. Please apply the patches to both axxia branches: standard/axxia/base and standard/preempt-rt/axxia/base, Axxia internal tag: 1.38 Thank you, Daniel Dragomir John Jacques (2): drivers/pci: Change the Axxia GEN3

Re: [yocto] debug version of a package

2016-08-22 Thread Jussi Kukkonen
On 21 August 2016 at 16:55, Andy Ng wrote: > Hi, > > How do I trigger the build of the debug version of a single package? > Binaries are (almost) always built with debug symbols, there's nothing that needs to be done there. The unstripped debug binaries are typically