Re: [OE-core] Update sdk dummy providers

2018-11-19 Thread Andrej Valek
Yes, you have right, I am using ipk packages with opkg. So seems to be a reason, why you have commented it out. Is there any way to fix it? Let's say "if not rpm". Regards, Andrej On 11/19/18 11:43 PM, richard.pur...@linuxfoundation.org wrote: > On Mon, 2018-11-19 at 15:00 +, Valek, Andrej wr

Re: [OE-core] [PATCH 5/8] busybox: use example.org instead of google.com in wget test case

2018-11-19 Thread ChenQi
On 11/16/2018 01:43 AM, Burton, Ross wrote: On Thu, 15 Nov 2018 at 01:57, Chen Qi wrote: Use example.org to ensure it's always reachible. Is this because of China's firewall? You'd think that google.com would have excellent uptime. Ross I guess so. I agree that google.com has excellent up

[OE-core] [rocko][PATCH] lsbtest: minor fixes for LSB 5.0

2018-11-19 Thread Yi Zhao
* Remove qt4 test component in test list since qt4 isn't installed to lsb image by default. * Update package directory, server IP address and version. * Move LSB_Test.sh from /usr/bin to /opt/lsb-test. * Add lsb as runtime dependency. Signed-off-by: Yi Zhao Signed-off-by: Ross Burton [Yocto #

Re: [OE-core] [thud][PATCH] ppce500v2: remove spe *The PowerPC SPE support is split off to a separate powerpcspe port

2018-11-19 Thread C.r. Guo
Hello all, Please review gcc changes about issue. https://www.gnu.org/software/gcc/gcc-8/changes.html https://gcc.gnu.org/ml/gcc/2018-04/msg00102.html thanks chunrong -Original Message- From: richard.pur...@linuxfoundation.org Sent: 2018年11月16日 20:46 To: Lukasz Majewski Cc: C.r. G

Re: [OE-core] Update sdk dummy providers

2018-11-19 Thread richard . purdie
On Mon, 2018-11-19 at 15:00 +, Valek, Andrej wrote: > I would like to ask You a question about your commit ( > http://git.yoctoproject.org/cgit/cgit.cgi/poky/commit/meta/recipes-core/meta/dummy-sdk-package.inc?id=0d0984e1e616c9f1c211b7b980ba2ca54c096e6e > ) to update sdk providers. I have found

[OE-core] [PATCH] systemd: fix PN-container package splitting

2018-11-19 Thread Adrian Freihofer
From: Adrian Freihofer - Fix package splitting for services installed with systemd-container. Some files have been installed with systemd package instead of systemd-container package. (*.service, *.socket, *.html...) - Split journal-upload, journal-remote, journal-gatewayd into separate p

Re: [OE-core] [PATCH 1/5] curl: update to 7.62.0

2018-11-19 Thread Khem Raj
On Mon, Nov 19, 2018 at 6:42 AM Armin Kuster wrote: > > Drop all CVE patches now included in update. > > For details see: https://curl.haxx.se/changes.html > This comes with some consequences since curl 7.62.0 deprecates the CURLE_SSL_CACERT error code, and unifies it with CURLE_PEER_FAILED_VERIF

Re: [OE-core] [AUH] Upgrade status: 2018-11-17

2018-11-19 Thread Marek Vasut
On 11/19/2018 05:54 PM, Alexander Kanavin wrote: > On Mon, 19 Nov 2018 at 16:11, Marek Vasut wrote: >>> For what it's worth, u-boot does not currently compile for qemux86: >>> >>> | {standard input}: Assembler messages: >>> | {standard input}:26553: Error: junk at end of line, first >>> unrecogniz

[OE-core] [PATCH] ltp: Delete unneeded patch for FNM_EXTMATCH

2018-11-19 Thread Daniel Díaz
The patch in question was reworked, merged and released by upstream version 20180926, as commit 822ad2043379. Signed-off-by: Daniel Díaz --- ...FNM_EXTMATCH-if-not-already-like-und.patch | 44 --- meta/recipes-extended/ltp/ltp_20180926.bb | 1 - 2 files changed, 45 deletions

Re: [OE-core] [PATCH 4/6] librepo: update to 1.9.2

2018-11-19 Thread Burton, Ross
On Mon, 19 Nov 2018 at 15:09, Alexander Kanavin wrote: > -DEPENDS = "curl expat glib-2.0 openssl attr gpgme" > +DEPENDS = "curl expat glib-2.0 openssl attr gpgme libxml2" packages/corei7-64-poky-linux/librepo/librepo: RDEPENDS: removed "expat (['>= 2.2.6'])", added "libxml2 (['>= 2.9.8'])" So p

Re: [OE-core] [PATCH v3] u-boot: Add mkenvimage tool

2018-11-19 Thread Alexey Brodkin
Hi Otavio, Tom, all, On Mon, 2018-11-19 at 17:22 -0200, Otavio Salvador wrote: > On Mon, Nov 19, 2018 at 5:08 PM Tom Rini wrote: > > On Mon, Nov 19, 2018 at 01:51:41PM +0100, Marek Vasut wrote: > > > On 11/19/2018 11:04 AM, Alexey Brodkin wrote: > > > > This utility is used for creation of images

Re: [OE-core] [PATCH v3] u-boot: Add mkenvimage tool

2018-11-19 Thread Otavio Salvador
On Mon, Nov 19, 2018 at 5:08 PM Tom Rini wrote: > > On Mon, Nov 19, 2018 at 01:51:41PM +0100, Marek Vasut wrote: > > On 11/19/2018 11:04 AM, Alexey Brodkin wrote: > > > This utility is used for creation of images containing > > > usable in run-time U-Boot environment. > > > > > > As of today this

Re: [OE-core] [PATCH v3] u-boot: Add mkenvimage tool

2018-11-19 Thread Tom Rini
On Mon, Nov 19, 2018 at 01:51:41PM +0100, Marek Vasut wrote: > On 11/19/2018 11:04 AM, Alexey Brodkin wrote: > > This utility is used for creation of images containing > > usable in run-time U-Boot environment. > > > > As of today this utility is added per-board like here [1] > > for Intel Edison

[OE-core] [PATCH v3] classes/testsdk: Split implementation into classes

2018-11-19 Thread Joshua Watt
Splits the SDK test implementation into configurable Python classes. The classes used for the normal and extensible SDKs are ${TESTSDK_CLASS_NAME} and ${TESTSDKEXT_CLASS_NAME} respectively. This allows SDK machines to override the classes used to implement the tests. For the traditional SDK, a com

[OE-core] [PATCH] musl: Update to latest trunk

2018-11-19 Thread Khem Raj
Complete changelogs are here https://git.musl-libc.org/cgit/musl/log/?qt=range&q=c50985d5c8e316c5c464f352e79eeebfed1121a9..79f653c6bc2881dd6855299c908a442f56cb7c2b Signed-off-by: Khem Raj --- meta/recipes-core/musl/musl_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/m

Re: [OE-core] [AUH] Upgrade status: 2018-11-17

2018-11-19 Thread Alexander Kanavin
On Mon, 19 Nov 2018 at 16:11, Marek Vasut wrote: > > For what it's worth, u-boot does not currently compile for qemux86: > > > > | {standard input}: Assembler messages: > > | {standard input}:26553: Error: junk at end of line, first > > unrecognized character is `@' > > | {standard input}:26659: E

[OE-core] Yocto Project Unassigned Bugs - Help Needed

2018-11-19 Thread Jolley, Stephen K
All, The triage team meets weekly and does its best to handle the bugs reported into the bugzilla. The number of people attending that meeting has fallen, as have the number of people available to help fix bugs. One of the things we hear users report is they don't know how to help. We (the tr

Re: [OE-core] [PATCH v2] classes/testsdk: Split implementation into classes

2018-11-19 Thread Joshua Watt
On Mon, 2018-11-19 at 14:25 +, Richard Purdie wrote: > Thanks for reworking this, it does look a lot better and should stop > some of the bbclass proliferation we're seeing. > > I assume all the code was functionally unchanged in the move? Correct. > > On Sun, 2018-11-18 at 13:19 -0600, Jos

[OE-core] ✗ patchtest: failure for "lttng-tools: Improve ptest rob..." and 2 more

2018-11-19 Thread Patchwork
== Series Details == Series: "lttng-tools: Improve ptest rob..." and 2 more Revision: 1 URL : https://patchwork.openembedded.org/series/14979/ State : failure == Summary == Thank you for submitting this patch series to OpenEmbedded Core. This is an automated response. Several tests have been

[OE-core] [PATCH] maintainers.inc: add libmodulemd entry

2018-11-19 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- meta/conf/distro/include/maintainers.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/meta/conf/distro/include/maintainers.inc b/meta/conf/distro/include/maintainers.inc index 0889c1c4295..0d5c416fe88 100644 --- a/meta/conf/distro/include/maintainers.i

Re: [OE-core] [PATCH 1/6] libmodulemd: add a new recipe

2018-11-19 Thread Richard Purdie
On Mon, 2018-11-19 at 16:08 +0100, Alexander Kanavin wrote: > This is a hard requirement of the new libdnf versions. > > Signed-off-by: Alexander Kanavin Thanks, this will need a maintainers entry to pass on the autobuilder though! Cheers, Richard -- _

[OE-core] [PATCH 2/3] lttng-tools: Upgrade 2.9.5 -> 2.10.5 and improve ptest

2018-11-19 Thread Richard Purdie
A backported patch was removed. The kmod option changed format in the new version so was adjusted accordingly. The ptest package was improved to resolve failures in the tests/unit/ directory but disabling attempts to rebuild the binaries on target. Various ptest libtool script wrappers are now r

[OE-core] [PATCH 3/3] nasm: Couple of recipe cleanups

2018-11-19 Thread Richard Purdie
The do_install now matches that from autotools.bbclass. Document that brokensep is still needed. Use a better form of handling of aclocal.m4 Signed-off-by: Richard Purdie --- meta/recipes-devtools/nasm/nasm_2.14.bb | 11 ++- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a

[OE-core] [PATCH 1/3] lttng-tools: Improve ptest robustness

2018-11-19 Thread Richard Purdie
There are some fatal make errors that occur from the current ptest for lttng-tools however since other tests are successful, those make build failures were being ignored. When upgrading, the order of test execution changed and the ptest failed fatally straight away with the same errors. Passing -

Re: [OE-core] [AUH] Upgrade status: 2018-11-17

2018-11-19 Thread Marek Vasut
On 11/19/2018 04:04 PM, Alexander Kanavin wrote: > On Sun, 18 Nov 2018 at 16:05, Marek Vasut wrote: >> Heh, I spent quite some time to make sure U-Boot builds on the targets >> AUH uses for it's auto update stuff, exactly to let it update U-Boot so >> I won't have to do it manually. > > For what

Re: [OE-core] Update sdk dummy providers

2018-11-19 Thread richard . purdie
On Mon, 2018-11-19 at 15:00 +, Valek, Andrej wrote: > Hello Richard, > > I would like to ask You a question about your commit ( > http://git.yoctoproject.org/cgit/cgit.cgi/poky/commit/meta/recipes-core/meta/dummy-sdk-package.inc?id=0d0984e1e616c9f1c211b7b980ba2ca54c096e6e > ) to update sdk pr

[OE-core] [PATCH 4/6] librepo: update to 1.9.2

2018-11-19 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- ...tain-PYTHON_INSTALL_DIR-by-running-p.patch | 21 ++- ...les-with-pkg-config-not-with-cmake-m.patch | 18 +++- .../{librepo_1.8.1.bb => librepo_1.9.2.bb}| 4 ++-- 3 files changed, 16 insertions(+), 27 deletions(-) rename met

[OE-core] [PATCH 1/6] libmodulemd: add a new recipe

2018-11-19 Thread Alexander Kanavin
This is a hard requirement of the new libdnf versions. Signed-off-by: Alexander Kanavin --- ...ec_tmpl.sh-use-bin-sh-not-usr-bin-sh.patch | 21 ++ ...n.build-do-not-generate-gir-or-gtkdo.patch | 65 +++ .../libmodulemd/libmodulemd_git.bb| 21 ++ 3 files change

[OE-core] [PATCH 6/6] dnf: update to 4.0.4

2018-11-19 Thread Alexander Kanavin
License-Update: spelling fixes Signed-off-by: Alexander Kanavin --- ...ode-etc-and-systemd-unit-directories.patch | 19 --- ...PYTHON_INSTALL_DIR-by-running-python.patch | 17 +++-- .../dnf/{dnf_2.7.5.bb => dnf_4.0.4.bb}| 6 +++--- 3 files changed, 18 inserti

[OE-core] [PATCH 2/6] libdnf: update to 0.22.0

2018-11-19 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- .../libdnf/0001-Add-WITH_TESTS-option.patch | 49 +++ ...or-both-libsolv-and-libsolvext-libdn.patch | 15 +++--- ...oot-path-to-introspection-tools-path.patch | 36 -- ...ary-installation-directory-correctly.patch | 29 ---

[OE-core] [PATCH 5/6] libsolv: update to 0.7.1

2018-11-19 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- .../libsolv/{libsolv_0.6.35.bb => libsolv_0.7.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-extended/libsolv/{libsolv_0.6.35.bb => libsolv_0.7.1.bb} (95%) diff --git a/meta/recipes-extended/libsolv/libsolv_0.6.3

[OE-core] [PATCH 3/6] rpm: update to 4.14.2.1

2018-11-19 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- meta/recipes-devtools/rpm/{rpm_4.14.2.bb => rpm_4.14.2.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-devtools/rpm/{rpm_4.14.2.bb => rpm_4.14.2.1.bb} (99%) diff --git a/meta/recipes-devtools/rpm/rpm_4.14.2.bb b/meta/recipes-

Re: [OE-core] [AUH] Upgrade status: 2018-11-17

2018-11-19 Thread Alexander Kanavin
On Sun, 18 Nov 2018 at 16:05, Marek Vasut wrote: > Heh, I spent quite some time to make sure U-Boot builds on the targets > AUH uses for it's auto update stuff, exactly to let it update U-Boot so > I won't have to do it manually. For what it's worth, u-boot does not currently compile for qemux86:

[OE-core] Update sdk dummy providers

2018-11-19 Thread Valek, Andrej
Hello Richard, I would like to ask You a question about your commit (http://git.yoctoproject.org/cgit/cgit.cgi/poky/commit/meta/recipes-core/meta/dummy-sdk-package.inc?id=0d0984e1e616c9f1c211b7b980ba2ca54c096e6e) to update sdk providers. I have found an issue regarding to buildtools. ERROR: OE

[OE-core] [PATCH 2/2] gobject-introspection: port cross-compilation support to meson

2018-11-19 Thread Alexander Kanavin
Also add a missing libdl dependency to the native relocation patch, which was not necessary with autotools. Signed-off-by: Alexander Kanavin --- ...t-cross-compilation-support-to-meson.patch | 159 ++ ...pository-directory-for-native-builds.patch | 18 +- .../gobject-introspecti

[OE-core] [PATCH 1/2] meson: do not manipulate the environment when looking for python via pkg-config

2018-11-19 Thread Alexander Kanavin
meson does it in a way that breaks oe builds (they export a bunch of PKG_CONFIG_ variables) Signed-off-by: Alexander Kanavin --- meta/recipes-devtools/meson/meson.inc | 1 + ...-not-manipulate-the-environment-when.patch | 43 +++ 2 files changed, 44 insertions(+) creat

[OE-core] [PATCH 3/5] libx11-diet: update to 1.6.7

2018-11-19 Thread Armin Kuster
Signed-off-by: Armin Kuster --- .../xorg-lib/{libx11-diet_1.6.6.bb => libx11-diet_1.6.7.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-graphics/xorg-lib/{libx11-diet_1.6.6.bb => libx11-diet_1.6.7.bb} (73%) diff --git a/meta/recipes-graphics/xorg-lib

[OE-core] [PATCH 4/5] libx11: move hashes to inc

2018-11-19 Thread Armin Kuster
This should help keep libx11 and libx11-diet in sync by throwing an error when building Signed-off-by: Armin Kuster --- meta/recipes-graphics/xorg-lib/libx11-diet_1.6.7.bb | 3 --- meta/recipes-graphics/xorg-lib/libx11.inc | 3 +++ meta/recipes-graphics/xorg-lib/libx11_1.6.7.bb |

[OE-core] [PATCH 5/5] kexec-tools: update to 2.0.18

2018-11-19 Thread Armin Kuster
Drop patch included 0001-kexec-fix-for-Unhandled-rela-relocation-R_X86_64_PLT.patch Signed-off-by: Armin Kuster --- ...or-Unhandled-rela-relocation-R_X86_64_PLT.patch | 41 -- ...kexec-tools_2.0.17.bb => kexec-tools_2.0.18.bb} | 5 ++- 2 files changed, 2 insertions(+), 44 de

[OE-core] [PATCH 2/5] nss: update to 3.40

2018-11-19 Thread Armin Kuster
see: https://developer.mozilla.org/en-US/docs/Mozilla/Projects/NSS/NSS_3.40_release_notes Signed-off-by: Armin Kuster --- meta/recipes-support/nss/{nss_3.39.bb => nss_3.40.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-support/nss/{nss_3.39.bb => nss_3.40.bb}

[OE-core] [PATCH 1/5] curl: update to 7.62.0

2018-11-19 Thread Armin Kuster
Drop all CVE patches now included in update. For details see: https://curl.haxx.se/changes.html Signed-off-by: Armin Kuster --- .../recipes-support/curl/curl/CVE-2018-14618.patch | 37 --- .../recipes-support/curl/curl/CVE-2018-16839.patch | 35 -- .../recipes-su

Re: [OE-core] [PATCH v2] classes/testsdk: Split implementation into classes

2018-11-19 Thread Richard Purdie
Thanks for reworking this, it does look a lot better and should stop some of the bbclass proliferation we're seeing. I assume all the code was functionally unchanged in the move? On Sun, 2018-11-18 at 13:19 -0600, Joshua Watt wrote: > python () { > -if oe.types.boolean(d.getVar("TESTIMAGE_AU

Re: [OE-core] [PATCH v3] u-boot: Add mkenvimage tool

2018-11-19 Thread Marek Vasut
On 11/19/2018 11:04 AM, Alexey Brodkin wrote: > This utility is used for creation of images containing > usable in run-time U-Boot environment. > > As of today this utility is added per-board like here [1] > for Intel Edison board. > > [1] > http://git.yoctoproject.org/cgit/cgit.cgi/meta-intel-e

[OE-core] [PATCH] go-target.inc: fix go not found while multilib enabled

2018-11-19 Thread Hongxu Jia
Go binaries were installed to ${libdir}/go/bin, and create symlink in ${bindir}, while enabling multilib, libdir was extended (such as /usr/lib64), but BASELIB was not (still /lib), so use baselib (such as /lib64)) to replace Signed-off-by: Hongxu Jia --- meta/recipes-devtools/go/go-target.inc |

Re: [OE-core] [PATCH] apt: update SRC_URI

2018-11-19 Thread Jonathan Liu
Hi, On Thu, 1 Nov 2018 at 14:16, wrote: > > From: Changqing Li > > update SRC_URI since previous link is not valid now > > Signed-off-by: Changqing Li > --- > meta/recipes-devtools/apt/apt.inc | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/meta/recipes-devtools/apt/ap

Re: [OE-core] [PATCH 4/9] nasm: Upgrade 2.13.03 -> 2.14

2018-11-19 Thread Burton, Ross
On Sat, 17 Nov 2018 at 22:58, Richard Purdie wrote: > +inherit autotools-brokensep Did you verify that this is still needed? > +do_configure_prepend () { > + if [ -f ${S}/aclocal.m4 ] && [ ! -f ${S}/acinclude.m4 ]; then > + mv ${S}/aclocal.m4 ${S}/acinclude.m4 > + fi >

Re: [OE-core] [thud][PATCH] ppce500v2: remove spe *The PowerPC SPE support is split off to a separate powerpcspe port

2018-11-19 Thread Lukasz Majewski
On Mon, 19 Nov 2018 09:56:35 + "C.r. Guo" wrote: > Hello all, > Please review gcc changes about issue. > https://www.gnu.org/software/gcc/gcc-8/changes.html > https://gcc.gnu.org/ml/gcc/2018-04/msg00102.html > Thanks for the info. Shall I assume that NXP is regarding this port (SPE) as an

[OE-core] [PATCH v3] u-boot: Add mkenvimage tool

2018-11-19 Thread Alexey Brodkin
This utility is used for creation of images containing usable in run-time U-Boot environment. As of today this utility is added per-board like here [1] for Intel Edison board. [1] http://git.yoctoproject.org/cgit/cgit.cgi/meta-intel-edison/tree/meta-intel-edison-bsp/recipes-bsp/u-boot/u-boot-too