[OE-core] [PATCH] tune-core2: use n270 instead of core2duo

2018-09-13 Thread Anuj Mittal
Fixes warnings in builds using core2-32 tune: warning: TCG doesn't support requested feature: CPUID.8001H:EDX.syscall [bit 11] warning: TCG doesn't support requested feature: CPUID.8001H:EDX.lm [bit 29] when executing postinsts using qemu-i386. i386 target doesn't enable CPUID_EXT2_SYSC

[OE-core] [openembedded][linux][wayland]

2018-09-13 Thread Mohamed Dawod
Hello everyone, I built custom image for intel-corei7 processor supporting wayland weston instead of x11. I need to hide the mouse pointer from the desktop . I want to make it as mobiles, so I can use touch screen to click any where but there is no mouse pointer, Can any one help ? Any suggestio

[OE-core] [PATCH v3] coreutils: add alternative target for nice

2018-09-13 Thread Jens Rehsack
Avoid coreutils conflicts with nice from other recipes, like busybox - even if that's not enabled by default. In situations, where coreutils is a dependency for -dev images and small busybox nice is available always, it avoids extra effort for coreutils for those users. Signed-off-by: Jens Rehsack

Re: [OE-core] [PATCH 2/2] python/python3: Add option to remove test files

2018-09-13 Thread Burton, Ross
I'd just say that if those files are only needed by the test suite (python3 -mtest), it's easy to move them into the python-tests package by editing the manifest. If they're not part of the test suite then what are they? I can't recall why there's a python3-sqlite3-tests package instead of just

Re: [OE-core] [PATCH v3] coreutils: add alternative target for nice

2018-09-13 Thread Martin Jansa
LGTM On Thu, Sep 13, 2018 at 11:25 AM Jens Rehsack wrote: > Avoid coreutils conflicts with nice from other recipes, like > busybox - even if that's not enabled by default. > In situations, where coreutils is a dependency for -dev images > and small busybox nice is available always, it avoids ext

[OE-core] [morty][PATCH] qemux86-64: wic: Add MLPREFIX to syslinux

2018-09-13 Thread Ovidiu Panait
Fix the following do_image_wic failure for lib32-core-image-minimal: | DEBUG: Executing python function set_image_size | DEBUG: Python function set_image_size finished | DEBUG: Executing shell function do_image_wic | Error: Please build syslinux first Test case: MACHINE ?= "qemux86-64" require co

Re: [OE-core] [morty][PATCH] qemux86-64: wic: Add MLPREFIX to syslinux

2018-09-13 Thread Martin Jansa
The same should IMHO be applied in qemux86.conf as well. And I don't see this change in pyro, rocko, sumo, master branches, it should be applied there first (or explained in commit message why newer branches aren't affected by this). On Thu, Sep 13, 2018 at 1:01 PM Ovidiu Panait wrote: > Fix th

[OE-core] [PATCH] oeqa/selftest/recipetool: fix non-determinism in cmake test

2018-09-13 Thread Ross Burton
The Navit recipe can depend on fribidi which is now part of oe-core. Since the pkgconfig lookup is based on pkgdata the results can change depending on what has been built, which leads to occasional failures. Build gtk+ before the test to ensure that the pkgdata is populated with more of the depe

Re: [OE-core] [PATCH] openssh: build support openssl 1.1

2018-09-13 Thread Alexander Kanavin
2018-09-13 3:13 GMT+02:00 Andre McCurdy : > It's deliberate that including openssl10 in an image will at least > cause openssl 1.1 to built as the openssl10 libcrypto depends on > openssl10-conf and that's now provided by the openssl-conf package > from openssl 1.1 > > So the expected outcome of ad

Re: [OE-core] [PATCH 2/2] musl: Wire-up name_to_handle_at and name_to_handle_at syscalls

2018-09-13 Thread Richard Purdie
On Wed, 2018-09-12 at 18:05 -0700, Khem Raj wrote: > Signed-off-by: Khem Raj Somewhat ironically, this breaks musl builds in strace: https://autobuilder.yoctoproject.org/typhoon/#/builders/11/builds/55/steps/7/logs/step1b https://autobuilder.yoctoproject.org/typhoon/#/builders/27/builds/55/steps

[OE-core] [PATCH] oeqa/selftest/runtime_test: Ensure we build/use gnupg-native

2018-09-13 Thread Richard Purdie
Without this, we see errors if gpg is missing from the host system for "oe-selftest -r runtime_test.TestImage.test_testimage_dnf". Signed-off-by: Richard Purdie --- meta/lib/oeqa/selftest/cases/runtime_test.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/meta/lib/oeqa/s

[OE-core] [PATCH] musl: Add MAX_HANDLE_SZ

2018-09-13 Thread Khem Raj
Signed-off-by: Khem Raj --- .../musl/musl/0001-Define-MAX_HANDLE_SZ.patch | 29 +++ meta/recipes-core/musl/musl_git.bb| 1 + 2 files changed, 30 insertions(+) create mode 100644 meta/recipes-core/musl/musl/0001-Define-MAX_HANDLE_SZ.patch diff --git a/meta/recipes-co

Re: [OE-core] [PATCH 2/2] musl: Wire-up name_to_handle_at and name_to_handle_at syscalls

2018-09-13 Thread Khem Raj
On Thu, Sep 13, 2018 at 6:14 AM Richard Purdie wrote: > > On Wed, 2018-09-12 at 18:05 -0700, Khem Raj wrote: > > Signed-off-by: Khem Raj > > Somewhat ironically, this breaks musl builds in strace: > > https://autobuilder.yoctoproject.org/typhoon/#/builders/11/builds/55/steps/7/logs/step1b > https

[OE-core] ✗ patchtest: failure for musl: Add MAX_HANDLE_SZ

2018-09-13 Thread Patchwork
== Series Details == Series: musl: Add MAX_HANDLE_SZ Revision: 1 URL : https://patchwork.openembedded.org/series/14067/ State : failure == Summary == Thank you for submitting this patch series to OpenEmbedded Core. This is an automated response. Several tests have been executed on the propose

Re: [OE-core] [PATCH v3] udev-extraconf: Add systemd-mount to udev-extraconf/mount.sh

2018-09-13 Thread Randy MacLeod
On 07/24/2018 09:26 PM, Hongzhi, Song wrote: ping.. This commit is still in patchworks: https://patchwork.openembedded.org/patch/150168/ and still applies on master: 325af0f4a8 (origin/master, origin/HEAD) python3: fix openssl 1.1.1 changes and on master-next at: ed2d91a72e (orig

Re: [OE-core] [PATCH v2] dropbear: disable medium-strength ssh ciphers

2018-09-13 Thread Burton, Ross
This still can't be actually used, because dropbear won't be looking in the recipe folder and nothing puts that file into the source tree. Put a #error in it if you don't believe me. :) Ross On 12 September 2018 at 22:56, wrote: > This changes the Dropbear SSH server configuration so it will no

Re: [OE-core] ✗ patchtest: failure for Reproducible: Find the git repo in WORKDIR/git or S first

2018-09-13 Thread Burton, Ross
On 12 September 2018 at 03:15, Douglas Royds wrote: > The patch series already was applied on top of b7f3f7ecfd. Fails for me too: Applying: Reproducible: Tidy class description Using index info to reconstruct a base tree... error: patch failed: meta/classes/reproducible_build.bbclass:1 error: m

Re: [OE-core] [PATCH] libgloss_3.0.0.bb: Fix up mv pattern to include libnosys

2018-09-13 Thread Khem Raj
On Tue, Sep 11, 2018 at 1:28 AM Nathan Rossi wrote: > > On Tue, 11 Sep 2018 at 02:19, Khem Raj wrote: > > > > On Mon, Sep 10, 2018 at 5:43 AM Nathan Rossi wrote: > > > > > > When installing libgloss libraries handle the ${TARGET_SYS}/lib contents > > > so that it is placed in ${libdir} instead o

Re: [OE-core] [PATCH] yasm: remove

2018-09-13 Thread Khem Raj
There are packages in other layers e.g. firefox which still depend on yasm. Can we move it to meta-oe instead of completely dropping it. On Tue, Sep 11, 2018 at 2:38 AM Ross Burton wrote: > > Nothing in oe-core is using yasm now that gstreamer-libav and ffmpeg are using > nasm, so remove it from o

Re: [OE-core] [PATCH v2] dropbear: disable medium-strength ssh ciphers

2018-09-13 Thread Alexander Kanavin
Actually, I'd rather have an 'upstream first' policy in this specific case. If the change is good and desirable, please work with the upstream to merge it there. Alex 2018-09-13 18:00 GMT+02:00 Burton, Ross : > This still can't be actually used, because dropbear won't be looking > in the recipe f

Re: [OE-core] [PATCH] yasm: remove

2018-09-13 Thread Martin Jansa
FYI: I'm testing if qtwebengine from meta-qt5 will work with nasm-native. On Thu, Sep 13, 2018 at 6:39 PM Khem Raj wrote: > There are packages in other layers e.g. firefox which still depend on > yasm. Can we move it to meta-oe instead of completely dropping it. > On Tue, Sep 11, 2018 at 2:38 AM

Re: [OE-core] [PATCH] yasm: remove

2018-09-13 Thread Burton, Ross
Yes, sorry, I've a patch here but didn't send it. I'll submit it later today. As yasm is a fork of nasm, there's a good chance that either can be used. Ross On 13 September 2018 at 17:39, Khem Raj wrote: > There are packages in other layers e.g. firefox which still depend on > yasm. Can we mov

Re: [OE-core] [PATCH 1/7] allarch: only enable allarch when multilib is not used

2018-09-13 Thread Martin Jansa
On Thu, Sep 06, 2018 at 11:52:24PM +0800, kai.k...@windriver.com wrote: > From: Kai Kang > > Some allarch packages rdepends non-allarch packages. when multilib is > used, it doesn't expand the dependency chain correctly, e.g. > > core-image-sato -> ca-certificates(allarch) -> openssl > > we exp

[OE-core] [PATCH] connman: update to 1.36

2018-09-13 Thread Oleksandr Kravchuk
Signed-off-by: Oleksandr Kravchuk --- meta/recipes-connectivity/connman/connman.inc | 2 +- ...> 0001-Use-AC_USE_SYSTEM_EXTENSIONS.patch} | 446 -- ...tls-Fix-a-crash-using-wispr-over-TLS.patch | 41 -- ...refixlen-to-iproute_default_function.patch | 63 --- ...eep-track-of-ad

Re: [OE-core] [PATCH v2] dropbear: disable medium-strength ssh ciphers

2018-09-13 Thread joseph-reynolds
>From: "Burton, Ross" >To: joseph-reyno...@charter.net >Cc: "openembedded-core@lists.openembedded.org" >Sent: Thursday September 13 2018 11:00:26AM >Subject: Re: [OE-core] [PATCH v2] dropbear: disable medium-strength ssh ciphers > >This still can't be actually used, because dropbear won't be look

Re: [OE-core] [PATCH] connman: update to 1.36

2018-09-13 Thread Alexander Kanavin
Please explain the changes to patches (not as a reply to me, but in the commit message itself). If they are deleted because upstream already has them, it should be mentioned explicitly. Also, one patch is changed in a way that makes it lose significant amount of information (it's an amalgamation o

[OE-core] [PATCH v2] python/python3: Move test files to test package

2018-09-13 Thread Andrew Geissler
A quick search in the python package shows the following test directories being included in the python image: ./Python-2.7.14/Lib/bsddb/test ./Python-2.7.14/Lib/sqlite3/test ./Python-2.7.14/Lib/ctypes/test ./Python-2.7.14/Lib/unittest/test ./Python-2.7.14/Lib/lib-tk/test ./Python-2.7.14/Lib/email/t

Re: [OE-core] [PATCH 1/7] allarch: only enable allarch when multilib is not used

2018-09-13 Thread Martin Jansa
On Thu, Sep 13, 2018 at 08:20:07PM +0200, Martin Jansa wrote: > On Thu, Sep 06, 2018 at 11:52:24PM +0800, kai.k...@windriver.com wrote: > > From: Kai Kang > > > > Some allarch packages rdepends non-allarch packages. when multilib is > > used, it doesn't expand the dependency chain correctly, e.g.

Re: [OE-core] [PATCH] connman: update to 1.36

2018-09-13 Thread Oleksandr Kravchuk
Sure, will do. >> Also, one patch is changed in a way that makes it lose significant amount of information (it's an amalgamation of three patches) Could you please clarify which one do you mean? Thank you. On 9/13/18 9:46 PM, Alexander Kanavin wrote: Please explain the changes to patches (no

Re: [OE-core] [PATCH] tune-core2: use n270 instead of core2duo

2018-09-13 Thread Andre McCurdy
On Thu, Sep 13, 2018 at 12:25 AM, Anuj Mittal wrote: > Fixes warnings in builds using core2-32 tune: > > warning: TCG doesn't support requested feature: CPUID.8001H:EDX.syscall > [bit 11] > warning: TCG doesn't support requested feature: CPUID.8001H:EDX.lm [bit > 29] > > when executing p

Re: [OE-core] [PATCH] connman: update to 1.36

2018-09-13 Thread Alexander Kanavin
This one: rename meta/recipes-connectivity/connman/connman/{includes.patch => 0001-Use-AC_USE_SYSTEM_EXTENSIONS.patch} (68%) I think you should make two commits: one that splits this patch in three, and another which actually does the version update. Alex 2018-09-13 23:08 GMT+02:00 Oleksandr Kra

Re: [OE-core] [PATCH] tune-core2: use n270 instead of core2duo

2018-09-13 Thread Martin Jansa
Is this different issue than what was discussed in: https://www.mail-archive.com/openembedded-core@lists.openembedded.org/msg109516.html The message is slightly different (might be changed in newer qemu used now), but the issue I had before was that features of selected -cpu and host cpu didn't ma

Re: [OE-core] [PATCH] tune-core2: use n270 instead of core2duo

2018-09-13 Thread Andre McCurdy
On Thu, Sep 13, 2018 at 3:16 PM, Martin Jansa wrote: > Is this different issue than what was discussed in: > https://www.mail-archive.com/openembedded-core@lists.openembedded.org/msg109516.html > > The message is slightly different (might be changed in newer qemu used now), > but the issue I had b

Re: [OE-core] [PATCH v2] python/python3: Move test files to test package

2018-09-13 Thread Burton, Ross
A little oe-pkgdata-util[1] managed to give me a good review of some missing entries here. python3-asyncio: /usr/lib/python3.5/asyncio/test_utils.py python3-2to3: /usr/lib/python3.5/lib2to3/tests/test_*.py python3-tkinter: /usr/lib/python3.5/tkinter/test/ python3-unittest: /usr/lib/python3.5/unitt

Re: [OE-core] [PATCH] tune-core2: use n270 instead of core2duo

2018-09-13 Thread Anuj Mittal
On 09/14/2018 06:50 AM, Andre McCurdy wrote: > On Thu, Sep 13, 2018 at 3:16 PM, Martin Jansa wrote: >> Is this different issue than what was discussed in: >> https://www.mail-archive.com/openembedded-core@lists.openembedded.org/msg109516.html >> >> The message is slightly different (might be chang

Re: [OE-core] [PATCH v2] python/python3: Move test files to test package

2018-09-13 Thread Burton, Ross
On 14 September 2018 at 00:30, Burton, Ross wrote: > I suspect simply adding python3.5/*/test/ will catch the bulk of this > now and in the future. Gave this a go and annoyingly the manifest generation must sort the list because the glob works for everything apart from packages after tests alphab

Re: [OE-core] [PATCH] tune-core2: use n270 instead of core2duo

2018-09-13 Thread Andre McCurdy
On Thu, Sep 13, 2018 at 4:46 PM, Anuj Mittal wrote: > On 09/14/2018 06:50 AM, Andre McCurdy wrote: >> On Thu, Sep 13, 2018 at 3:16 PM, Martin Jansa wrote: >>> Is this different issue than what was discussed in: >>> https://www.mail-archive.com/openembedded-core@lists.openembedded.org/msg109516.ht

Re: [OE-core] [PATCH] wic:mkefidisk:add use-uuid for all partitions

2018-09-13 Thread Lu.Jiang
Hi all, Since the patch is reviewed, do I need send a pull-request for this? Thanks Jiang Lu 在 2018年09月07日 19:56, Tom Rini 写道: On Fri, Sep 07, 2018 at 11:32:11AM +0800, Jiang Lu wrote: Add use-uuid for all partitions on mkefidisk.wks. Signed-off-by: Jiang Lu Reviewed-by: Tom Rini -- _

[OE-core] [PATCH v2 3/6] Reproducible: Rename ambiguous "path" var to sourcedir or workdir as appropriate

2018-09-13 Thread Douglas Royds
Signed-off-by: Douglas Royds --- meta/classes/reproducible_build.bbclass | 37 + 1 file changed, 19 insertions(+), 18 deletions(-) diff --git a/meta/classes/reproducible_build.bbclass b/meta/classes/reproducible_build.bbclass index e118cfde01..3f3790dfe3 100644 --- a/met

[OE-core] [PATCH v2 4/6] Reproducible: Find the git repo in WORKDIR/git or S first

2018-09-13 Thread Douglas Royds
Change the search regime for find_git_folder(): 1. WORKDIR/git: This is the default git fetcher unpack path 2. ${S} 3. Go looking for .git/ under the WORKDIR as a last resort. linux-yocto: We had an existing (silent) defect. The linux-yocto recipes all specify two git SRC_URIs, one for the kernel

[OE-core] [PATCH v2 0/6] Reproducible: Find the git repo in WORKDIR/git or S first

2018-09-13 Thread Douglas Royds
Change the search regime for find_git_folder(): 1. WORKDIR/git: This is the default git fetcher unpack path 2. ${S} 3. Go looking for .git/ under the WORKDIR as a last resort. linux-yocto: We had an existing (silent) defect. The linux-yocto recipes all specify two git SRC_URIs, one for the kernel

[OE-core] [PATCH v2 1/6] Reproducible: Tidy class description

2018-09-13 Thread Douglas Royds
Tidy whitespace, delete commented-out lines Signed-off-by: Douglas Royds --- meta/classes/reproducible_build.bbclass | 49 +++-- 1 file changed, 22 insertions(+), 27 deletions(-) diff --git a/meta/classes/reproducible_build.bbclass b/meta/classes/reproducible_build.bbclass

[OE-core] [PATCH v2 2/6] Reproducible: Refactor: get_source_date_epoch_from_youngest_file()

2018-09-13 Thread Douglas Royds
Signed-off-by: Douglas Royds --- meta/classes/reproducible_build.bbclass | 73 ++--- 1 file changed, 40 insertions(+), 33 deletions(-) diff --git a/meta/classes/reproducible_build.bbclass b/meta/classes/reproducible_build.bbclass index 4e8850fb83..e118cfde01 100644 --- a/met

[OE-core] [PATCH v2 5/6] Reproducible: Don't enforce existence of ${S} dir

2018-09-13 Thread Douglas Royds
Unnecessary. Signed-off-by: Douglas Royds --- meta/classes/reproducible_build.bbclass | 6 +- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/meta/classes/reproducible_build.bbclass b/meta/classes/reproducible_build.bbclass index 42cb37b042..a81f249790 100644 --- a/meta/classes

[OE-core] [PATCH v2 6/6] Reproducible: Consistent debug logging

2018-09-13 Thread Douglas Royds
Log both the source of the source_date_epoch and the resulting source_date_epoch in all cases. Also, now that we are determining the source_date_epoch successfully for both yocto and non-yocto kernels, remove the inherits_class('kernel') exception. We will log a failure to find a source_date_epoch

Re: [OE-core] ✗ patchtest: failure for Reproducible: Find the git repo in WORKDIR/git or S first

2018-09-13 Thread Douglas Royds
On 14/09/18 04:11, Burton, Ross wrote: On 12 September 2018 at 03:15, Douglas Royds wrote: The patch series already was applied on top of b7f3f7ecfd. Fails for me too: Applying: Reproducible: Tidy class description Using index info to reconstruct a base tree... error: patch failed: meta/clas