Re: [OE-core] [warrior][PATCH v3] openssl: Fix a build bug on aarch64BE.

2019-06-19 Thread Lei, Maohui
ping > -Original Message- > From: Lei, Maohui > Sent: Thursday, June 06, 2019 11:05 AM > To: openembedded-core@lists.openembedded.org > Cc: Lei, Maohui > Subject: [OE-core][warrior][PATCH v3] openssl: Fix a build bug on aarch64BE. > > Fix bug as following on aarch64BE: > > Error:

[OE-core] [PATCH] mdadm: fix systemd service start up failure

2019-06-19 Thread changqing.li
From: Changqing Li 1. mdadm: No mail address or alert command - not monitoring with --monitor mode, mdadm needs a mail address and/or a program. This can be given with "mailaddr" and "program" lines to that monitoring can be started using. fix by given a mail address, user can replace with a

[OE-core] [PATCH 1/2] qemuriscv: Build uImage for RISC-V machines

2019-06-19 Thread Alistair Francis
Signed-off-by: Alistair Francis --- meta/conf/machine/include/riscv/qemuriscv.inc | 5 + 1 file changed, 5 insertions(+) diff --git a/meta/conf/machine/include/riscv/qemuriscv.inc b/meta/conf/machine/include/riscv/qemuriscv.inc index aa1eba77da..84d09fa78e 100644 ---

[OE-core] [PATCH 2/2] qemuriscv64: Fix QB_OPT_APPEND overwrite

2019-06-19 Thread Alistair Francis
Avoid overwriting the QB_OPT_APPEND variable. Signed-off-by: Alistair Francis --- meta/conf/machine/qemuriscv64.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/conf/machine/qemuriscv64.conf b/meta/conf/machine/qemuriscv64.conf index f1be7b8a71..dba8f09e93 100644

Re: [OE-core] [oe-core][PATCH 1/1] parted: change device manager check in ptest

2019-06-19 Thread richard . purdie
On Wed, 2019-06-19 at 22:56 +, Slater, Joseph wrote: > Hm, I searched for parted development, and it looks like the last > release was five years ago. We could have a long wait for this ptest > fix. They do still appear to be merging patches though:

Re: [OE-core] [oe-core][PATCH 1/1] parted: change device manager check in ptest

2019-06-19 Thread Slater, Joseph
Hm, I searched for parted development, and it looks like the last release was five years ago. We could have a long wait for this ptest fix. Joe From: openembedded-core-boun...@lists.openembedded.org [openembedded-core-boun...@lists.openembedded.org] on

[OE-core] [PATCH] lttng-tools: Filter ptest output to remove random tmp directories

2019-06-19 Thread Richard Purdie
These tmp paths end up in the test names making it hard to compare test runs so filter them out, they're not useful for our purposes. Signed-off-by: Richard Purdie --- meta/recipes-kernel/lttng/lttng-tools/run-ptest | 2 +- meta/recipes-kernel/lttng/lttng-tools_2.10.6.bb | 2 +- 2 files

Re: [OE-core] [oe-core][PATCH 1/1] parted: change device manager check in ptest

2019-06-19 Thread Slater, Joseph
I will send a patch upstream. Joe From: Richard Purdie [richard.pur...@linuxfoundation.org] Sent: Wednesday, June 19, 2019 2:39 PM To: Slater, Joseph; openembedded-core@lists.openembedded.org Subject: Re: [OE-core] [oe-core][PATCH 1/1] parted: change

Re: [OE-core] [meta-oe,v2] kernel-fitimage: introduce FIT_HASH_ALG

2019-06-19 Thread richard . purdie
On Wed, 2019-06-19 at 16:30 +0100, Alex Kiernan wrote: > I've a bunch of stuff I need to get out of the door at the moment, > but once that's out of the way, I'm going to see if I can get qemu + > U-Boot + FIT image as part of a test image as a starting point. That would be great! Cheers,

Re: [OE-core] [oe-core][PATCH 1/1] parted: change device manager check in ptest

2019-06-19 Thread Richard Purdie
On Wed, 2019-06-19 at 14:26 -0700, Joe Slater wrote: > t6001-psep should check for device manager the same way as > other ptests for parted -- look for an environment variable. > > Signed-off-by: Joe Slater > --- > meta/recipes-extended/parted/files/dm_check.patch | 22 > ++

[OE-core] ✗ patchtest: failure for glib-2.0: Fix CVE-2019-12450

2019-06-19 Thread Patchwork
== Series Details == Series: glib-2.0: Fix CVE-2019-12450 Revision: 1 URL : https://patchwork.openembedded.org/series/18255/ 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

[OE-core] [oe-core][PATCH 1/1] parted: change device manager check in ptest

2019-06-19 Thread Joe Slater
t6001-psep should check for device manager the same way as other ptests for parted -- look for an environment variable. Signed-off-by: Joe Slater --- meta/recipes-extended/parted/files/dm_check.patch | 22 ++ meta/recipes-extended/parted/parted_3.2.bb| 1 + 2 files

[OE-core] [oe-core][PATCH 1/1] glib-2.0: Fix CVE-2019-12450

2019-06-19 Thread Joe Slater
Unchanged patch from glib.git which was added after current release. Signed-off-by: Joe Slater --- .../glib-2.0/glib-2.0/CVE-2019-12450.patch | 62 ++ meta/recipes-core/glib-2.0/glib-2.0_2.60.3.bb | 1 + 2 files changed, 63 insertions(+) create mode 100644

Re: [OE-core] [PATCH 1/4] cve-update-db: New recipe to update CVE database

2019-06-19 Thread Adrian Bunk
Not sure which of the changes is responsible, but this is new: WARNING: flex-native-2.6.0-r0 do_cve_check: Found unpatched CVE (CVE-2015-1773) https://nvd.nist.gov/vuln/detail/CVE-2015-1773 Note that the flex tool is completely unrelated to Apache Flex. cu Adrian -- "Is there not

Re: [OE-core] [RFC][PATCH] systemd: Remove clearly incorrect musl patches

2019-06-19 Thread Khem Raj
On Fri, Jun 14, 2019 at 4:44 AM Richard Purdie < richard.pur...@linuxfoundation.org> wrote: > On Fri, 2019-06-14 at 10:29 +0300, Adrian Bunk wrote: > > This removes clearly incorrect musl patches and marks > > systemd as incompatible with musl until these issues > > are fixed. > > > > The

Re: [OE-core] [PATCH 1/2] less: Create symlink for pager

2019-06-19 Thread Khem Raj
On Wed, Jun 19, 2019 at 2:55 AM Burton, Ross wrote: > dpkg may, but that's because dpkg is the Debian package manager and it > follows Debian traditions. /usr/bin/pager is a Debianism: I suggest > we just patch it to use 'less'. Moreover I don’t see pager binary on my system here > > > Ross

Re: [OE-core] [warrior][PATCH] wpa-supplicant: Fix CVE-2019-9494 CVE-2019-9495 CVE-2019-9496 CVE-2019-9497 CVE-2019-9498 CVE-2019-9499 CVE-2019-11555

2019-06-19 Thread Adrian Bunk
On Wed, Jun 19, 2019 at 11:30:59AM -0700, akuster808 wrote: > > > On 6/19/19 11:04 AM, Adrian Bunk wrote: > > Signed-off-by: Adrian Bunk > > --- > > ...erver-Fix-reassembly-buffer-handling.patch | 48 +++ > > ...tant-time-operations-for-private-big.patch | 97 + > >

Re: [OE-core] [PATCH] libxslt: Fix CVE-2019-11068

2019-06-19 Thread Adrian Bunk
On Wed, Jun 19, 2019 at 11:32:00AM -0700, akuster808 wrote: > > > On 6/19/19 10:54 AM, Adrian Bunk wrote: > > Signed-off-by: Adrian Bunk > > --- > > .../0001-Fix-security-framework-bypass.patch | 124 ++ > > .../recipes-support/libxslt/libxslt_1.1.33.bb | 4 +- > > 2 files

Re: [OE-core] [PATCH] libxslt: Fix CVE-2019-11068

2019-06-19 Thread akuster808
On 6/19/19 10:54 AM, Adrian Bunk wrote: > Signed-off-by: Adrian Bunk > --- > .../0001-Fix-security-framework-bypass.patch | 124 ++ > .../recipes-support/libxslt/libxslt_1.1.33.bb | 4 +- > 2 files changed, 127 insertions(+), 1 deletion(-) > create mode 100644 >

[OE-core] ✗ patchtest: failure for wpa-supplicant: Fix CVE-2019-9494 CVE-2019-9495 CVE-2019-9496 CVE-2019-9497 CVE-2019-9498 CVE-2019-9499 CVE-2019-11555

2019-06-19 Thread Patchwork
== Series Details == Series: wpa-supplicant: Fix CVE-2019-9494 CVE-2019-9495 CVE-2019-9496 CVE-2019-9497 CVE-2019-9498 CVE-2019-9499 CVE-2019-11555 Revision: 1 URL : https://patchwork.openembedded.org/series/18254/ State : failure == Summary == Thank you for submitting this patch series to

Re: [OE-core] [warrior][PATCH] wpa-supplicant: Fix CVE-2019-9494 CVE-2019-9495 CVE-2019-9496 CVE-2019-9497 CVE-2019-9498 CVE-2019-9499 CVE-2019-11555

2019-06-19 Thread akuster808
On 6/19/19 11:04 AM, Adrian Bunk wrote: > Signed-off-by: Adrian Bunk > --- > ...erver-Fix-reassembly-buffer-handling.patch | 48 +++ > ...tant-time-operations-for-private-big.patch | 97 + > ...nctions-for-constant-time-operations.patch | 222 >

[OE-core] [warrior][PATCH] wpa-supplicant: Fix CVE-2019-9494 CVE-2019-9495 CVE-2019-9496 CVE-2019-9497 CVE-2019-9498 CVE-2019-9499 CVE-2019-11555

2019-06-19 Thread Adrian Bunk
Signed-off-by: Adrian Bunk --- ...erver-Fix-reassembly-buffer-handling.patch | 48 +++ ...tant-time-operations-for-private-big.patch | 97 + ...nctions-for-constant-time-operations.patch | 222 ...-peer-Fix-reassembly-buffer-handling.patch | 48 +++

[OE-core] [PATCH] libxslt: Fix CVE-2019-11068

2019-06-19 Thread Adrian Bunk
Signed-off-by: Adrian Bunk --- .../0001-Fix-security-framework-bypass.patch | 124 ++ .../recipes-support/libxslt/libxslt_1.1.33.bb | 4 +- 2 files changed, 127 insertions(+), 1 deletion(-) create mode 100644

[OE-core] [PATCH] openssh: Add missing DEPENDS on virtual/crypt

2019-06-19 Thread Richard Purdie
Changes to libxcrypt revealed a missing dependency in the openssh recipe. Signed-off-by: Richard Purdie --- meta/recipes-connectivity/openssh/openssh_8.0p1.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-connectivity/openssh/openssh_8.0p1.bb

Re: [OE-core] [PATCH 2/4] cve-check: Remove dependency to cve-check-tool-native

2019-06-19 Thread Pierre Le Magourou
> Does this mean we can delete the cve-check-tool recipe itself too? > Yes, with this patch cve-check class does not need cve-check-tool anymore. Pierre -- ___ Openembedded-core mailing list Openembedded-core@lists.openembedded.org

[OE-core] [warrior][PATCH 3/3] package.bbclass: Clean up writing of runtime pkgdata files

2019-06-19 Thread Peter Kjellerstedt
From: Peter Kjellerstedt This introduces a variable, PKGDATA_VARS, that contains the names of the variables that are to be output in the runtime pkgdata files. Signed-off-by: Peter Kjellerstedt Signed-off-by: Richard Purdie --- This is a backport from master. meta/classes/package.bbclass

[OE-core] [warrior][PATCH 2/3] texinfo-dummy-native: Rewrite template.py to use argparse

2019-06-19 Thread Peter Kjellerstedt
From: Peter Kjellerstedt The original version of template.py parses the arguments manually. This fails when looking for the -E option if, e.g., an -I option is specified without any space before its argument, and that argument contains the letter 'E'. A minor difference to the original version

[OE-core] [warrior][PATCH 1/3] texinfo-dummy-native: A little clean up of template.py

2019-06-19 Thread Peter Kjellerstedt
From: Peter Kjellerstedt This is mainly whitespace clean up, plus using the with statement when writing files. Signed-off-by: Peter Kjellerstedt Signed-off-by: Richard Purdie --- This is a backport from master. .../texinfo-dummy/template.py | 63 +-- 1 file

Re: [OE-core] [meta-oe,v2] kernel-fitimage: introduce FIT_HASH_ALG

2019-06-19 Thread Alex Kiernan
On Wed, Jun 19, 2019 at 3:51 PM wrote: > > On Wed, 2019-06-19 at 10:14 +0100, Luca Boccassi wrote: > > On Wed, 2019-06-19 at 10:06 +0100, Alex Kiernan wrote: > > > On Wed, Jun 19, 2019 at 9:48 AM Luca Boccassi < > > > luca.bocca...@gmail.com > > > > > > > > Thanks Richard - in case it helps,

Re: [OE-core] [PATCH 1/1] linux-yocto: Add SCSI support when ptest is in DISTRO_FEATURES

2019-06-19 Thread Bruce Ashfield
On Wed, Jun 19, 2019 at 9:11 AM Bruce Ashfield wrote: > > On Wed, Jun 19, 2019 at 8:44 AM wrote: > > > > On Wed, 2019-06-19 at 08:24 -0400, Bruce Ashfield wrote: > > > On Wed, Jun 19, 2019 at 6:51 AM Richard Purdie > > > wrote: > > > > On Tue, 2019-06-18 at 15:10 -0500, Mariano López wrote: > >

Re: [OE-core] [PATCH 2/4] cve-check: Remove dependency to cve-check-tool-native

2019-06-19 Thread Burton, Ross
Does this mean we can delete the cve-check-tool recipe itself too? Ross On Wed, 19 Jun 2019 at 15:03, Pierre Le Magourou wrote: > > From: Pierre Le Magourou > > Use the new update-cve-db recipe to update database. > > Signed-off-by: Pierre Le Magourou > --- > meta/classes/cve-check.bbclass |

Re: [OE-core] [PATCH 3/9] dnf: upgrade 4.2.2 -> 4.2.7

2019-06-19 Thread Richard Purdie
On Wed, 2019-06-19 at 15:24 +0200, Alexander Kanavin wrote: > Signed-off-by: Alexander Kanavin > --- > meta/recipes-devtools/dnf/{dnf_4.2.2.bb => dnf_4.2.7.bb} | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > rename meta/recipes-devtools/dnf/{dnf_4.2.2.bb => dnf_4.2.7.bb} > (98%) > >

Re: [OE-core] [meta-oe,v2] kernel-fitimage: introduce FIT_HASH_ALG

2019-06-19 Thread richard . purdie
On Wed, 2019-06-19 at 10:14 +0100, Luca Boccassi wrote: > On Wed, 2019-06-19 at 10:06 +0100, Alex Kiernan wrote: > > On Wed, Jun 19, 2019 at 9:48 AM Luca Boccassi < > > luca.bocca...@gmail.com > > > > > > Thanks Richard - in case it helps, we've been using this patch > > > for a few months at

Re: [OE-core] [PATCH 3/3] uninative-tarball: Add libxcrypt-compat

2019-06-19 Thread richard . purdie
On Wed, 2019-06-19 at 07:45 -0700, akuster808 wrote: > > On 6/19/19 6:56 AM, Richard Purdie wrote: > > This avoids sstate/uninative relocation issues where a binary was > > built against > > a system with libcrypt.so.1 or libcrypt.so.2 and then run on the > > opposite by > > ensuring both

Re: [OE-core] [PATCH 3/3] uninative-tarball: Add libxcrypt-compat

2019-06-19 Thread akuster808
On 6/19/19 6:56 AM, Richard Purdie wrote: > This avoids sstate/uninative relocation issues where a binary was built > against > a system with libcrypt.so.1 or libcrypt.so.2 and then run on the opposite by > ensuring both libraries are in uninative. Does this affect stable branches? - armin >

Re: [OE-core] [PATCH] lttng-ust:upgrade 2.10.3 -> 2.10.4

2019-06-19 Thread Jonathan Rajotte-Julien
Hi, Looks good to me. Cheers On Wed, Jun 19, 2019 at 03:14:40PM +0800, Zang Ruochen wrote: > -Upgrade from lttng-ust_2.10.3.bb to lttng-ust_2.10.4.bb. > > -lttng-ust/0001-compat-work-around-broken-_SC_NPROCESSORS_CONF-on-MU.patch > Removed since this is included in 2.10.4 > > Signed-off-by:

[OE-core] [PATCH 4/4] cve-check: Consider CVE that affects versions with less than operator

2019-06-19 Thread Pierre Le Magourou
From: Pierre Le Magourou In the NVD json CVE feed, affected versions can be strictly matched to a version, but they can also be matched with the operator '<='. Add a new condition in the sqlite query to match affected versions that are defined with the operator '<='. Then use LooseVersion to

[OE-core] [PATCH 3/4] cve-check: Manage CVE_PRODUCT with more than one name

2019-06-19 Thread Pierre Le Magourou
From: Pierre Le Magourou In some rare cases (eg. curl recipe) the CVE_PRODUCT contains more than one name. Signed-off-by: Pierre Le Magourou --- meta/classes/cve-check.bbclass | 25 ++--- 1 file changed, 14 insertions(+), 11 deletions(-) diff --git

[OE-core] [PATCH 1/4] cve-update-db: New recipe to update CVE database

2019-06-19 Thread Pierre Le Magourou
From: Pierre Le Magourou cve-check-tool-native do_populate_cve_db task was using deprecated NVD xml data feeds, cve-update-db uses NVD json data feeds. Sqlite database schema was updated to take into account CVSSv3 CVE scores and operator in affected product versions. A new META table was added

[OE-core] [PATCH 2/4] cve-check: Remove dependency to cve-check-tool-native

2019-06-19 Thread Pierre Le Magourou
From: Pierre Le Magourou Use the new update-cve-db recipe to update database. Signed-off-by: Pierre Le Magourou --- meta/classes/cve-check.bbclass | 71 -- 1 file changed, 26 insertions(+), 45 deletions(-) diff --git a/meta/classes/cve-check.bbclass

[OE-core] [PATCH 2/3] libxcrypt-compat: Add recipe to build the obsolete APIs

2019-06-19 Thread Richard Purdie
Add a recipe which is able to build the obsolete APIs. This is mainly to support uninative which needs to have both the new and obsolete APIs available to support the different host combinations. Signed-off-by: Richard Purdie --- .../libxcrypt/libxcrypt-compat_4.4.6.bb | 16

[OE-core] [PATCH 3/3] uninative-tarball: Add libxcrypt-compat

2019-06-19 Thread Richard Purdie
This avoids sstate/uninative relocation issues where a binary was built against a system with libcrypt.so.1 or libcrypt.so.2 and then run on the opposite by ensuring both libraries are in uninative. Signed-off-by: Richard Purdie --- meta/recipes-core/meta/uninative-tarball.bb | 1 + 1 file

[OE-core] [PATCH 1/3] libxcrypt: Switch to disable obsolete APIs

2019-06-19 Thread Richard Purdie
Since we have a fair amount of control of what we build in OE we can disable the obsolete APIs which is what most distros are doing at this point. This causes the library version to bump from 1 to 2. Signed-off-by: Richard Purdie --- meta/recipes-core/libxcrypt/libxcrypt_4.4.6.bb | 3 +++ 1

[OE-core] [PATCH 8/9] btrfs-tools: update to 5.1.1

2019-06-19 Thread Alexander Kanavin
Drop backported patch, and a patch where upstream took care of the issue. Signed-off-by: Alexander Kanavin --- ...DFLAGS-when-building-libbtrfsutil.so.patch | 26 --- ...gs-Pass-CFLAGS-and-LDFLAGS-to-Python.patch | 43 --- ...trfs-tools_5.1.bb => btrfs-tools_5.1.1.bb} |

[OE-core] [PATCH 9/9] gobject-introspection: update to 1.60.2

2019-06-19 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- ...-Relocate-the-repository-directory-for-native-builds.patch | 2 +- ...ntrospection_1.60.1.bb => gobject-introspection_1.60.2.bb} | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) rename

[OE-core] [PATCH 4/9] libmodulemd: upgrade 2.4.0 -> 2.5.0

2019-06-19 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- meta/recipes-devtools/libmodulemd/libmodulemd_git.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/recipes-devtools/libmodulemd/libmodulemd_git.bb b/meta/recipes-devtools/libmodulemd/libmodulemd_git.bb index

[OE-core] [PATCH 5/9] vala: upgrade 0.44.3 -> 0.44.5

2019-06-19 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- meta/recipes-devtools/vala/{vala_0.44.3.bb => vala_0.44.5.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-devtools/vala/{vala_0.44.3.bb => vala_0.44.5.bb} (57%) diff --git a/meta/recipes-devtools/vala/vala_0.44.3.bb

[OE-core] [PATCH 6/9] libnewt: merge libnewt-python recipe into the main recipe

2019-06-19 Thread Alexander Kanavin
libnewt-python was including libnewt recipe and adding tweaks, which is bad form. It also broke AUH, as it won't update more than one recipe in a single transaction. Signed-off-by: Alexander Kanavin --- .../newt/libnewt-python_0.52.20.bb| 28 ---

[OE-core] [PATCH 7/9] epiphany: update to 3.32.3

2019-06-19 Thread Alexander Kanavin
Drop backported patch. Signed-off-by: Alexander Kanavin --- ...{epiphany_3.32.2.bb => epiphany_3.32.3.bb} | 5 +- ...Clean-up-ephy_web_application_create.patch | 79 --- 2 files changed, 2 insertions(+), 82 deletions(-) rename meta/recipes-gnome/epiphany/{epiphany_3.32.2.bb =>

[OE-core] [PATCH 3/9] dnf: upgrade 4.2.2 -> 4.2.7

2019-06-19 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- meta/recipes-devtools/dnf/{dnf_4.2.2.bb => dnf_4.2.7.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-devtools/dnf/{dnf_4.2.2.bb => dnf_4.2.7.bb} (98%) diff --git a/meta/recipes-devtools/dnf/dnf_4.2.2.bb

[OE-core] [PATCH 2/9] librepo: upgrade 1.10.2 -> 1.10.3

2019-06-19 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- .../librepo/{librepo_1.10.2.bb => librepo_1.10.3.bb}| 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-devtools/librepo/{librepo_1.10.2.bb => librepo_1.10.3.bb} (93%) diff --git

[OE-core] [PATCH 1/9] createrepo-c: upgrade 0.14.0 -> 0.14.2

2019-06-19 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- .../{createrepo-c_0.14.0.bb => createrepo-c_0.14.2.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-devtools/createrepo-c/{createrepo-c_0.14.0.bb => createrepo-c_0.14.2.bb} (95%) diff --git

Re: [OE-core] [PATCH 1/1] linux-yocto: Add SCSI support when ptest is in DISTRO_FEATURES

2019-06-19 Thread Bruce Ashfield
On Wed, Jun 19, 2019 at 8:44 AM wrote: > > On Wed, 2019-06-19 at 08:24 -0400, Bruce Ashfield wrote: > > On Wed, Jun 19, 2019 at 6:51 AM Richard Purdie > > wrote: > > > On Tue, 2019-06-18 at 15:10 -0500, Mariano López wrote: > > > > The scsi_debug module can't be built in some architectures as >

Re: [OE-core] [PATCH 1/1] linux-yocto: Add SCSI support when ptest is in DISTRO_FEATURES

2019-06-19 Thread richard . purdie
On Wed, 2019-06-19 at 08:24 -0400, Bruce Ashfield wrote: > On Wed, Jun 19, 2019 at 6:51 AM Richard Purdie > wrote: > > On Tue, 2019-06-18 at 15:10 -0500, Mariano López wrote: > > > The scsi_debug module can't be built in some architectures as > > > they > > > have > > > SCSI support disabled by

Re: [OE-core] [PATCH 1/1] linux-yocto: Add SCSI support when ptest is in DISTRO_FEATURES

2019-06-19 Thread Bruce Ashfield
On Wed, Jun 19, 2019 at 6:51 AM Richard Purdie wrote: > > On Tue, 2019-06-18 at 15:10 -0500, Mariano López wrote: > > The scsi_debug module can't be built in some architectures as they > > have > > SCSI support disabled by default. This patch will enable SCSI support > > as > > well as the

[OE-core] [PATCH] rng-tools: 6.6 -> 6.7

2019-06-19 Thread kai.kang
From: Kai Kang Upgrade rng-tools from 6.6 to latest commit 9fc873c which 26 commits beyond release 6.7: $ git describe 9fc873c5af0e39263 v6.7-26-g9fc873c Because it includes some critical fixes such as configure fails and 'Import yocto fixes for 6.6'. * remove local patches that all are

[OE-core] [PATCH v2] dpkg: Use less as pager

2019-06-19 Thread Ricardo Ribalda Delgado
Debian traditionaly uses /usr/bin/pager as the system pager, which is a link to the user preferred pager. This is a Debianism. Without this patch: root@qt5122:~# dpkg -l sh: pager: command not found dpkg-query: error: showing package list on pager subprocess returned error exit status 127

Re: [OE-core] [PATCH] dpkg: Use less as pager

2019-06-19 Thread Burton, Ross
I'd say we can assume that less exists. On Wed, 19 Jun 2019 at 12:05, Adrian Bunk wrote: > > On Wed, Jun 19, 2019 at 12:32:51PM +0200, Ricardo Ribalda Delgado wrote: > >... > > --- a/meta/recipes-devtools/dpkg/dpkg.inc > > +++ b/meta/recipes-devtools/dpkg/dpkg.inc > > @@ -4,7 +4,7 @@ SECTION =

Re: [OE-core] [PATCH] dpkg: Use less as pager

2019-06-19 Thread Adrian Bunk
On Wed, Jun 19, 2019 at 12:32:51PM +0200, Ricardo Ribalda Delgado wrote: >... > --- a/meta/recipes-devtools/dpkg/dpkg.inc > +++ b/meta/recipes-devtools/dpkg/dpkg.inc > @@ -4,7 +4,7 @@ SECTION = "base" > > DEPENDS = "zlib bzip2 perl ncurses" > DEPENDS_class-native = "bzip2-replacement-native

Re: [OE-core] [PATCH 1/1] linux-yocto: Add SCSI support when ptest is in DISTRO_FEATURES

2019-06-19 Thread Richard Purdie
On Tue, 2019-06-18 at 15:10 -0500, Mariano López wrote: > The scsi_debug module can't be built in some architectures as they > have > SCSI support disabled by default. This patch will enable SCSI support > as > well as the scsi_debug module when ptest is in DISTRO_FEATURES. > > Signed-off-by:

[OE-core] [PATCH] dpkg: Use less as pager

2019-06-19 Thread Ricardo Ribalda Delgado
Debian traditionaly uses /usr/bin/pager as the system pager, which is a link to the user preferred pager. This is a Debianism. Without this patch: root@qt5122:~# dpkg -l sh: pager: command not found dpkg-query: error: showing package list on pager subprocess returned error exit status 127

Re: [OE-core] [AUH] lttng-ust: upgrading to 2.10.4 FAILED

2019-06-19 Thread Alexander Kanavin
On Tue, 18 Jun 2019 at 17:49, Khem Raj wrote: > > >> a) we should have a bug for this as devtool shouldn't be giving > >> tracebacks? > > > > > > Bug filed: > > https://bugzilla.yoctoproject.org/show_bug.cgi?id=13404 > > > >> > >> b) we could add some kind of "reset" command that AUH could run

Re: [OE-core] [PATCH 1/2] less: Create symlink for pager

2019-06-19 Thread Ricardo Ribalda Delgado
Hi Ross I am ok with that. But looking forward it is definitely more difficult to maintain that patch on future dpkg versions. Will prepare the patch and then you decide :P Thanks! On Wed, Jun 19, 2019 at 11:55 AM Burton, Ross wrote: > > dpkg may, but that's because dpkg is the Debian package

Re: [OE-core] [PATCH 1/2] less: Create symlink for pager

2019-06-19 Thread Burton, Ross
dpkg may, but that's because dpkg is the Debian package manager and it follows Debian traditions. /usr/bin/pager is a Debianism: I suggest we just patch it to use 'less'. Ross On Wed, 19 Jun 2019 at 10:47, Ricardo Ribalda Delgado wrote: > > Some system tools (like dpkg) expects a binary called

[OE-core] [PATCH 1/2] less: Create symlink for pager

2019-06-19 Thread Ricardo Ribalda Delgado
Some system tools (like dpkg) expects a binary called pager when they run on a interactive console. This patch addes this symlink via alternative, so other packages can also provide this symlink. Signed-off-by: Ricardo Ribalda Delgado --- meta/recipes-extended/less/less_550.bb | 4 +++- 1 file

[OE-core] [PATCH] python3: python3: Fix build error x86->x86

2019-06-19 Thread Ricardo Ribalda Delgado
When building x86->x86 the system will try to execute .so and related items from the default PYTHONPATH. This will fail if the target CPU contains instructions that the host CPU does not have, add CROSSPYTHONPATH into PYTHONPATH so we can prepend the list to find correct libs. Fixes: Illegal

[OE-core] [PATCH 2/2] dpkg: add missing running dependency

2019-06-19 Thread Ricardo Ribalda Delgado
Without this patch: root@qt5122:~# dpkg -l sh: pager: command not found dpkg-query: error: showing package list on pager subprocess returned error exit status 127 Signed-off-by: Ricardo Ribalda Delgado --- meta/recipes-devtools/dpkg/dpkg.inc | 2 +- 1 file changed, 1 insertion(+), 1

[OE-core] [PATCH] rootfs: Fix dependency for every dpkg run

2019-06-19 Thread Ricardo Ribalda Delgado
Avoid getting a warning on do_rootfs. Fixes: NOTE: Installing the following packages: libgdk-pixbuf-2.0-locale-en-gb glibc-locale-en-gb libatspi-locale-en-gb gstreamer1.0-locale-en-gb gtk+3-locale-en libatk-1.0-locale-en-gb gtk+3-locale-en-gb gstreamer1.0-plugins-good-locale-en-gb

[OE-core] [PATCH] meson: Fix native patch to python3

2019-06-19 Thread Ricardo Ribalda Delgado
Fixes: File "/workdir/build/tmp/work/dbfp4-poky-linux/qv4l2/1.17.0+gitAUTOINC+95f39aae48-r0/recipe-sysroot-native/usr/lib/python3.7/site-packages/mesonbuild/dependencies/base.py", line 574, in _call_pkgbin cache[(self.pkgbin, targs, fenv)] = self._call_pkgbin_real(args, env, use_native)

Re: [OE-core] [meta-oe,v2] kernel-fitimage: introduce FIT_HASH_ALG

2019-06-19 Thread Luca Boccassi
On Wed, 2019-06-19 at 10:06 +0100, Alex Kiernan wrote: > On Wed, Jun 19, 2019 at 9:48 AM Luca Boccassi < > luca.bocca...@gmail.com > > wrote: > > On Tue, 2019-06-18 at 17:11 +0100, Richard Purdie wrote: > > > On Tue, 2019-06-18 at 08:53 -0700, Khem Raj wrote: > > > > On Tue, Jun 18, 2019 at 1:26

Re: [OE-core] [meta-oe,v2] kernel-fitimage: introduce FIT_HASH_ALG

2019-06-19 Thread Alex Kiernan
On Wed, Jun 19, 2019 at 9:48 AM Luca Boccassi wrote: > > On Tue, 2019-06-18 at 17:11 +0100, Richard Purdie wrote: > > On Tue, 2019-06-18 at 08:53 -0700, Khem Raj wrote: > > > On Tue, Jun 18, 2019 at 1:26 AM Luca Boccassi < > > > luca.bocca...@gmail.com > > > > wrote: > > > > On Thu, 2017-11-02 at

Re: [OE-core] [meta-oe,v2] kernel-fitimage: introduce FIT_HASH_ALG

2019-06-19 Thread Luca Boccassi
On Tue, 2019-06-18 at 17:11 +0100, Richard Purdie wrote: > On Tue, 2019-06-18 at 08:53 -0700, Khem Raj wrote: > > On Tue, Jun 18, 2019 at 1:26 AM Luca Boccassi < > > luca.bocca...@gmail.com > > > wrote: > > > On Thu, 2017-11-02 at 16:48 +0100, Ayoub Zaki wrote: > > > > sanitize fitImage hash

[OE-core] [PATCH v2] wic/bootimg-efi: allow multiple initrd

2019-06-19 Thread chee . yang . lee
From: Chee Yang Lee Allow plugin bootimg-efi to configure with multiple initrd through source parameter. Uses ; to separate each initrd. e.g: --sourceparams="loader=${EFI_PROVIDER},initrd=initrd1;initrd2" Signed-off-by: Chee Yang Lee --- scripts/lib/wic/plugins/source/bootimg-efi.py | 22

[OE-core] [PATCH] gobject-introspection:upgrade 1.60.1 -> 1.60.2

2019-06-19 Thread Zang Ruochen
-Upgrade from gobject-introspection_1.60.1.bb to gobject-introspection_1.60.2.bb. Signed-off-by: Zang Ruochen --- ...ntrospection_1.60.1.bb => gobject-introspection_1.60.2.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename

[OE-core] [PATCH] xkeyboard:upgrade 2.26 -> 2.27

2019-06-19 Thread Zang Ruochen
-Upgrade from xkeyboard-config_2.26.bb to xkeyboard-config_2.27.bb. Signed-off-by: Zang Ruochen --- .../{xkeyboard-config_2.26.bb => xkeyboard-config_2.27.bb}| 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-graphics/xorg-lib/{xkeyboard-config_2.26.bb =>

[OE-core] [PATCH] lttng-ust:upgrade 2.10.3 -> 2.10.4

2019-06-19 Thread Zang Ruochen
-Upgrade from lttng-ust_2.10.3.bb to lttng-ust_2.10.4.bb. -lttng-ust/0001-compat-work-around-broken-_SC_NPROCESSORS_CONF-on-MU.patch Removed since this is included in 2.10.4 Signed-off-by: Zang Ruochen --- ...nd-broken-_SC_NPROCESSORS_CONF-on-MU.patch | 109 --

[OE-core] [PATCH] curl:upgrade 7.64.1 -> 7.65.1

2019-06-19 Thread Zang Ruochen
-Upgrade from curl_7.64.1.bb to curl_7.65.1.bb. Signed-off-by: Zang Ruochen --- meta/recipes-support/curl/{curl_7.64.1.bb => curl_7.65.1.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-support/curl/{curl_7.64.1.bb => curl_7.65.1.bb} (95%) diff --git

[OE-core] [PATCH] gnupg:upgrade 2.2.15 -> 2.2.16

2019-06-19 Thread Zang Ruochen
-Upgrade from gnupg_2.2.15.bb to gnupg_2.2.16.bb. Signed-off-by: Zang Ruochen --- .../gnupg/{gnupg_2.2.15.bb => gnupg_2.2.16.bb}| 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-support/gnupg/{gnupg_2.2.15.bb => gnupg_2.2.16.bb} (93%) diff --git