Re: [OE-core] [PATCH] efibootmgr: Pass correct flags to compiler from pkg-config

2019-06-24 Thread Khem Raj
On Mon, Jun 24, 2019 at 2:11 AM Burton, Ross wrote: > > So why does this build for me? This happens when TOOLCHAIN = "clang" which is when using meta-clang when using TOOLCHAIN = "gcc" all works > > Ross > > On Mon, 24 Jun 2019 at 09:30, Khem Raj wrote: > > > > efivar.h is in

Re: [OE-core] [PATCH] scons: fix conflict during do_rootfs

2019-06-24 Thread Tim Orling
On Mon, Jun 24, 2019 at 6:26 PM Changqing Li wrote: > > On 6/24/19 5:43 PM, Burton, Ross wrote: > > Is this actually needed? Can we just delete python-scons? > > > > Ross > > I checked under meta-openembeded and oe-core, no one depend on > python-scons. > > If no one has objections, since

Re: [OE-core] [PATCH] scons: fix conflict during do_rootfs

2019-06-24 Thread Changqing Li
On 6/24/19 5:43 PM, Burton, Ross wrote: Is this actually needed? Can we just delete python-scons? Ross I checked under meta-openembeded and oe-core, no one depend on python-scons. If no one has objections,  since python2 will  retire in 2020, I  will delete python-scons and

Re: [OE-core] [PATCH] python: make 'python' install everything instead of just the interpretter

2019-06-24 Thread Burton, Ross
On Mon, 24 Jun 2019 at 21:20, Alejandro Enedino Hernandez Samaniego wrote: > > # manual dependency additions > > -RPROVIDES_${PN}-core = "${PN}" > > +RPROVIDES_${PN}-modules = "${PN}" > > Is it just me or we already had this?, maybe we had this only for python3 It was only for Py3! Swore I

Re: [OE-core] ✗ patchtest: failure for opkg & opkg-utils update to 0.4.1 (rev2)

2019-06-24 Thread Alejandro Del Castillo
The patch does apply in top of master: [adelcast@delcastillo3 build]$ git reset --hard origin/master HEAD is now at 4bb3e8f98e local.conf.sample.extended: remove redundant RUNTIMETARGET assignment [adelcast@delcastillo3 build]$ git am -s /tmp/0001-opkg-upgrade-to-version-0.4.1.patch Applying:

Re: [OE-core] [PATCH 1/2] opkg: upgrade to version 0.4.1

2019-06-24 Thread Alejandro Del Castillo
On 6/14/19 5:54 AM, Richard Purdie wrote: > On Thu, 2019-06-13 at 15:17 -0500, Alejandro del Castillo wrote: >> - Drop 0001-libopkg-add-add-ignore-recommends-option.patch >> - Drop 0001-opkg-add-target-for-testsuite-installation.patch >> - Drop

[OE-core] ✗ patchtest: failure for opkg & opkg-utils update to 0.4.1 (rev2)

2019-06-24 Thread Patchwork
== Series Details == Series: opkg & opkg-utils update to 0.4.1 (rev2) Revision: 2 URL : https://patchwork.openembedded.org/series/18145/ 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 v2] opkg: upgrade to version 0.4.1

2019-06-24 Thread Alejandro del Castillo
- Drop 0001-libopkg-add-add-ignore-recommends-option.patch - Drop 0001-opkg-add-target-for-testsuite-installation.patch - Drop 0001-regress-issue72.py-resolve-paths-before-comparision.patch - Remove test binaries tests\libopkg_test, leftovers from make dist process Signed-off-by: Alejandro del

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

2019-06-24 Thread sjolley.yp.pm
All, The triage team is starting to try and collect up and classify bugs which a newcomer to the project would be able to work on in a way which means people can find them. They're being listed on the triage page under the appropriate heading:

Re: [OE-core] [PATCH 2/2] linux-yocto/5.0: make scsci-debug include scsci core configs

2019-06-24 Thread Martin Jansa
On Mon, Jun 24, 2019 at 08:44:42AM -0400, bruce.ashfi...@gmail.com wrote: > From: Bruce Ashfield > > Updating the scsci-debug fragment to include the core scsci config > options. This allows standalone use of the fragment, since all > supporting options will be enabled simply by including the

Re: [OE-core] [PATCH 2/4] scons.bbclass: use python3-scons

2019-06-24 Thread Alistair Francis
On Mon, Jun 24, 2019 at 1:20 AM Adrian Bunk wrote: > > On Sun, Jun 23, 2019 at 07:41:05PM -0700, Alistair Francis wrote: > > On Thu, Jun 20, 2019 at 5:22 PM Tim Orling wrote: > > > > > > > > > > > > On Thu, Jun 20, 2019 at 6:37 AM Khem Raj wrote: > > >> > > >> On Fri, Jun 7, 2019 at 5:50 PM Tim

Re: [OE-core] [PATCH 2/2] oeqa/buildoptions: check that Fortran code actually cross-compiles

2019-06-24 Thread Burton, Ross
On Mon, 24 Jun 2019 at 17:25, wrote: > That maybe but I'd still like to test that it builds given it was added > due to problems where it stopped building and people got upset... v2 sent. Ross -- ___ Openembedded-core mailing list

[OE-core] [PATCH] gtk-icon-cache: rename intercept to update_gtk_icon_cache

2019-06-24 Thread Ross Burton
The intercept is called update_icon_cache which is vague: rename to update_gtk_icon_cache to make it clearer what it is for, and add a comment explaining what class caused it to be used. Signed-off-by: Ross Burton --- meta/classes/gtk-icon-cache.bbclass | 4

Re: [OE-core] [PATCH 2/2] oeqa/buildoptions: check that Fortran code actually cross-compiles

2019-06-24 Thread richard . purdie
On Mon, 2019-06-24 at 17:21 +0100, Burton, Ross wrote: > On Mon, 24 Jun 2019 at 17:09, Richard Purdie > wrote: > > > -features += 'RUNTIMETARGET_append_pn-gcc-runtime = " > > > libquadmath"\n' > > > > Please don't remove that. We need to check libquadmath builds. > > From

[OE-core] [PATCH v2] oeqa/buildoptions: check that Fortran code actually cross-compiles

2019-06-24 Thread Ross Burton
Don't just test that we can build the cross-compiler, but test that it actually can cross-compile some Fortran. Signed-off-by: Ross Burton --- meta/lib/oeqa/selftest/cases/buildoptions.py | 7 ++- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git

Re: [OE-core] [PATCH 2/2] oeqa/buildoptions: check that Fortran code actually cross-compiles

2019-06-24 Thread Burton, Ross
On Mon, 24 Jun 2019 at 17:09, Richard Purdie wrote: > > -features += 'RUNTIMETARGET_append_pn-gcc-runtime = " > > libquadmath"\n' > > Please don't remove that. We need to check libquadmath builds. >From gcc-runtime.inc: RUNTIMETARGET = "${RUNTIMELIBSSP} libstdc++-v3 libgomp libatomic

[OE-core] [PATCH] sysklogd: Fix init script races

2019-06-24 Thread Richard Purdie
In testing we're seeing sysklogd fail to restart klogd since the original process hasn't stopped before the new one is started. This means a restart can result in no process running which is clearly not desireable. Add extra code to ensure this works correctly. Busybox start-stop-daemon seems

Re: [OE-core] [PATCH 2/2] oeqa/buildoptions: check that Fortran code actually cross-compiles

2019-06-24 Thread Richard Purdie
On Mon, 2019-06-24 at 12:13 +0100, Ross Burton wrote: > Don't just test that we can build the cross-compiler, but test that it > actually > can cross-compile some Fortran. > > Signed-off-by: Ross Burton > --- > meta/lib/oeqa/selftest/cases/buildoptions.py | 7 ++- > 1 file changed, 2

Re: [OE-core] [Warrior][ 00/19] patch review

2019-06-24 Thread Tom Rini
On Sun, Jun 23, 2019 at 08:53:59PM -0700, Armin Kuster wrote: > Please review by Wednesday > > The following changes since commit 712c78984c891e6357e1b1dc414431fb6c226c49: > > gnutls: Use ca-certificates as default trust store file (2019-06-14 > 07:05:34 -0700) > > are available in the git

[OE-core] [PATCH][thud] lighttpd: fix CVE-2019-11072

2019-06-24 Thread Ross Burton
Signed-off-by: Ross Burton --- .../lighttpd/lighttpd/fix-http-parseopts.patch | 51 ++ meta/recipes-extended/lighttpd/lighttpd_1.4.51.bb | 1 + 2 files changed, 52 insertions(+) create mode 100644 meta/recipes-extended/lighttpd/lighttpd/fix-http-parseopts.patch diff

[OE-core] [PATCH][warrior] lighttpd: fix CVE-2019-11072

2019-06-24 Thread Ross Burton
Signed-off-by: Ross Burton --- .../lighttpd/lighttpd/fix-http-parseopts.patch | 51 ++ meta/recipes-extended/lighttpd/lighttpd_1.4.53.bb | 1 + 2 files changed, 52 insertions(+) create mode 100644 meta/recipes-extended/lighttpd/lighttpd/fix-http-parseopts.patch diff

[OE-core] [PATCH 1/2] linux-yocto/5.0: bsp: add basic xilinx zynqmp support

2019-06-24 Thread bruce . ashfield
From: Bruce Ashfield Zumeng Chen has added core/basic support for the zynqmp that is bootable using the 5.0 and 5.2-rcX kernels. This makes the fragments available for future refinement and factoring. A bootlog follows: ZynqMP> setenv bootargs console=ttyPS0,115200 root=/dev/mmcblk0p3 rw

[OE-core] [PATCH 2/2] linux-yocto/5.0: make scsci-debug include scsci core configs

2019-06-24 Thread bruce . ashfield
From: Bruce Ashfield Updating the scsci-debug fragment to include the core scsci config options. This allows standalone use of the fragment, since all supporting options will be enabled simply by including the top level config in a BSP. This also removes a configuration warning on qemuarm,

[OE-core] [PATCH 0/2] linux-yocto: (small) consolidated pull request

2019-06-24 Thread bruce . ashfield
From: Bruce Ashfield Hi all, Just a couple of patches in this one, since I have a larger pull request coming in the next while, but I wanted to get these out first. I'm also really only doing this as a pull request so I can have a good space to mention that I'll move forward from the 5.0

Re: [OE-core] [Warrior][ 15/19] texinfo-dummy-native: A little clean up of template.py

2019-06-24 Thread Peter Kjellerstedt
> -Original Message- > From: openembedded-core-boun...@lists.openembedded.org core-boun...@lists.openembedded.org> On Behalf Of Richard Purdie > Sent: den 24 juni 2019 12:23 > To: Adrian Bunk ; Armin Kuster > Cc: openembedded-core@lists.openembedded.org > Subject: Re: [OE-core]

Re: [OE-core] [PATCH] busybox: udhcpc: fix IPv6 support when using udhcpc

2019-06-24 Thread Stefan Agner
Hi, Any comment on this patch? Just stumbled upon that problem today again :-) -- Stefan On 14.05.2018 16:44, Stefan Agner wrote: > From: Stefan Agner > > The udhcpc script calls ip addr flush .. which flushes addresses > of any address family, including IPv6. However, busybox udhcpc is >

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

2019-06-24 Thread Burton, Ross
Will you be backporting this to Warrior and Thud? Ross On Thu, 20 Jun 2019 at 18:45, Joe Slater wrote: > > 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 >

[OE-core] [PATCH 2/2] oeqa/buildoptions: check that Fortran code actually cross-compiles

2019-06-24 Thread Ross Burton
Don't just test that we can build the cross-compiler, but test that it actually can cross-compile some Fortran. Signed-off-by: Ross Burton --- meta/lib/oeqa/selftest/cases/buildoptions.py | 7 ++- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git

[OE-core] [PATCH 1/2] fortran-helloworld: add a very dumb Fortran Hello World for testing

2019-06-24 Thread Ross Burton
For future runtime testing something more complex is preferred but this is sufficient to exercise the cross compiler. Signed-off-by: Ross Burton --- meta-selftest/recipes-test/fortran/files/hello.f95 | 5 + .../recipes-test/fortran/fortran-helloworld.bb | 23 ++ 2

Re: [OE-core] [Warrior][ 02/19] linux-yocto: Add scsi_debug module when ptest is in DISTRO_FEATURES

2019-06-24 Thread Martin Jansa
Hi, I think this will backport also this warning: http://lists.openembedded.org/pipermail/openembedded-core/2019-June/283912.html can it be backported together with the fix for it from Bruce: http://lists.openembedded.org/pipermail/openembedded-core/2019-June/283913.html I haven't noticed the

[OE-core] [PATCH] cve-check: be idiomatic

2019-06-24 Thread Ross Burton
Instead of generating a series of indexes via range(len(list)), just iterate the list. Signed-off-by: Ross Burton --- meta/classes/cve-check.bbclass | 17 + 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/meta/classes/cve-check.bbclass

[OE-core] [PATCHv3] cmake.bbclass: pass mandatory compiler flags through CMAKE__COMPILER_ARG1

2019-06-24 Thread Nikolai Merinov via Openembedded-core
Patch updated with "Signed-off-by" field as required by automatic checks. - Original Message - From: "openembedded-core" To: "Khem Raj" Cc: "openembedded-core" Sent: Thursday, June 20, 2019 7:16:07 PM Subject: [OE-core] [PATCHv2] cmake.bbclass: pass mandatory compiler flags through

Re: [OE-core] [Warrior][ 15/19] texinfo-dummy-native: A little clean up of template.py

2019-06-24 Thread Richard Purdie
On Mon, 2019-06-24 at 10:38 +0300, Adrian Bunk wrote: > On Sun, Jun 23, 2019 at 08:54:14PM -0700, Armin Kuster wrote: > > From: Peter Kjellerstedt > > > > This is mainly whitespace clean up, plus using the with statement > > when > > writing files. > > ... > > This patch and the next two look

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

2019-06-24 Thread Burton, Ross
Thanks! :) Ross On Mon, 24 Jun 2019 at 09:33, Pierre Le Magourou wrote: > > Hi, > > > > This adds python3 urllib3 (python3-urllib3 in Debian) to build environment > > > dependencies. It's the first user of urllib3 in poky, AFAIK. Maybe > > > documentation could be updated too, e.g. > > >

[OE-core] [PATCH] cve-update-db: Use std library instead of urllib3

2019-06-24 Thread Pierre Le Magourou
From: Pierre Le Magourou urllib3 was used in this recipe but it was not set as a dependency. As it is not specifically needed, rewrite the recipe with urllib from the standard library. Signed-off-by: Pierre Le Magourou --- meta/recipes-core/meta/cve-update-db.bb | 10 -- 1 file

Re: [OE-core] [PATCH] scons: fix conflict during do_rootfs

2019-06-24 Thread Burton, Ross
Is this actually needed? Can we just delete python-scons? Ross On Mon, 24 Jun 2019 at 10:33, wrote: > > From: Changqing Li > > fix below error: > file /usr/bin/scons conflicts between attempted installs of > python-scons-3.0.5-r0.core2_32 and python3-scons-3.0.5-r0.core2_32 > file

[OE-core] [PATCH] scons: fix conflict during do_rootfs

2019-06-24 Thread changqing.li
From: Changqing Li fix below error: file /usr/bin/scons conflicts between attempted installs of python-scons-3.0.5-r0.core2_32 and python3-scons-3.0.5-r0.core2_32 file /usr/bin/scons-3.0.5 conflicts between attempted installs of python-scons-3.0.5-r0.core2_32 and

Re: [OE-core] [PATCH] efibootmgr: Pass correct flags to compiler from pkg-config

2019-06-24 Thread Burton, Ross
So why does this build for me? Ross On Mon, 24 Jun 2019 at 09:30, Khem Raj wrote: > > efivar.h is in usr/include/efirvar directory so it should be > added to include search path via -I to compiler cmdline to fix > > make[1]: *** No rule to make target 'efivar.h', needed by 'efibootmgr.o'. >

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

2019-06-24 Thread Pierre Le Magourou
Hi, > > This adds python3 urllib3 (python3-urllib3 in Debian) to build environment > > dependencies. It's the first user of urllib3 in poky, AFAIK. Maybe > > documentation could be updated too, e.g. > >

[OE-core] [PATCH] efibootmgr: Pass correct flags to compiler from pkg-config

2019-06-24 Thread Khem Raj
efivar.h is in usr/include/efirvar directory so it should be added to include search path via -I to compiler cmdline to fix make[1]: *** No rule to make target 'efivar.h', needed by 'efibootmgr.o'. Stop. | make[1]: *** Waiting for unfinished jobs Signed-off-by: Khem Raj ---

Re: [OE-core] [PATCH 2/4] scons.bbclass: use python3-scons

2019-06-24 Thread Adrian Bunk
On Sun, Jun 23, 2019 at 07:41:05PM -0700, Alistair Francis wrote: > On Thu, Jun 20, 2019 at 5:22 PM Tim Orling wrote: > > > > > > > > On Thu, Jun 20, 2019 at 6:37 AM Khem Raj wrote: > >> > >> On Fri, Jun 7, 2019 at 5:50 PM Tim Orling > >> wrote: > >> > > >> > SCons has supported python3 since

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

2019-06-24 Thread changqing.li
From: Changqing Li 1. mdadm: No mail address or alert command - not monitoring fixed by use option -y to cause all events to be reported through 'syslog'. 2. cannot create pid file: No such file or directory fix by create dir before starting. Signed-off-by: Changqing Li ---

[OE-core] [PATCH] cmake: 3.14.1 -> 3.14.5

2019-06-24 Thread Pascal Bach
Fixes: - A bug with Visual Studio 2019 - An issue with target_link_libraries and PRIVATE - An issue with include_directories Signed-off-by: Pascal Bach --- .../cmake/{cmake-native_3.14.1.bb => cmake-native_3.14.5.bb} | 0 meta/recipes-devtools/cmake/cmake.inc

Re: [OE-core] [Warrior][ 15/19] texinfo-dummy-native: A little clean up of template.py

2019-06-24 Thread Adrian Bunk
On Sun, Jun 23, 2019 at 08:54:14PM -0700, Armin Kuster wrote: > From: Peter Kjellerstedt > > This is mainly whitespace clean up, plus using the with statement when > writing files. >... This patch and the next two look more like cleanup patches to me, not changes that should go into a stable

[OE-core] [PATCH] quilt: run-ptest remove Interactive Input

2019-06-24 Thread changqing.li
From: Changqing Li adduser in busybox and adduser under meta-openembeded have different behavior, adduser under meta-openembeded need Interactive Input like below if you manually run ptest. Enter the new value, or press ENTER for the default Full Name []: Room Number []: