Re: [OE-core] [PATCH 1/1] uboot-sign.bbclass: Remove tab indentations in python code

2018-12-06 Thread Martin Jansa
> So I think that shell code can use either spaces or tabs as indentation. True, that's why I used "I wish" and ":)" because as Christmas gift I always wanted consistency (not only between layers, but between shell and python code as well). On Thu, Dec 6, 2018 at 3:55 AM Robert Yang wrote: >

[OE-core] [PATCH 1/2] scripts/test-case-mgmt: add "manualexecution" as a tool

2018-12-06 Thread mazliana . mohamad
From: Mazliana Integrated the test-case-mgmt "store", "report" with "manual execution".Manual test execution is one of an alternative test case management tool of Testopia. This script has only a bare-minimum function. Bare-minimum function refer to function where the user can only execute all

[OE-core] [PATCH 2/2] script/lib/testcasemgmt/manualexecution.py : manual helper script with bare-minimum function

2018-12-06 Thread mazliana . mohamad
From: Mazliana Manual execution is a helper script to execute all manual test cases in baseline command. Basically, this script will show the steps and expected results. Then, in the end of the steps, user need to give their input for the result. The input based on the passed/failed/skipped

Re: [OE-core] [PATCH 1/1] nativesdk/sdk: Fix sdk dummy providers for opkg

2018-12-06 Thread Andrej Valek
Hello Richie, Thank you for our work. We have verified it and it's working on both package systems (ipk and rpm). But we're not sure about the deb packages. Maybe a question about the "nativesdk-sdk-provides-dummy" change. Why didn't you put them into "nativesdk-buildtools-perl-dummy" ? There

Re: [OE-core] [PATCH 1/1] nativesdk/sdk: Fix sdk dummy providers for opkg

2018-12-06 Thread Andrej Valek
Sorry I apologize to give you this naming. I didn't want to offend you. Would be great, if you can create a official commit for it. Thank you, Andrej On 12/6/18 12:20 PM, richard.pur...@linuxfoundation.org wrote: > On Thu, 2018-12-06 at 12:15 +0100, Andrej Valek wrote: >> Hello Richie, > > Who

[OE-core] [PATCH V2] glibc: improve reproducibility with multilib

2018-12-06 Thread Hongxu Jia
Multilib builds specify several loaders which will end up embedded in some binaries or script files. To support reproducible builds, we must ensure the loaders are always in deterministic order. [YOCTO #2655] [YOCTO #12478] [YOCTO #12480] Signed-off-by: Juro Bystricky Improve the fix and

Re: [OE-core] [PATCH] pkgconfig: export variables

2018-12-06 Thread Joshua Watt
Armin, Would you mind backporting this to thud? Thanks. On Thu, 2018-11-01 at 21:45 -0500, Joshua Watt wrote: > Export the PKG_CONFIG_PATH and PKG_CONFIG_LIBDIR variables in case > the > parent shell hasn't done so. > --- > .../recipes-devtools/pkgconfig/pkgconfig/pkg-config-native.in | 4 >

[OE-core] [PATCH] libart-lgpl: remove

2018-12-06 Thread Ross Burton
This is very dead, and nothing in oe-core or meta-oe depends on it anymore. Signed-off-by: Ross Burton --- meta/conf/distro/include/maintainers.inc | 1 - .../libart_lgpl-2.3.21-crosscompile.patch | 84 -- meta/recipes-gnome/gnome/libart-lgpl_2.3.21.bb

Re: [OE-core] Is it necessary to fix the Bugzilla – Bug 11807 and 5876 ?

2018-12-06 Thread Bruce Ashfield
On 2018-12-05 10:33 p.m., Hongzhi, Song wrote: On 12/06/2018 11:04 AM, Hongzhi, Song wrote: On 12/05/2018 06:57 PM, Bruce Ashfield wrote: On 12/5/18 5:17 AM, Hongzhi, Song wrote: Hi all, I don't know if it is necessary to do this enhancement. 1. Bug 11807:

Re: [OE-core] [bitbake-devel] [PATCH v3 10/17] bitbake: siggen: Split out task depend ID

2018-12-06 Thread Joshua Watt
On Wed, 2018-12-05 at 22:50 +, Richard Purdie wrote: > On Mon, 2018-12-03 at 21:42 -0600, Joshua Watt wrote: > > Abstracts the function to get the dependency ID for a task so it > > can > > return something other that the taskhash > > > > [YOCTO #13030] > > > > Signed-off-by: Joshua Watt >

[OE-core] [PATCH] binutils: Fix build with clang

2018-12-06 Thread Khem Raj
Signed-off-by: Khem Raj --- .../binutils/binutils-2.31.inc| 1 + .../binutils/binutils/clang-bfd-fix.patch | 32 +++ 2 files changed, 33 insertions(+) create mode 100644 meta/recipes-devtools/binutils/binutils/clang-bfd-fix.patch diff --git

[OE-core] FW: [PATCH 1/2] scripts/test-case-mgmt: add "manualexecution" as a tool

2018-12-06 Thread Mohamad, Mazliana
Please ignore this patch -Original Message- From: openembedded-core-boun...@lists.openembedded.org [mailto:openembedded-core-boun...@lists.openembedded.org] On Behalf Of mazliana.moha...@intel.com Sent: Thursday, December 6, 2018 6:59 PM To: openembedded-core@lists.openembedded.org

Re: [OE-core] [PATCH] libunwind: Enable building static archive on musl

2018-12-06 Thread Burton, Ross
Presumably static archives are disabled by the no-static-libs include. So is this really musl-specific? Ross On Thu, 6 Dec 2018 at 00:08, Khem Raj wrote: > > This ensures that we have .a for libunwind on musl targets, this is used > for stack unwinding infra e.g. in rust > > Help compiling rust

Re: [OE-core] [PATCH 2/2] script/lib/testcasemgmt/manualexecution.py : manual helper script with bare-minimum function

2018-12-06 Thread Mohamad, Mazliana
Please ignore this patch -Original Message- From: openembedded-core-boun...@lists.openembedded.org [mailto:openembedded-core-boun...@lists.openembedded.org] On Behalf Of mazliana.moha...@intel.com Sent: Thursday, December 6, 2018 6:59 PM To: openembedded-core@lists.openembedded.org

[OE-core] [PATCH 0/1] distro_features_check.bbclass: show all error info at one time

2018-12-06 Thread kai.kang
From: Kai Kang The following changes since commit aa93957c8353d222961f08e54fe8d4095dad72c1: tcl: Upgrade to 8.6.9 (2018-12-05 22:30:19 +) are available in the Git repository at: git://git.pokylinux.org/poky-contrib kangkai/distro-check

[OE-core] [PATCH 1/1] distro_features_check.bbclass: show all error info at one time

2018-12-06 Thread kai.kang
From: Kai Kang In distro_features_check.bbclass it checks whether items in REQUIRED_DISTRO_FEATURES and CONFLICT_DISTRO_FEATURES exist in DISTRO_FEATURES. But it only shows one required or conflict distro feature when error occurs. Update to show them all at one time. Signed-off-by: Kai Kang

[OE-core] ✗ patchtest: failure for "scripts/test-case-mgmt: add "m..." and 1 more

2018-12-06 Thread Patchwork
== Series Details == Series: "scripts/test-case-mgmt: add "m..." and 1 more Revision: 1 URL : https://patchwork.openembedded.org/series/15244/ State : failure == Summary == Thank you for submitting this patch series to OpenEmbedded Core. This is an automated response. Several tests have been

Re: [OE-core] [PATCH] recipeutils-test: Add missing LIC_FILES_CHKSUM

2018-12-06 Thread Burton, Ross
Might be easier to change the license to CLOSED, as that skips the license QA entirely. (arguably proprietary should do the same) Ross -- ___ Openembedded-core mailing list Openembedded-core@lists.openembedded.org

[OE-core] [PATCH 0/1] oeqa/selftest/context: ensure log directory exists

2018-12-06 Thread Chen Qi
The following changes since commit 6f2ef620d90ab39870bb6c02183249e0e1045aeb: oeqa/selftest/esdk: Fix typo causing test failure (2018-12-06 23:27:50 +) are available in the git repository at: git://git.pokylinux.org/poky-contrib ChenQi/selftest_log

[OE-core] [PATCH 1/1] oeqa/selftest/context: ensure log directory exists

2018-12-06 Thread Chen Qi
Ensure log directory exists to avoid the following error. FileNotFoundError: [Errno 2] No such file or directory: '/.../build-selftest/tmp/log/oe-selftest-results-20181207043431.log' Signed-off-by: Chen Qi --- meta/lib/oeqa/selftest/context.py | 1 + 1 file changed, 1 insertion(+) diff

Re: [OE-core] [PATCH] libunwind: Enable building static archive on musl

2018-12-06 Thread Burton, Ross
On Thu, 6 Dec 2018 at 15:45, Khem Raj wrote: > Yes, they are. But for musl libunwind static lib is required for rust runtime > to build all the time static or not And that's a musl-specific quirk of rust? Ross -- ___ Openembedded-core mailing list

Re: [OE-core] [PATCH] libunwind: Enable building static archive on musl

2018-12-06 Thread Khem Raj
Yes, that's correct, for glibc is uses libbacktrace, which is provided by glibc itself, thats why we dont see a need for this with glibc On Thu, Dec 6, 2018 at 8:03 AM Burton, Ross wrote: > > On Thu, 6 Dec 2018 at 15:45, Khem Raj wrote: > > Yes, they are. But for musl libunwind static lib is

Re: [OE-core] [PATCH] recipeutils-test: Add missing LIC_FILES_CHKSUM

2018-12-06 Thread Khem Raj
Does that serve a better purpose? Or just a different way of achieving same thing On Thu, Dec 6, 2018 at 4:09 AM Burton, Ross wrote: > Might be easier to change the license to CLOSED, as that skips the > license QA entirely. > > (arguably proprietary should do the same) > > Ross > --

Re: [OE-core] [PATCH V2] glibc: improve reproducibility with multilib

2018-12-06 Thread Khem Raj
looks ok On Thu, Dec 6, 2018 at 12:57 AM Hongxu Jia wrote: > > Multilib builds specify several loaders which will end up embedded in > some binaries or script files. To support reproducible builds, we must > ensure the loaders are always in deterministic order. > > [YOCTO #2655] > [YOCTO #12478]

Re: [OE-core] [PATCH] libunwind: Enable building static archive on musl

2018-12-06 Thread Khem Raj
Yes, they are. But for musl libunwind static lib is required for rust runtime to build all the time static or not On Thu, Dec 6, 2018 at 3:49 AM Burton, Ross wrote: > Presumably static archives are disabled by the no-static-libs include. > So is this really musl-specific? > > Ross > On Thu, 6

Re: [OE-core] [PATCH V2] pulseaudio: improve reproducibility

2018-12-06 Thread Burton, Ross
Rejecting for the reasons discussed on the pulseaudio list. Look forward to a V3 :) Ross On Thu, 6 Dec 2018 at 06:36, Hongxu Jia wrote: > > There are two fixes, one is sent to upstream, > and another is oe specific. > > [YOCTO #12638] > > Signed-off-by: Hongxu Jia > --- >

Re: [OE-core] [OE-Core][PATCH 1/3] devtool modify: Update devtool modify to copy source from work-shared if its already downloaded.

2018-12-06 Thread Mittal, Anuj
I gave this a try and it looks like if I change my kernel version after one try of devtool modify, this change copies the old kernel version tree (because something is already present in work-shared). And, work-shared is getting re-populated with the requested second kernel vesion when running