Re: [OE-core] [PATCH] systemd: fix useradd parameter generation

2016-08-08 Thread Anders Darander
* Enrico Jorns [160808 15:55]: > Constructing the USERADD_PARAM_${PN} value with += (as done before) > resulted in having a whitespace added for each entry not having its > PACKAGECONFIG parameter activated. > This is not only a cosmetical issue. The useradd class concatenates all > useradd comma

[OE-core] [PATCH] useradd.bblass: Simplify target overrides

2016-08-08 Thread Ulf Magnusson
The current style might be a leftover from when _class-target did not exist. Also change the assignment to SSTATECLEANFUNCS to an append, which makes more sense. useradd.bbclass is the only user of SSTATECLEANFUNCS as of writing, so it won't make any functional difference. --- meta/classes/userad

Re: [OE-core] [PATCH 2/2] libunwind: Do not use gold for linking

2016-08-08 Thread Khem Raj
> On Aug 8, 2016, at 4:25 PM, Burton, Ross wrote: > > > On 8 August 2016 at 23:51, Khem Raj > wrote: > This effectively reverts the commit > 3dd233ac0c80393824100c54bb525236f8290fd2 > > gold now emits errors on copy relocs against > protected symbols what ld.bfd did

Re: [OE-core] [PATCH 1/1] bash: fix run-intl ptest failed

2016-08-08 Thread dengke...@windriver.com
Hi Ross OK, thanks, I will send it to the upstream later. //dengke On 2016年08月08日 19:56, Burton, Ross wrote: On 8 August 2016 at 07:43, Dengke Du > wrote: +Upstream-Status: Pending I've a fear of modifying upstream test suites to 'fix" them so that the

Re: [OE-core] [PATCH] u-boot.inc: Enable EXTERNALSRC build

2016-08-08 Thread Manjukumar Harthikote Matha
Hi Ross, On 08/02/2016 01:10 PM, Manjukumar Harthikote Matha wrote: Hi Ross, <...> INHERIT += "externalsrc" EXTERNALSRC_pn-u-boot-ti-staging = "//ti-u-boot" I was able to replicate my build failure using MACHINE=beaglebone (from meta-yocto-bsp, but it has no u-boot bbappend) and no

[OE-core] [PATCH 0/1] Fix for Eclipse Qemu debugV2

2016-08-08 Thread bavery
This patch fixes YOCTO #9362. The busybox resize utility was running on ssh connections from Eclipse and causing Eclipse to fail to start gdbserver. Thanks go to Max Krummenacher for suggesting a good solution to the serial/ssh connection issue in basefiles:etc/profile! -Brian The following

Re: [OE-core] [PATCH 1/2] packagegroup-core-eclipse-debug: add openssh server to support openssh-sftp-server

2016-08-08 Thread Brian Avery
Hi, I spent some time today and could not replicate the issues I had with dropbear+openssh-sftp-server under Eclipse. Since I ran into these issues while tracking down the busybox/resize issue it could easily have been a red herring. So, I'm resending with the openssh-server patch removed. -brian

[OE-core] [PATCH 1/1] base-files: restrict resize to run on serial consoles only in profile │·

2016-08-08 Thread bavery
We don't need/wan't to run resize on an ssh connection. It's useless and it breaks the Eclipse SSH debug connection. So, we added a check. YOCTO #9362 Signed-off-by: bavery --- recipes-core/base-files/base-files/profile | 7 --- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/

Re: [OE-core] [PATCH 2/2] libunwind: Do not use gold for linking

2016-08-08 Thread Burton, Ross
On 8 August 2016 at 23:51, Khem Raj wrote: > This effectively reverts the commit > 3dd233ac0c80393824100c54bb525236f8290fd2 > > gold now emits errors on copy relocs against > protected symbols what ld.bfd did in past, however > it seems its too conservative. > > This does not fix the case for fol

Re: [OE-core] [RFT] binutils 2.27

2016-08-08 Thread Burton, Ross
On 8 August 2016 at 16:59, Richard Purdie < richard.pur...@linuxfoundation.org> wrote: > FWIW, I think the connmand segfault on mips and powerpc is hinted at > with this bug: > > https://bugs.launchpad.net/ubuntu/+source/lua5.3/+bug/1570055 > > connmand is a binary linked with a linker version-scr

Re: [OE-core] [RFT] binutils 2.27

2016-08-08 Thread Khem Raj
> On Aug 7, 2016, at 11:28 PM, Richard Purdie > wrote: > > On Sun, 2016-08-07 at 01:39 -0700, Khem Raj wrote: >> I have put together upgrade for binutils 2.27 here ( kraj/master >> branch ) >> >> https://github.com/kraj/openembedded-core/commit/b98f5761d2285ffd773e >> c6ecb901b799302ebd6b >>

[OE-core] [PATCH 1/2] webkitgtk: Disable gold for mips/mips64

2016-08-08 Thread Khem Raj
with binutils 2.27, mips has got the gold support but it doesnt work for webkitgtk _yet_ therefore disable it for now. Signed-off-by: Khem Raj --- meta/recipes-sato/webkit/webkitgtk_2.12.3.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta/recipes-sato/webkit/webkitgtk_2.12.3.bb b/me

[OE-core] [PATCH 2/2] libunwind: Do not use gold for linking

2016-08-08 Thread Khem Raj
This effectively reverts the commit 3dd233ac0c80393824100c54bb525236f8290fd2 gold now emits errors on copy relocs against protected symbols what ld.bfd did in past, however it seems its too conservative. This does not fix the case for folks who use gold as default linker, however it does make bin

Re: [OE-core] [PATCH v2] Replace foomatic-filters with cups-filters

2016-08-08 Thread Stephen Arnold
Sorry, I kinda needed something that worked. I'll go back to slacking now... Steve On Mon, Aug 8, 2016 at 5:58 AM, Burton, Ross wrote: > Hi Fan, you're now added to the repo too. Progress looks good! > > Ross > > On 3 August 2016 at 02:42, Fan Xin wrote: >> >> >> >> On 2016年08月03日 10:12, Step

Re: [OE-core] [PATCH v3 2/5] kernel-fitimage: add initramfs support

2016-08-08 Thread Denys Dmytriyenko
On Mon, Aug 08, 2016 at 11:37:54AM -0500, George McCollister wrote: > If INITRAMFS_IMAGE is set, build an additional fitImage containing the > initramfs. Copy the additional fitImage and the source (*.its) file, used > to create it to DEPLOYDIR. The fitImage containing the initramfs must be > built

Re: [OE-core] [PATCH 1/2] packagegroup-core-eclipse-debug: add openssh server to support openssh-sftp-server

2016-08-08 Thread Khem Raj
> On Aug 8, 2016, at 1:45 PM, Paul Eggleton > wrote: > > On Mon, 08 Aug 2016 09:04:20 Richard Purdie wrote: >> On Mon, 2016-08-08 at 08:27 +0200, Jacob Kroon wrote: >>> On 08/08/2016 05:43 AM, bavery wrote: The openssh-sftp-server was already part of the pakagegroup. Adding the openss

Re: [OE-core] [PATCH 5/8] tslib: replace pointercal with pointercal-xinput

2016-08-08 Thread Khem Raj
> On Aug 8, 2016, at 1:13 PM, Burton, Ross wrote: > > > On 3 August 2016 at 08:49, Maxin B. John > wrote: > Haven't tested this because of the specific hardware requirement > (touchscreen). Since we > remove the pointercal recipe, I thought it is appropriate to re

Re: [OE-core] [PATCH v2 0/5] kernel-fitimage: Add initramfs, x86 support

2016-08-08 Thread Denys Dmytriyenko
On Mon, Aug 08, 2016 at 09:21:31PM +0100, Burton, Ross wrote: > On 8 August 2016 at 21:16, George McCollister > wrote: > > > I'm surprised it wasn't accepted when it was a single patch. At this > > point I don't know what's keeping it from being accepted since I > > haven't received any feedback.

Re: [OE-core] [PATCH 5/5] uboot-sign: do_concat_dtb(): cd to $B

2016-08-08 Thread Denys Dmytriyenko
On Mon, Aug 08, 2016 at 11:37:57AM -0500, George McCollister wrote: > Prior to running oe_runmake make sure $B is the cwd. This is required > due to bitbake commit 67a7b8b021badc17d8fdf447c250e79d291e75f7 > "build: don't use $B as the default cwd for functions". > > Without this change, do_concat_

Re: [OE-core] [PATCH 1/5] kernel-fitimage.bbclass: do_assemble_fitimage(): cd to $B

2016-08-08 Thread Denys Dmytriyenko
On Mon, Aug 08, 2016 at 11:37:53AM -0500, George McCollister wrote: > From: Andrew Bradford > > Prior to assembling the fitimage, ensure that $B is the cwd due to > bitbake commit 67a7b8b021badc17d8fdf447c250e79d291e75f7 "build: don't > use $B as the default cwd for functions". > > Without this

Re: [OE-core] [PATCH 1/2] packagegroup-core-eclipse-debug: add openssh server to support openssh-sftp-server

2016-08-08 Thread Paul Eggleton
On Mon, 08 Aug 2016 09:04:20 Richard Purdie wrote: > On Mon, 2016-08-08 at 08:27 +0200, Jacob Kroon wrote: > > On 08/08/2016 05:43 AM, bavery wrote: > > > The openssh-sftp-server was already part of the pakagegroup. Adding > > > the openssh-server > > > lets the sftp server start up correctly. > >

[OE-core] [PATCH] oeqa: start() add remaining args SimpleRemoteTarget and QemuTinyRunner

2016-08-08 Thread Aníbal Limón
Now Runner's support extra_bootargs for the kernel so add extra_bootparams to the start() methods to avoid exception. Signed-off-by: Aníbal Limón --- meta/lib/oeqa/targetcontrol.py| 4 ++-- meta/lib/oeqa/utils/qemutinyrunner.py | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-)

Re: [OE-core] python3: use LC_CTYPE, not LC_ALL to set utf-8

2016-08-08 Thread Burton, Ross
On 8 August 2016 at 18:41, Enrico Scholz wrote: > due to python3's misdesigned string handling, recent bitbake/OE enforces > 'LC_ALL=en_US.utf-8'. This causes a lot of problems: > I can confirm that this combination solves the file encoding problem: $ export LANG=C $ python3 -c 'import sys; pr

Re: [OE-core] [PATCH v2 0/5] kernel-fitimage: Add initramfs, x86 support

2016-08-08 Thread Burton, Ross
On 8 August 2016 at 21:16, George McCollister wrote: > I'm surprised it wasn't accepted when it was a single patch. At this > point I don't know what's keeping it from being accepted since I > haven't received any feedback. I suspect whoever is maintaining OE > core doesn't have time to look at i

Re: [OE-core] [PATCH v2 0/5] kernel-fitimage: Add initramfs, x86 support

2016-08-08 Thread George McCollister
On Mon, Aug 8, 2016 at 1:05 PM, Denys Dmytriyenko wrote: > On Mon, Aug 08, 2016 at 11:37:52AM -0500, George McCollister wrote: >> Add support for building fitImages that include an initramfs and booting >> on x86. > > I'm in the process of testing this version now. > > > I'm wondering, if bundling

Re: [OE-core] [PATCH 5/8] tslib: replace pointercal with pointercal-xinput

2016-08-08 Thread Burton, Ross
On 3 August 2016 at 08:49, Maxin B. John wrote: > Haven't tested this because of the specific hardware requirement > (touchscreen). Since we > remove the pointercal recipe, I thought it is appropriate to replace it. > Just had a look and we've finally shed the last pieces of software from oe-cor

Re: [OE-core] [PATCH v2 0/5] kernel-fitimage: Add initramfs, x86 support

2016-08-08 Thread Burton, Ross
On 8 August 2016 at 19:05, Denys Dmytriyenko wrote: > The reason I'm bringing this up is because I've been working on this area > recently and would like to contribute back some code (fixes, > customizations). > Since it depends on this patchset, I'm not sure if I should wait for it to > get > ac

[OE-core] [PATCH] buildhistory: output package variables in a repeatable order

2016-08-08 Thread Ross Burton
This code was outputting variables by iterating a dictionary. In Py2 this always results in the same iteration order but with Py3 the order changes every execution, which resulted in buildhistory having to store diffs where fields were simply re-ordered. Signed-off-by: Ross Burton --- meta/clas

Re: [OE-core] [PATCH v2 0/5] kernel-fitimage: Add initramfs, x86 support

2016-08-08 Thread Denys Dmytriyenko
On Mon, Aug 08, 2016 at 11:37:52AM -0500, George McCollister wrote: > Add support for building fitImages that include an initramfs and booting > on x86. I'm in the process of testing this version now. I'm wondering, if bundling everything in a single patchset will delay acceptance even further?

[OE-core] python3: use LC_CTYPE, not LC_ALL to set utf-8

2016-08-08 Thread Enrico Scholz
Hello, due to python3's misdesigned string handling, recent bitbake/OE enforces 'LC_ALL=en_US.utf-8'. This causes a lot of problems: * programs are giving out unicode quotes; e.g. look at the filenames in | env LC_ALL=en_US.utf-8 install foo bar (it is assmed that 'foo' does not exist). *

Re: [OE-core] [PATCH] runqemu: qemuzynqmp: Add Linux boot support

2016-08-08 Thread Alistair Francis
On Mon, Aug 8, 2016 at 6:37 AM, Burton, Ross wrote: > Sorry, staged in my branch now. Great! Thanks Alistair > > Ross > > On 3 August 2016 at 21:31, Alistair Francis > wrote: >> >> Ping^2! >> >> On Wed, Jul 27, 2016 at 11:02 AM, Alistair Francis >> wrote: >> > Ping! >> > >> > On Wed, Jun 15,

[OE-core] [PATCH v2 4/5] uboot-sign: Handle .rom signing the same as .img

2016-08-08 Thread George McCollister
Handle u-boot.rom signing (U-Boot as x86 BIOS replacement) the same way that u-boot.img signing is handled. Signed-off-by: George McCollister --- meta/classes/uboot-sign.bbclass | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/meta/classes/uboot-sign.bbclass b/meta/classes/u

[OE-core] [PATCH v3 2/5] kernel-fitimage: add initramfs support

2016-08-08 Thread George McCollister
If INITRAMFS_IMAGE is set, build an additional fitImage containing the initramfs. Copy the additional fitImage and the source (*.its) file, used to create it to DEPLOYDIR. The fitImage containing the initramfs must be built before do_deploy and after do_install to avoid circular dependencies. UBOO

[OE-core] [PATCH v2 0/5] kernel-fitimage: Add initramfs, x86 support

2016-08-08 Thread George McCollister
Add support for building fitImages that include an initramfs and booting on x86. * V2 - Include Andrew Bradford's cd to $B patch since it is now required for do_assemble_fitimage to work - Fix initramfs support patch to cd to $B in do_assemble_fitimage_initramfs - Remove ${B} in call to fiti

[OE-core] [PATCH 5/5] uboot-sign: do_concat_dtb(): cd to $B

2016-08-08 Thread George McCollister
Prior to running oe_runmake make sure $B is the cwd. This is required due to bitbake commit 67a7b8b021badc17d8fdf447c250e79d291e75f7 "build: don't use $B as the default cwd for functions". Without this change, do_concat_dtb fails with: | ERROR: oe_runmake failed | make: *** No targets specified an

[OE-core] [PATCH v2 3/5] kernel-fitimage: Add x86 support

2016-08-08 Thread George McCollister
For x86, bzImage must be built instead of zImage. Include setup.bin (which is required to boot the kernel) in the fitimage and always use a load/boot address of 0x0009. For details see: http://git.denx.de/?p=u-boot.git;a=blob;f=doc/uImage.FIT/x86-fit-boot.txt Signed-off-by: George McColliste

[OE-core] [PATCH 1/5] kernel-fitimage.bbclass: do_assemble_fitimage(): cd to $B

2016-08-08 Thread George McCollister
From: Andrew Bradford Prior to assembling the fitimage, ensure that $B is the cwd due to bitbake commit 67a7b8b021badc17d8fdf447c250e79d291e75f7 "build: don't use $B as the default cwd for functions". Without this change, do_assemble_fitimage() fails like: Log data follows: | DEBUG: Executing s

Re: [OE-core] [PATCH] tmpfiles.d: don't create the symbol link

2016-08-08 Thread Burton, Ross
On 8 August 2016 at 06:42, Mingli Yu wrote: > Don't create symbol link for existing file > /etc/os-release and /etc/localtime exist in our > system, so remove below two lines in /usr/lib/tmpfiles.d/etc.conf > L /etc/os-release - - - - ../usr/lib/os-release > L /etc/localtime - - - - ../usr/share/

[OE-core] [PATCH 14/20] oeqa.selftest.prservice: Split configuration from code

2016-08-08 Thread Jose Lamego
Improve oeqa-selftest capabilities and UX by placing test configuration features and variables into a separate configuration file. [Yocto 9389] Signed-off-by: Jose Lamego --- meta/lib/oeqa/selftest/conf/prservice.conf | 21 + meta/lib/oeqa/selftest/prservice.py| 71 +

[OE-core] [PATCH 19/20] oeqa.selftest.wic: Split configuration from code

2016-08-08 Thread Jose Lamego
Improve oeqa-selftest capabilities and UX by placing test configuration features and variables into a separate configuration file. [Yocto 9389] Signed-off-by: Jose Lamego --- meta/lib/oeqa/selftest/conf/wic.conf | 10 +++ meta/lib/oeqa/selftest/wic.py| 150 -

[OE-core] [PATCH 16/20] oeqa.selftest.runtime-test: Split configuration from code

2016-08-08 Thread Jose Lamego
Improve oeqa-selftest capabilities and UX by placing test configuration features and variables into a separate configuration file. [Yocto 9389] Signed-off-by: Jose Lamego --- meta/lib/oeqa/selftest/conf/runtime-test.conf | 13 + meta/lib/oeqa/selftest/runtime-test.py| 80 ---

[OE-core] [PATCH 18/20] oeqa.selftest.sstatetests: Split configuration from code

2016-08-08 Thread Jose Lamego
Improve oeqa-selftest capabilities and UX by placing test configuration features and variables into a separate configuration file. [Yocto 9389] Signed-off-by: Jose Lamego --- meta/lib/oeqa/selftest/conf/sstatetests.conf | 25 + meta/lib/oeqa/selftest/sstatetests.py| 162 +++

[OE-core] [PATCH 15/20] oeqa.selftest.recipetool: Split configuration from code

2016-08-08 Thread Jose Lamego
Improve oeqa-selftest capabilities and UX by placing test configuration features and variables into a separate configuration file. [Yocto 9389] Signed-off-by: Jose Lamego --- meta/lib/oeqa/selftest/conf/recipetool.conf | 84 +++ meta/lib/oeqa/selftest/recipetool.py| 326 +++

[OE-core] [PATCH 20/20] oeqa.utils.readconfig: Read self-test configuration file

2016-08-08 Thread Jose Lamego
Improve oeqa-selftest capabilities and UX by placing test configuration features and variables into a separate configuration file. This library reads a configuration file located at the oeqa/selftest/conf directory with same name as the caller file and the conf extension. [Yocto 9389] Signed-off-

[OE-core] [PATCH 17/20] oeqa.selftest.signing: Split configuration from code

2016-08-08 Thread Jose Lamego
Improve oeqa-selftest capabilities and UX by placing test configuration features and variables into a separate configuration file. [Yocto 9389] Signed-off-by: Jose Lamego --- meta/lib/oeqa/selftest/conf/signing.conf | 15 meta/lib/oeqa/selftest/signing.py| 119 +++-

[OE-core] [PATCH 13/20] oeqa.selftest.pkgdata: Split configuration from code

2016-08-08 Thread Jose Lamego
Improve oeqa-selftest capabilities and UX by placing test configuration features and variables into a separate configuration file. [Yocto 9389] Signed-off-by: Jose Lamego --- meta/lib/oeqa/selftest/conf/pkgdata.conf | 39 meta/lib/oeqa/selftest/pkgdata.py| 373

[OE-core] [PATCH 09/20] oeqa.selftest.layerappend: Split configuration from code

2016-08-08 Thread Jose Lamego
Improve oeqa-selftest capabilities and UX by placing test configuration features and variables into a separate configuration file. [Yocto 9389] Signed-off-by: Jose Lamego --- meta/lib/oeqa/selftest/conf/layerappend.conf | 40 + meta/lib/oeqa/selftest/layerappend.py| 88 +

[OE-core] [PATCH 12/20] oeqa.selftest.oescripts: Split configuration from code

2016-08-08 Thread Jose Lamego
Improve oeqa-selftest capabilities and UX by placing test configuration features and variables into a separate configuration file. [Yocto 9389] Signed-off-by: Jose Lamego --- meta/lib/oeqa/selftest/conf/oescripts.conf | 6 ++ meta/lib/oeqa/selftest/oescripts.py| 31

[OE-core] [PATCH 05/20] oeqa.selftest.buildhistory: Split configuration from code

2016-08-08 Thread Jose Lamego
Improve oeqa-selftest capabilities and UX by placing test configuration features and variables into a separate configuration file. [Yocto 9389] Signed-off-by: Jose Lamego --- meta/lib/oeqa/selftest/buildhistory.py| 10 +- meta/lib/oeqa/selftest/conf/buildhistory.conf | 3 +++ 2

[OE-core] [PATCH 11/20] oeqa.selftest.manifest: Split configuration from code

2016-08-08 Thread Jose Lamego
Improve oeqa-selftest capabilities and UX by placing test configuration features and variables into a separate configuration file. [Yocto 9389] Signed-off-by: Jose Lamego --- meta/lib/oeqa/selftest/conf/manifest.conf | 8 meta/lib/oeqa/selftest/manifest.py| 22 +++-

[OE-core] [PATCH 10/20] oeqa.selftest.lic-checksum: Split configuration from code

2016-08-08 Thread Jose Lamego
Improve oeqa-selftest capabilities and UX by placing test configuration features and variables into a separate configuration file. [Yocto 9389] Signed-off-by: Jose Lamego --- meta/lib/oeqa/selftest/conf/lic-checksum.conf | 4 meta/lib/oeqa/selftest/lic-checksum.py| 22

[OE-core] [PATCH 07/20] oeqa.selftest.devtool: Split configuration from code

2016-08-08 Thread Jose Lamego
Improve oeqa-selftest capabilities and UX by placing test configuration features and variables into a separate configuration file. [Yocto 9389] Signed-off-by: Jose Lamego --- meta/lib/oeqa/selftest/conf/devtool.conf | 100 meta/lib/oeqa/selftest/devtool.py| 417

[OE-core] [PATCH 06/20] oeqa.selftest.buildoptions: Split configuration from code

2016-08-08 Thread Jose Lamego
Improve oeqa-selftest capabilities and UX by placing test configuration features and variables into a separate configuration file. [Yocto 9389] Signed-off-by: Jose Lamego --- meta/lib/oeqa/selftest/buildoptions.py| 231 +++--- meta/lib/oeqa/selftest/conf/buildoptions

[OE-core] [PATCH 08/20] oeqa.selftest.imagefeatures: Split configuration from code

2016-08-08 Thread Jose Lamego
Improve oeqa-selftest capabilities and UX by placing test configuration features and variables into a separate configuration file. [Yocto 9389] Signed-off-by: Jose Lamego --- meta/lib/oeqa/selftest/conf/imagefeatures.conf | 19 + meta/lib/oeqa/selftest/imagefeatures.py| 55 +

[OE-core] [PATCH 03/20] oeqa.selftest.bblayers: Split configuration from code

2016-08-08 Thread Jose Lamego
Improve oeqa-selftest capabilities and UX by placing test configuration features and variables into a separate configuration file. [Yocto 9389] Signed-off-by: Jose Lamego --- meta/lib/oeqa/selftest/bblayers.py| 125 ++ meta/lib/oeqa/selftest/conf/bblayers.con

[OE-core] [PATCH 04/20] oeqa.selftest.bbtests: Split configuration from code

2016-08-08 Thread Jose Lamego
Improve oeqa-selftest capabilities and UX by placing test configuration features and variables into a separate configuration file. [Yocto 9389] Signed-off-by: Jose Lamego --- meta/lib/oeqa/selftest/bbtests.py| 175 +-- meta/lib/oeqa/selftest/conf/bbtests.conf

[OE-core] [PATCH 02/20] oeqa.selftest._sstatetests_noauto: Split configuration from code

2016-08-08 Thread Jose Lamego
Improve oeqa-selftest capabilities and UX by placing test configuration features and variables into a separate configuration file. [Yocto 9389] Signed-off-by: Jose Lamego --- meta/lib/oeqa/selftest/_sstatetests_noauto.py| 9 +++-- meta/lib/oeqa/selftest/conf/_sstatetests_noauto.conf

[OE-core] [PATCH 01/20] oeqa.selftest.archiver: Split configuration from code

2016-08-08 Thread Jose Lamego
Improve oeqa-selftest capabilities and UX by placing test configuration features and variables into a separate configuration file. [Yocto 9389] Signed-off-by: Jose Lamego --- meta/lib/oeqa/selftest/archiver.py| 24 +++- meta/lib/oeqa/selftest/conf/archiver.conf | 8

[OE-core] [PATCH 00/20] oeqa: Split configuration from the code

2016-08-08 Thread Jose Lamego
Improve oeqa-selftest capabilities and UX by placing test configuration features and variables into a separate configuration file. Configuration file reading is done through a new library in oeqa.utils and specific configuration files for each test are stored in a separate directory. [Yocto 9389]

Re: [OE-core] [PATCH] security_flags.inc: enable PIE for a few recipes

2016-08-08 Thread Khem Raj
> On Aug 8, 2016, at 9:12 AM, Alexander Kanavin > wrote: > > On 08/08/2016 06:58 PM, Burton, Ross wrote: >>-SECURITY_CFLAGS_pn-mesa-gl = "${SECURITY_NO_PIE_CFLAGS}" >> >> >> Did you test this? >> >> For intel-corei7-64 with hardening enabled it fails like this: > > The world build with

Re: [OE-core] [PATCH v2 1/3] kernel-fitimage: add initramfs support

2016-08-08 Thread George McCollister
On Fri, Aug 5, 2016 at 4:25 PM, Denys Dmytriyenko wrote: > On Mon, Jul 18, 2016 at 12:57:55PM -0500, George McCollister wrote: >> If INITRAMFS_IMAGE is set, build an additional fitImage containing the >> initramfs. Copy the additional fitImage and the source (*.its) file, used >> to create it to D

Re: [OE-core] [PATCH] security_flags.inc: enable PIE for a few recipes

2016-08-08 Thread Alexander Kanavin
On 08/08/2016 06:58 PM, Burton, Ross wrote: -SECURITY_CFLAGS_pn-mesa-gl = "${SECURITY_NO_PIE_CFLAGS}" Did you test this? For intel-corei7-64 with hardening enabled it fails like this: The world build with this patch was tested several weeks ago, for a i686 target. I'll test again. Ale

Re: [OE-core] [PATCH 1/2] packagegroup-core-eclipse-debug: add openssh server to support openssh-sftp-server

2016-08-08 Thread Khem Raj
> On Aug 8, 2016, at 9:02 AM, Khem Raj wrote: > > >> On Aug 8, 2016, at 1:04 AM, Richard Purdie >> wrote: >> >> On Mon, 2016-08-08 at 08:27 +0200, Jacob Kroon wrote: >>> On 08/08/2016 05:43 AM, bavery wrote: The openssh-sftp-server was already part of the pakagegroup. Adding the op

Re: [OE-core] [PATCH 1/2] packagegroup-core-eclipse-debug: add openssh server to support openssh-sftp-server

2016-08-08 Thread Khem Raj
> On Aug 8, 2016, at 1:04 AM, Richard Purdie > wrote: > > On Mon, 2016-08-08 at 08:27 +0200, Jacob Kroon wrote: >> On 08/08/2016 05:43 AM, bavery wrote: >>> The openssh-sftp-server was already part of the pakagegroup. Adding >>> the openssh-server >>> lets the sftp server start up correctly. >>

Re: [OE-core] [RFT] binutils 2.27

2016-08-08 Thread Richard Purdie
On Mon, 2016-08-08 at 08:21 -0700, Khem Raj wrote: > They are different issues. for OE ppc also shows same errors with lib > unwind. FWIW, I think the connmand segfault on mips and powerpc is hinted at with this bug: https://bugs.launchpad.net/ubuntu/+source/lua5.3/+bug/1570055 connmand is a bin

Re: [OE-core] [PATCH] tmpfiles.d: don't create the symbol link

2016-08-08 Thread Khem Raj
> On Aug 7, 2016, at 10:42 PM, Mingli Yu wrote: > > Don't create symbol link for existing file > /etc/os-release and /etc/localtime exist in our > system, so remove below two lines in /usr/lib/tmpfiles.d/etc.conf > L /etc/os-release - - - - ../usr/lib/os-release > L /etc/localtime - - - - ../usr

Re: [OE-core] [PATCH] security_flags.inc: enable PIE for a few recipes

2016-08-08 Thread Burton, Ross
On 8 August 2016 at 15:07, Alexander Kanavin < alexander.kana...@linux.intel.com> wrote: > -SECURITY_CFLAGS_pn-mesa-gl = "${SECURITY_NO_PIE_CFLAGS}" > Did you test this? For intel-corei7-64 with hardening enabled it fails like this: | /data/poky-master/tmp-glibc/sysroots/intel-corei7-64/usr/lib

Re: [OE-core] [PATCH] ltp: upgrade to 20160510

2016-08-08 Thread Khem Raj
> On Aug 3, 2016, at 9:22 AM, Burton, Ross wrote: > > > On 3 August 2016 at 07:04, Fan Xin > wrote: > diff --git a/meta/recipes-extended/ltp/ltp_20160126.bb > b/meta/recipes-extended/ltp/ltp_20160510.bb > > si

Re: [OE-core] [PATCH] security_flags.inc: enable PIE for a few recipes

2016-08-08 Thread Burton, Ross
On 8 August 2016 at 15:07, Alexander Kanavin < alexander.kana...@linux.intel.com> wrote: > -# These 2 have text relco errors with the pie options enabled > -SECURITY_CFLAGS_pn-ltp = "${SECURITY_NO_PIE_CFLAGS}" > -SECURITY_CFLAGS_pn-pulseaudio = "${SECURITY_NO_PIE_CFLAGS}" > This is still true for

Re: [OE-core] [RFT] binutils 2.27

2016-08-08 Thread Khem Raj
> On Aug 8, 2016, at 2:16 AM, André Draszik wrote: > > On Mon, 2016-08-08 at 09:50 +0100, Richard Purdie wrote: >> On Mon, 2016-08-08 at 09:14 +0100, Richard Purdie wrote: >>> >>> On Mon, 2016-08-08 at 00:24 -0700, Khem Raj wrote: > > On Aug 7, 2016, at 11:28 PM, Richard Purdie <

Re: [OE-core] [PATCH] systemd: fix useradd parameter generation

2016-08-08 Thread Christopher Larson
On Mon, Aug 8, 2016 at 6:37 AM, Enrico Jorns wrote: > Constructing the USERADD_PARAM_${PN} value with += (as done before) > resulted in having a whitespace added for each entry not having its > PACKAGECONFIG parameter activated. > > This is not only a cosmetical issue. The useradd class concatena

[OE-core] [PATCH] security_flags.inc: enable PIE for a few recipes

2016-08-08 Thread Alexander Kanavin
They used to fail with PIE enabled, but no longer do. Signed-off-by: Alexander Kanavin --- meta/conf/distro/include/security_flags.inc | 11 --- 1 file changed, 11 deletions(-) diff --git a/meta/conf/distro/include/security_flags.inc b/meta/conf/distro/include/security_flags.inc index

[OE-core] [PATCH] systemd: fix useradd parameter generation

2016-08-08 Thread Enrico Jorns
Constructing the USERADD_PARAM_${PN} value with += (as done before) resulted in having a whitespace added for each entry not having its PACKAGECONFIG parameter activated. This is not only a cosmetical issue. The useradd class concatenates all useradd commands from all subpackages of a package by d

Re: [OE-core] [PATCH] runqemu: qemuzynqmp: Add Linux boot support

2016-08-08 Thread Burton, Ross
Sorry, staged in my branch now. Ross On 3 August 2016 at 21:31, Alistair Francis wrote: > Ping^2! > > On Wed, Jul 27, 2016 at 11:02 AM, Alistair Francis > wrote: > > Ping! > > > > On Wed, Jun 15, 2016 at 1:43 PM, Alistair Francis > > wrote: > >> Add support to direct boot Linux instead of jus

Re: [OE-core] [PATCH v2] license: improve handling of license files with identical basenames

2016-08-08 Thread Markus Lehtonen
On Fri, 2016-08-05 at 19:24 +0300, Markus Lehtonen wrote: > Previously, find_license_files() in license.bbclass just blindly > assumed > that all different licenses specified in LIC_FILES_CHKSUM have unique > filenames. As a consequence, only the last one of these similarly > named > license files

Re: [OE-core] [PATCH 2/3] hdparm: update LICENSE info

2016-08-08 Thread Markus Lehtonen
On Mon, 2016-08-08 at 12:23 +0100, Burton, Ross wrote: > > On 8 August 2016 at 12:13, Maxin B. John > wrote: > > -LICENSE = "BSD" > > +LICENSE = "BSD & GPLv2" > > LICENSE_wiper = "GPLv2" > > > I sent a patch for this one last week but forgot to update the bug, > sorry. > > This isn't quite rig

Re: [OE-core] [PATCH v2] Replace foomatic-filters with cups-filters

2016-08-08 Thread Burton, Ross
Hi Fan, you're now added to the repo too. Progress looks good! Ross On 3 August 2016 at 02:42, Fan Xin wrote: > > > On 2016年08月03日 10:12, Stephen Arnold wrote: > >> sorry, you missed a couple of replies I guess... >> >> It's in the Ross repo now: >> >> https://github.com/rossburton/meta-printi

Re: [OE-core] [master][PATCH] 3/5] bzip2: Security fix CVE-2016-3189

2016-08-08 Thread Alexander Kanavin
On 07/17/2016 02:04 AM, Armin Kuster wrote: +Upstream-Status: Backport +https://bugzilla.suse.com/attachment.cgi?id=681334 + +CVE: CVE-2016-3189 Backport means the patch is taken from upstream development repository, and it's also good to provide a link to where it is in the upstream. This l

Re: [OE-core] [PATCH 1/1] bash: fix run-intl ptest failed

2016-08-08 Thread Burton, Ross
On 8 August 2016 at 07:43, Dengke Du wrote: > +Upstream-Status: Pending > I've a fear of modifying upstream test suites to 'fix" them so that they pass for us, and think that we should be talking with upstream to verify that these are in fact broken test suites and not something else (such as th

[OE-core] State of bitbake world 2016-08-06

2016-08-08 Thread Martin Jansa
== Number of issues - stats == {| class='wikitable' !|Date !!colspan='3'|Failed tasks !!colspan='6'|Failed depencencies!!|Signatures !!colspan='12'|QA !!Comment |- || ||qemuarm ||qemux86 ||qemux86_64 ||q

Re: [OE-core] [PATCH 2/3] hdparm: update LICENSE info

2016-08-08 Thread Burton, Ross
On 8 August 2016 at 12:13, Maxin B. John wrote: > -LICENSE = "BSD" > +LICENSE = "BSD & GPLv2" > LICENSE_wiper = "GPLv2" > I sent a patch for this one last week but forgot to update the bug, sorry. This isn't quite right as the hdparm utility itself is BSD licensed, so you also need LICENSE_${P

[OE-core] [PATCH 3/3] nettle: update LICENSE info for version 2.7.1

2016-08-08 Thread Maxin B. John
LICENSE_${PN} shouldn't contain anything that is not specified in LICENSE. [YOCTO #10075] Signed-off-by: Maxin B. John --- meta/recipes-support/nettle/nettle_2.7.1.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-support/nettle/nettle_2.7.1.bb b/meta/recipes-

[OE-core] [PATCH 2/3] hdparm: update LICENSE info

2016-08-08 Thread Maxin B. John
Update hdparm recipe so that LICENSE_wiper is specified in the LICENSE. [YOCTO #10074] Signed-off-by: Maxin B. John --- meta/recipes-extended/hdparm/hdparm_9.48.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-extended/hdparm/hdparm_9.48.bb b/meta/recipes-ext

[OE-core] [PATCH 1/3] gst-player: update the callback for delete-event

2016-08-08 Thread Maxin B. John
provide similar behaviour for Media Player's quit and close callback functions. [YOCTO #10045] Signed-off-by: Maxin B. John --- ...ovide-similar-behaviour-for-quit-and-clos.patch | 32 ++ .../recipes-multimedia/gstreamer/gst-player_git.bb | 1 + 2 files changed, 33 insertio

Re: [OE-core] [PATCH] ca-certificates: remove -- separator

2016-08-08 Thread Maciej Borzęcki
On Mon, Aug 8, 2016 at 12:36 PM, Otavio Salvador wrote: > On Mon, Aug 8, 2016 at 5:11 AM, Maciej Borzecki > wrote: >> Options and directory separator -- slipped past the patch removing >> Debianims, thus resulting in failures on hosts running Fedora. >> >> Signed-off-by: Maciej Borzecki > > Acke

Re: [OE-core] [PATCH] ca-certificates: remove -- separator

2016-08-08 Thread Otavio Salvador
On Mon, Aug 8, 2016 at 5:11 AM, Maciej Borzecki wrote: > Options and directory separator -- slipped past the patch removing > Debianims, thus resulting in failures on hosts running Fedora. > > Signed-off-by: Maciej Borzecki Acked-by: Otavio Salvador Also, this should be backported for Krogoth

Re: [OE-core] [PATCH] mmc-utils: update to latest git revision

2016-08-08 Thread Burton, Ross
On 8 August 2016 at 11:09, Nobuhiro Iwamatsu wrote: > mmc-utils will change the revision of Git in version 0.1. We are using > the now of any revision in PV, > we do not know from version of package. > Because I want to be seen that this revision from the package, I has > been added SRCPV to PV.

Re: [OE-core] [PATCH] mmc-utils: update to latest git revision

2016-08-08 Thread Nobuhiro Iwamatsu
Hi, 2016-08-08 6:19 GMT+09:00 Richard Purdie : > On Sun, 2016-08-07 at 23:48 +0900, Nobuhiro Iwamatsu wrote: >> From: Nobuhiro Iwamatsu >> >> This commit update to latest git revision and add SRCPV to PV. > > Why do we need a git revision of this rather than a released version? > mmc-utils will

[OE-core] [PATCH] dpkg: Avoid automatic target architecture detection

2016-08-08 Thread Alexandre Belloni
dpkg is using a script (dpkg-architecture.pl) to detect the target architecture automatically. Unfortunately, it is using the cross compiler prefix to do the detection and for ARM, oe-core is using -linux-gnueabi for toolchains with and without call-convention hard. The script then always detects '

Re: [OE-core] [RFT] binutils 2.27

2016-08-08 Thread André Draszik
On Mon, 2016-08-08 at 09:50 +0100, Richard Purdie wrote: > On Mon, 2016-08-08 at 09:14 +0100, Richard Purdie wrote: > > > > On Mon, 2016-08-08 at 00:24 -0700, Khem Raj wrote: > > > > > > > > > > > On Aug 7, 2016, at 11:28 PM, Richard Purdie < > > > > richard.pur...@linuxfoundation.org> wrote: >

Re: [OE-core] [RFT] binutils 2.27

2016-08-08 Thread Richard Purdie
On Mon, 2016-08-08 at 09:14 +0100, Richard Purdie wrote: > On Mon, 2016-08-08 at 00:24 -0700, Khem Raj wrote: > > > On Aug 7, 2016, at 11:28 PM, Richard Purdie < > > > richard.pur...@linuxfoundation.org> wrote: > > > > > > On Sun, 2016-08-07 at 01:39 -0700, Khem Raj wrote: > > > > I have put toget

Re: [OE-core] [RFT] binutils 2.27

2016-08-08 Thread Richard Purdie
On Mon, 2016-08-08 at 00:24 -0700, Khem Raj wrote: > > On Aug 7, 2016, at 11:28 PM, Richard Purdie < > > richard.pur...@linuxfoundation.org> wrote: > > > > On Sun, 2016-08-07 at 01:39 -0700, Khem Raj wrote: > > > I have put together upgrade for binutils 2.27 here ( kraj/master > > > branch ) > > >

[OE-core] [PATCH] ca-certificates: remove -- separator

2016-08-08 Thread Maciej Borzecki
Options and directory separator -- slipped past the patch removing Debianims, thus resulting in failures on hosts running Fedora. Signed-off-by: Maciej Borzecki --- .../0001-update-ca-certificates-don-t-use-Debianisms-in-run-p.patch | 6 +- 1 file changed, 5 insertions(+), 1 deletion(-) dif

Re: [OE-core] [PATCH 1/2] packagegroup-core-eclipse-debug: add openssh server to support openssh-sftp-server

2016-08-08 Thread Richard Purdie
On Mon, 2016-08-08 at 08:27 +0200, Jacob Kroon wrote: > On 08/08/2016 05:43 AM, bavery wrote: > > The openssh-sftp-server was already part of the pakagegroup. Adding > > the openssh-server > > lets the sftp server start up correctly. > > If openssh-sftp-server cannot run without openssh, shouldn't

Re: [OE-core] [PATCH 1/2] packagegroup-core-eclipse-debug: add openssh server to support openssh-sftp-server

2016-08-08 Thread Jacob Kroon
On 08/08/2016 08:27 AM, Jacob Kroon wrote: On 08/08/2016 05:43 AM, bavery wrote: The openssh-sftp-server was already part of the pakagegroup. Adding the openssh-server lets the sftp server start up correctly. If openssh-sftp-server cannot run without openssh, shouldn't it RDEPEND on it instead

Re: [OE-core] [PATCH 1/3] linux-dtb.inc: Support for .dtbo files for dtb overlays

2016-08-08 Thread Andreas Müller
On Sun, Jul 31, 2016 at 11:17 PM, Paul Eggleton wrote: > On Sat, 30 Jul 2016 08:00:45 Otavio Salvador wrote: >> On Fri, Jul 29, 2016 at 7:27 PM, Khem Raj wrote: >> > From: Herve Jourdain >> > >> > Signed-off-by: Herve Jourdain >> > Signed-off-by: Khem Raj >> > --- >> > >> > meta/recipes-kerne

Re: [OE-core] [RFT] binutils 2.27

2016-08-08 Thread Khem Raj
> On Aug 7, 2016, at 11:28 PM, Richard Purdie > wrote: > > On Sun, 2016-08-07 at 01:39 -0700, Khem Raj wrote: >> I have put together upgrade for binutils 2.27 here ( kraj/master >> branch ) >> >> https://github.com/kraj/openembedded-core/commit/b98f5761d2285ffd773e >> c6ecb901b799302ebd6b >>