Re: [yocto] systemd Version Going Backwards on Warrior

2019-10-28 Thread Robert Joslyn
On Mon, 2019-10-28 at 19:06 +, Ross Burton wrote: > On 28/10/2019 16:25, robert.jos...@redrectangle.org wrote: > > I'm using buildhistory in one of my builds that creates a package > > feed, and a recent update to systemd on warrior triggered version- > > going-backwards errors: > > > > ERROR:

Re: [yocto] [layerindex-web] Add SPDX Identifier

2019-10-28 Thread Paul Eggleton
Hi Yann On Wednesday, 23 October 2019 2:25:48 AM NZDT Yann CARDAILLAC wrote: > On Mon, Oct 21, 2019 at 9:37 PM Paul Eggleton > wrote: > > On Tuesday, 22 October 2019 4:15:03 AM NZDT Yann CARDAILLAC wrote: > > > https://bugzilla.yoctoproject.org/show_bug.cgi?id=13527 > > > > > > I'm beginning the

[yocto] [meta-security][thud][PATCH 1/3] apparmor: ptest fail to build on arm

2019-10-28 Thread Anders Montonen
From: Armin Kuster exclude arm and aarch64 ptest tasks [v2&3] Sent before committing. Signed-off-by: Armin Kuster (cherry picked from commit 27ddb455543b670097e252ba0d0ad5b7e4101748) Signed-off-by: Anders Montonen --- recipes-security/AppArmor/apparmor_2.12.bb | 18 ++ 1 fil

[yocto] [meta-security][thud][PATCH 2/3] apparmor: fix systemd support so it works

2019-10-28 Thread Anders Montonen
From: Armin Kuster [Yocto # 13568] Signed-off-by: Armin Kuster (cherry picked from commit 5d049e7ef8a0a0a811e2ea1353521c6898e54e4d) Signed-off-by: Anders Montonen --- recipes-security/AppArmor/apparmor_2.12.bb | 18 -- 1 file changed, 12 insertions(+), 6 deletions(-) diff --g

[yocto] [meta-security][thud][PATCH 0/3] AppArmor fixes for Thud

2019-10-28 Thread Anders Montonen
This series backports two patches from master, and fixes one xargs incompatibility. Together, this allows AppArmor run on an Arm target under systemd. Anders Montonen (1): apparmor: Fix xargs error Armin Kuster (2): apparmor: ptest fail to build on arm apparmor: fix systemd support so it wo

[yocto] [meta-security][thud][PATCH 3/3] apparmor: Fix xargs error

2019-10-28 Thread Anders Montonen
The functions script uses flags specific to GNU xargs. Add findutils to RDEPENDS. Fixes: /lib/apparmor/functions: line 92: echo: write error: Broken pipe Signed-off-by: Anders Montonen --- recipes-security/AppArmor/apparmor_2.12.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --gi

[yocto] [layerindex-web][PATCH 2/2] requirements.txt: bump a couple more versions

2019-10-28 Thread Paul Eggleton
Update pytz and beautifulsoup4. Signed-off-by: Paul Eggleton --- requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 84f2ea54..07d8495e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ amqp==2.5.2

[yocto] [layerindex-web][PATCH 1/2] requirements.txt: update to fix CVE-2019-16865

2019-10-28 Thread Paul Eggleton
Update Pillow version to incorporate a fix for a denial-of-service vulnerability (which should not affect this application however, as it does not use Pillow to process external images): https://nvd.nist.gov/vuln/detail/CVE-2019-16865 Signed-off-by: Paul Eggleton --- requirements.txt | 2 +-

[yocto] [layerindex-web][PATCH 0/2] dependency updates

2019-10-28 Thread Paul Eggleton
Updates to python dependencies in requirements.txt, including one upstream CVE fix. The following changes since commit fae9771604097896f10a4aec2f2aee7fefd8ec86: Fix cgit commit URL setting (2019-10-21 12:02:44 +1300) are available in the Git repository at: git://git.yoctoproject.org/layeri

[yocto] allarch.bbclass is not clearing ABIEXTENSION

2019-10-28 Thread Darcy Watkins
Hi, I discovered that when I attempt to make use of variables such as WORKDIR, STAGING_DIR_HOST or RECIPE_SYSROOT in a recipe based on allarch.bbclass, these variables pointed to nonexistent path locations. Upon investigation, I determined that under the "tmp/work" directory, it is specifying

Re: [yocto] systemd Version Going Backwards on Warrior

2019-10-28 Thread Ross Burton
On 28/10/2019 16:25, robert.jos...@redrectangle.org wrote: I'm using buildhistory in one of my builds that creates a package feed, and a recent update to systemd on warrior triggered version-going-backwards errors: ERROR: systemd-conf-241+AUTOINC+511646b8ac-r0 do_packagedata: QA Issue: Package

[yocto] systemd Version Going Backwards on Warrior

2019-10-28 Thread robert . joslyn
I'm using buildhistory in one of my builds that creates a package feed, and a recent update to systemd on warrior triggered version-going-backwards errors: ERROR: systemd-conf-241+AUTOINC+511646b8ac-r0 do_packagedata: QA Issue: Package version for package systemd-conf-src went backwards which wo

Re: [yocto] [psplash][PATCH] Adding SPDX license identifier to psplash

2019-10-28 Thread Ross Burton
On 23/10/2019 09:00, Yann CARDAILLAC wrote: Hi, If you have any advice please feel free to ask. I've put GPLV2 or later whenever it was mentioned and GPLV2 where nothing was saying otherwise. I'd say the license was intended to be uniform, so if there are mentions of v2-or-later then make it

[yocto] Yocto Project Newcomer & Unassigned Bugs - Help Needed

2019-10-28 Thread Stephen K Jolley
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: https://wiki.yoctoproject.org/wiki/Bug_Triage#New

Re: [yocto] [meta-mingw][PATCH 1/3] libxml2: Remove python support

2019-10-28 Thread Ross Burton
On 28/10/2019 15:58, Joshua Watt wrote: Python doesn't cross compile for MinGW, so remove it as a dependency from the mingw32 nativesdk build +1 please push -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

[yocto] [meta-mingw][PATCH 3/3] dbus: Set FILES

2019-10-28 Thread Joshua Watt
Set the package files correctly for MinGW Signed-off-by: Joshua Watt --- recipes-core/dbus/dbus_%.bbappend | 11 +++ 1 file changed, 11 insertions(+) create mode 100644 recipes-core/dbus/dbus_%.bbappend diff --git a/recipes-core/dbus/dbus_%.bbappend b/recipes-core/dbus/dbus_%.bbappend

[yocto] [meta-mingw][PATCH 2/3] wayland: Disable library

2019-10-28 Thread Joshua Watt
Disable building the wayland libraries for MinGW. The libraries don't compile for this platform, and are generally unneeded anyway. The wayland recipe is usually only compiled for nativesdk to pull in the wayland-scanner utility. Signed-off-by: Joshua Watt --- recipes-graphics/wayland/wayland_%.

[yocto] [meta-mingw][PATCH 1/3] libxml2: Remove python support

2019-10-28 Thread Joshua Watt
Python doesn't cross compile for MinGW, so remove it as a dependency from the mingw32 nativesdk build Signed-off-by: Joshua Watt --- recipes-core/libxml/libxml2_%.bbappend | 1 + 1 file changed, 1 insertion(+) create mode 100644 recipes-core/libxml/libxml2_%.bbappend diff --git a/recipes-core/

Re: [yocto] TFS Urls with Git in Recipes

2019-10-28 Thread Lohr, Christian [ext]
Hello Randy, Thanks for your reply and your efforts. I already solved my issue and renamed the project from "FooBar 500" to "FooBar_500". This was the easiest and fastest solution. And luckily nobody complained after the renaming. Before that I also tried that one (both of them), but it didn't