Re: [oe] systemd failing in master with Assertion clock_gettime(map_clock_id(clock_id), ) failed

2020-02-04 Thread Stefan Agner
On 2020-02-03 23:37, Alex Kiernan wrote: > On Mon, Feb 3, 2020 at 10:17 PM Stefan Agner wrote: >> >> Hi All, >> >> On 2020-01-27 16:14, Alex Kiernan wrote: >> > On Fri, Jan 24, 2020 at 12:22 AM Khem Raj wrote: >> >> >> >> On 1/23/20 4:1

Re: [oe] systemd failing in master with Assertion clock_gettime(map_clock_id(clock_id), ) failed

2020-02-03 Thread Stefan Agner
Hi All, On 2020-01-27 16:14, Alex Kiernan wrote: > On Fri, Jan 24, 2020 at 12:22 AM Khem Raj wrote: >> >> On 1/23/20 4:13 PM, Alex Kiernan wrote: >> > On Thu, Jan 23, 2020 at 10:09 AM Andreas Müller >> > wrote: >> >> >> >> On Thu, Jan 23, 2020 at 10:43 AM Alex Kiernan >> >> wrote: >> >>> >>

[oe] [meta-oe][PATCH] plymouth: fix usrmerge

2020-01-23 Thread Stefan Agner
From: Stefan Agner When usrmerge is enabled plymouth still tries to install to /bin and /lib leading to the following build error: ERROR: plymouth-git-r0 do_package: QA Issue: plymouth: Files/directories were installed but not shipped in any package: /sbin/plymouthd /lib/libply.so.5 /lib

[oe] [meta-oe][PATCH] Revert "zstd: move recipe to oe-core"

2019-12-07 Thread Stefan Agner
From: Stefan Agner The recipe has not been accepted in oe-core. So readd the recipe to meta-openembedded. This reverts commit b0b9cebc72a7f6e4451b64e54701709cee30fded. Signed-off-by: Stefan Agner --- meta-oe/recipes-extended/zstd/zstd_1.4.4.bb | 35 + 1 file changed, 35

[oe] [PATCH v2] networkmanager: do not deploy unnecessary udev rule file

2019-11-19 Thread Stefan Agner
From: Stefan Agner The 84-nm-drivers.rules is not required for systemd-udevd versions v210 and later. The file has been split into a separate file so distributions with a new enough systemd version can drop it. See also: https://github.com/NetworkManager/NetworkManager/commit

[oe] [meta-oe][PATCH] networkmanager: do not deploy unnecessary udev rule file

2019-11-19 Thread Stefan Agner
From: Stefan Agner The 84-nm-drivers.rules is not required for systemd-udevd versions v210 and later. The file has been split into a separate file so distributions with a new enough systemd version can drop it. See also: https://github.com/NetworkManager/NetworkManager/commit

[oe] [meta-oe][PATCH] haveged: use the Fedora service file available from upstream

2019-11-19 Thread Stefan Agner
From: Stefan Agner Use the Fedora systemd service file which seems more advanced than the somewhat less maintained Redhat service file. Signed-off-by: Stefan Agner --- meta-oe/recipes-extended/haveged/haveged_1.9.6.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-oe

[oe] [meta-oe][PATCH] zstd: move recipe to oe-core

2019-11-08 Thread Stefan Agner
From: Stefan Agner Move the zstd recipe to openembedded-core and hence remove it in meta-oe. Signed-off-by: Stefan Agner --- meta-oe/recipes-extended/zstd/zstd_1.4.4.bb | 35 - 1 file changed, 35 deletions(-) delete mode 100644 meta-oe/recipes-extended/zstd/zstd_1.4.4.bb

[oe] [meta-oe][PATCH] zstd: Upgrade 1.4.3 -> 1.4.4

2019-11-05 Thread Stefan Agner
From: Stefan Agner Signed-off-by: Stefan Agner --- meta-oe/recipes-extended/zstd/{zstd_1.4.3.bb => zstd_1.4.4.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-extended/zstd/{zstd_1.4.3.bb => zstd_1.4.4.bb} (95%) diff --git a/meta-oe/recipes-extende

[oe] [PATCH v2] zram: properly implement systemd service

2019-10-06 Thread Stefan Agner
From: Stefan Agner The systemd service points ot a script which is not installed by zram or any of its dependencies. It seems that the service got migrated without the necessary script. The sysvinit script seems rather dated and initializes multiple zram instances to support multiprocessor

Re: [oe] [PATCH] zram: properly implement systemd service

2019-10-06 Thread Stefan Agner
ct 5, 2019 at 3:21 PM Stefan Agner wrote: >> >> From: Stefan Agner >> >> The systemd service points ot a script which is not installed by >> zram or any of its dependencies. It seems that the service got >> migrated without the necessary script. >> >

[oe] [PATCH] zram: properly implement systemd service

2019-10-05 Thread Stefan Agner
From: Stefan Agner The systemd service points ot a script which is not installed by zram or any of its dependencies. It seems that the service got migrated without the necessary script. The sysvinit script seems rather dated and initializes multiple zram instances to support multiprocessor

Re: [oe] [meta-filesystems][PATCH] fuse3: add libfuse3 recipe

2019-09-11 Thread Stefan Agner
On 2019-09-11 03:40, Khem Raj wrote: > Hi Armin > > On 9/10/19 3:06 PM, akuster808 wrote: >> Stefan, >> >> On 9/10/19 2:49 PM, Stefan Agner wrote: >>> From: Stefan Agner >>> >>> Add recipe for libfuse version 3 series. Follow the scheme othe

[oe] [meta-filesystems][PATCH] fuse3: add libfuse3 recipe

2019-09-10 Thread Stefan Agner
From: Stefan Agner Add recipe for libfuse version 3 series. Follow the scheme other distributions use and create a new recipe with 3 in its name. To avoid conflict with the fuse (2) recipe this recipe does not provide init scripts/configuration files which automatically load the fuse kernel

Re: [oe] [meta-filesystems][PATCH] ostree: import from meta-overc

2019-08-06 Thread Stefan Agner
On 2019-07-26 10:37, Yu, Mingli wrote: > On 2019年07月25日 21:58, Khem Raj wrote: >> On Thu, Jul 25, 2019 at 6:42 AM Bruce Ashfield >> wrote: >>> >>> On Thu, Jul 25, 2019 at 3:05 AM wrote: From: Mingli Yu >>> >>> This doesn't make any sense to "import from meta-overc". meta-overc, >>>

[oe] [meta-oe][PATCH] haveged: fix CPU cache size detection

2019-06-06 Thread Stefan Agner
From: Stefan Agner Fix ENOMEM error in case the kernel reports cache size of -1. This lead to the following error when starting haveged: haveged starting up haveged: Couldn't initialize HAVEGE rng 5 Signed-off-by: Stefan Agner --- .../haveged/fix-cpu-cache-size-detection.patch | 20

[oe] [PATCH 2/2] wireguard: udpate to 20190123 version

2019-01-30 Thread Stefan Agner
From: Stefan Agner Signed-off-by: Stefan Agner --- ...eguard-module_0.0.20171221.bb => wireguard-module_0.0.20190123.bb} | 0 ...ireguard-tools_0.0.20171221.bb => wireguard-tools_0.0.20190123.bb} | 0 meta-networking/recipes-kernel/wireguard/wireguard.inc| 4 ++-- 3

[oe] [PATCH 1/2] wireguard: use ${nonarch_base_libdir} for modules

2019-01-30 Thread Stefan Agner
From: Stefan Agner Use ${nonarch_base_libdir} for modules. This makes this recipe working also when using usrmerge. Signed-off-by: Stefan Agner --- .../recipes-kernel/wireguard/wireguard-module_0.0.20171221.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git

[oe] [PATCH 2/2] python3-vcversioner: remove egg generation

2019-01-29 Thread Stefan Agner
From: Stefan Agner Remove egg file build. This got introduced with commit fb1696372ff9 ("python-vcversioner: Error Fix for recipes depend on python-vcversioner"). However, it seems that this was actually not related to the missing egg file, but to the back then missing depends

[oe] [PATCH 1/2] python-vcversioner: remove egg generation

2019-01-29 Thread Stefan Agner
From: Stefan Agner Remove egg file build. This got introduced with commit fb1696372ff9 ("python-vcversioner: Error Fix for recipes depend on python-vcversioner"). However, it seems that this was actually not related to the missing egg file, but to the back then missing depends

[oe] [PATCH 1/2] ell: update to 0.17

2019-01-28 Thread Stefan Agner
From: Stefan Agner Signed-off-by: Stefan Agner --- meta-oe/recipes-core/ell/{ell_0.15.bb => ell_0.17.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-core/ell/{ell_0.15.bb => ell_0.17.bb} (88%) diff --git a/meta-oe/recipes-core/ell/ell_0.15.bb b/m

[oe] [PATCH 2/2] iwd: update to 0.14

2019-01-28 Thread Stefan Agner
From: Stefan Agner Signed-off-by: Stefan Agner --- meta-oe/recipes-connectivity/iwd/{iwd_0.12.bb => iwd_0.14.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-connectivity/iwd/{iwd_0.12.bb => iwd_0.14.bb} (94%) diff --git a/meta-oe/recipes-connectivi

[oe] [PATCH] polkit: inherit distro_features_check

2019-01-28 Thread Stefan Agner
From: Stefan Agner Make the recently added REQUIRED_DISTRO_FEATURES effective by inheriting distro_features_check. Fixes: 97a1a55f4755 ("polkit: add polkit as a required distro feature") Signed-off-by: Stefan Agner --- meta-oe/recipes-extended/polkit/polkit_0.115.bb | 2 +- 1 file

Re: [oe] Python3 bytecode is stale

2019-01-25 Thread Stefan Agner
files on my rootfs did not go well (the application does not start anymore). I need to investigate further. -- Stefan > > > On 25-01-19 14:46, Stefan Agner wrote: >> Hi, >> >> Recently I noticed that Python3 programs got rather slow. Running the >> test a

[oe] Python3 bytecode is stale

2019-01-25 Thread Stefan Agner
Hi, Recently I noticed that Python3 programs got rather slow. Running the test application took 12.5 seconds. We are using a read-only file system and I immediately suspected the bytecode cache. After mounting the rootfs rw, from the second execution on running the test application took below 4

Re: [oe] [PATCH 3/5] xfce4-power-manager: enable polkit depending on distro feature

2019-01-24 Thread Stefan Agner
On 23.01.2019 04:02, Yu, Mingli wrote: > On 2019年01月21日 02:07, Khem Raj wrote: >> On Thu, Jan 17, 2019 at 4:30 PM Randy MacLeod >> wrote: >>> >>> On 1/17/19 1:39 PM, Stefan Agner wrote: >>>> On 17.01.2019 18:53, Andreas Müller wrote: >>>

Re: [oe] [PATCH 2/5] networkmanager: introduce polkit package config

2019-01-17 Thread Stefan Agner
On 17.01.2019 21:01, Andreas Müller wrote: > On Thu, Jan 17, 2019 at 8:09 PM Stefan Agner wrote: >> >> On 17.01.2019 18:50, Andreas Müller wrote: >> > On Thu, Jan 17, 2019 at 5:27 PM Stefan Agner wrote: >> > Hi Stefan, >> > >> > sorry but do

Re: [oe] [PATCH 2/5] networkmanager: introduce polkit package config

2019-01-17 Thread Stefan Agner
On 17.01.2019 18:50, Andreas Müller wrote: > On Thu, Jan 17, 2019 at 5:27 PM Stefan Agner wrote: > Hi Stefan, > > sorry but don't like this patch as is: >> >> From: Stefan Agner >> >> Currently polkit is enabled if systemd is in package config. Those >>

Re: [oe] [PATCH 3/5] xfce4-power-manager: enable polkit depending on distro feature

2019-01-17 Thread Stefan Agner
On 17.01.2019 18:53, Andreas Müller wrote: > On Thu, Jan 17, 2019 at 5:27 PM Stefan Agner wrote: >> >> From: Stefan Agner >> >> systemd and polkit are not directly related. It is just fine to build >> with systemd but without polkit. > Surely it builds but

[oe] [PATCH 4/5] packagegroup-meta-oe: add polkit depending on distro feature

2019-01-17 Thread Stefan Agner
From: Stefan Agner Add polkit and related packages depending on whether polkit is enabled in DISTRO_FEATURES. Signed-off-by: Stefan Agner --- meta-oe/recipes-core/packagegroups/packagegroup-meta-oe.bb | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/meta-oe/recipes

[oe] [PATCH 5/5] modemmanager: enable polkit depending on distro feature

2019-01-17 Thread Stefan Agner
From: Stefan Agner Enable the polkit package config depending on whether polkit is enabled in DISTRO_FEATURES. Signed-off-by: Stefan Agner --- meta-oe/recipes-connectivity/modemmanager/modemmanager_1.8.2.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta-oe

[oe] [PATCH 3/5] xfce4-power-manager: enable polkit depending on distro feature

2019-01-17 Thread Stefan Agner
From: Stefan Agner systemd and polkit are not directly related. It is just fine to build with systemd but without polkit. Rename the systemd package config to polkit and enable it depending on whether polkit is enabled in DISTRO_FEATURES. Signed-off-by: Stefan Agner --- .../recipes-xfce/xfce4

[oe] [PATCH 2/5] networkmanager: introduce polkit package config

2019-01-17 Thread Stefan Agner
From: Stefan Agner Currently polkit is enabled if systemd is in package config. Those two things are orthogonal: NetworkManager can be used with systemd and without polkit just fine. Introduce a new polkit package config and enable it depending on whether polkit is in DISTRO_FEATURES. Signed

[oe] [PATCH 1/5] polkit: add polkit as a required distro feature

2019-01-17 Thread Stefan Agner
From: Stefan Agner Make sure polkit is in DISTRO_FEATURERS if this package is being installed. This will make sure that people who do use polkit in their image also do enabled the recently introduced distro feature polkit in their distro. Signed-off-by: Stefan Agner --- meta-oe/recipes

[oe] [meta-oe][PATCH] python-cryptography: drop python-pycparser dependency

2019-01-15 Thread Stefan Agner
From: Stefan Agner The python-cryptography package is in fact not depending on python-pycparser. Signed-off-by: Stefan Agner --- meta-python/recipes-devtools/python/python-cryptography.inc | 2 -- 1 file changed, 2 deletions(-) diff --git a/meta-python/recipes-devtools/python/python

Re: [oe] [meta-oe][PATCH] lvm2: update SRC_URI

2018-11-01 Thread Stefan Agner
On 01.11.2018 08:04, mingli...@windriver.com wrote: > From: Mingli Yu > > Update SRC_URI for lvm2 as the previous > one is invalid. > > Signed-off-by: Mingli Yu Hit that too, and the new URL works, so: Tested-by: Stefan Agner If they move releases to old/ always maybe

Re: [oe] Fwd: [openembedded][wayland][weston]: How to configure screen resolution

2018-09-11 Thread Stefan Agner
I think weston is using KMS connector names. Try HDMI-A-1. Otherwise, running weston with --log=weston.log will produce a helpful logfile. -- Stefan On 11.09.2018 02:02, Mohamed Dawod wrote: > -- Forwarded message - > From: Mohamed Dawod > Date: Mon, Sep 10, 2018 at 1:15 PM >

[oe] [meta-oe][PATCH] rapidjson: avoid dependency to non-existing package

2017-08-09 Thread Stefan Agner
From: Stefan Agner <stefan.ag...@toradex.com> RapidJSON is a header only library. The automatic package split leads to no 'rapidjson' package but a 'rapidjson-dev' package with a dependency to the 'rapidjson' package, leading to errors like: * Solver encountered 1 problem(s): * Probl

Re: [oe] [meta-networking][PATCH v3] wireguard: add WireGuard kernel module and tools

2017-05-18 Thread Stefan Agner
On 2017-05-18 11:19, Joe MacDonald wrote: > [Re: [oe] [meta-networking][PATCH v3] wireguard: add WireGuard kernel > module and tools] On 17.05.18 (Thu 10:55) Stefan Agner wrote: > >> On 2017-05-18 00:29, Robert Yang wrote: >> > Hi Stefan, >> > >> >

[oe] [PATCH] wireguard: bump version to latest snapshot 0.0.20170517

2017-05-18 Thread Stefan Agner
Use the latest available snapshot 0.0.20170517 of WireGuard. Signed-off-by: Stefan Agner <ste...@agner.ch> --- .../wireguard/wireguard-module_0.0.20170421.bb | 31 -- .../wireguard/wireguard-module_0.0.20170517.bb | 31 ++ .../wireguard/wir

Re: [oe] [meta-networking][PATCH v3] wireguard: add WireGuard kernel module and tools

2017-05-18 Thread Stefan Agner
On 2017-05-18 00:29, Robert Yang wrote: > Hi Stefan, > > On 04/27/2017 01:30 PM, Stefan Agner wrote: >> WireGuard is an extremely simple yet fast and modern VPN that utilizes >> state-of-the-art cryptography. It aims to be faster, simpler, leaner, >> and more useful

Re: [oe] [meta-networking][PATCH v3] wireguard: add WireGuard kernel module and tools

2017-05-01 Thread Stefan Agner
On 2017-05-01 08:18, Joe MacDonald wrote: > [Re: [oe] [meta-networking][PATCH v3] wireguard: add WireGuard kernel > module and tools] On 17.04.28 (Fri 18:18) Stefan Agner wrote: > >> >> >> Hm, I can not reproduce here. It looks like module has not been >> in

Re: [oe] [meta-networking][PATCH v3] wireguard: add WireGuard kernel module and tools

2017-04-28 Thread Stefan Agner
u, Apr 27, 2017 at 7:30 AM, Stefan Agner <ste...@agner.ch> wrote: > >> WireGuard is an extremely simple yet fast and modern VPN that utilizes >> state-of-the-art cryptography. It aims to be faster, simpler, leaner, >> and more useful than IPSec, while avoiding th

[oe] [meta-networking][PATCH v3] wireguard: add WireGuard kernel module and tools

2017-04-26 Thread Stefan Agner
-module which is MACHINE_ARCH (like all kernel modules) we need to add this dependency to SIGGEN_EXCLUDE_SAFE_RECIPE_DEPS. Signed-off-by: Stefan Agner <ste...@agner.ch> --- Changes since v2: - Upgrade to v0.0.20170421 - Add comment about Linux kernel requirement Changes since v1: - U

Re: [oe] [meta-networking][PATCH v2] wireguard: add WireGuard kernel module and tools

2017-04-26 Thread Stefan Agner
On 2017-04-26 11:10, Martin Jansa wrote: > On Tue, Apr 11, 2017 at 11:00:09PM -0700, Stefan Agner wrote: >> WireGuard is an extremely simple yet fast and modern VPN that utilizes >> state-of-the-art cryptography. It aims to be faster, simpler, leaner, >> and more useful than

[oe] [meta-python][PATCH] python-can: add initial recipe for version 1.5.2

2017-04-14 Thread Stefan Agner
From: Stefan Agner <stefan.ag...@toradex.com> Add initial recipe for python-can library which provides controller area network support for Python 2/3. Signed-off-by: Stefan Agner <stefan.ag...@toradex.com> --- meta-python/recipes-devtools/python/python-can.inc | 9 +

[oe] [meta-networking][PATCH v2] wireguard: add WireGuard kernel module and tools

2017-04-12 Thread Stefan Agner
-module which is MACHINE_ARCH (like all kernel modules) we need to add this dependency to SIGGEN_EXCLUDE_SAFE_RECIPE_DEPS. Signed-off-by: Stefan Agner <ste...@agner.ch> --- Changes since v1: - Upgrade to v0.0.20170409 - Add wireguard-tools -> wireguard-module d

Re: [oe] [meta-networking][PATCH] wireguard: add WireGuard kernel module and tools

2017-04-11 Thread Stefan Agner
s ipv6 in DISTRO_FEATURES_LIBC_DEFAULT which gets dumped into DISTRO_FEATURES even with nodistro, so it seems that should be fulfilled... -- Stefan > On Tue, Apr 11, 2017 at 11:04 PM, Stefan Agner <ste...@agner.ch> wrote: > > Hi Martin, > > I tried t

Re: [oe] [meta-networking][PATCH] wireguard: add WireGuard kernel module and tools

2017-04-11 Thread Stefan Agner
ite_ipk.sigdata between qemux86copy and qemux86 > * ERROR: 1 errors found in > /home/jenkins/oe/world/shr-core/tmp-glibc/sstate-diff/1491428805/signatures.qemux86.do_package_write_ipk.sigdata.log > * ERROR: 3 issues were found in these recipes: wireguard-tools > > On Sun, Apr 2,

Re: [oe] [meta-networking][PATCH] wireguard: add WireGuard kernel module and tools

2017-04-11 Thread Stefan Agner
y and qemux86 > * ERROR: 1 errors found in > /home/jenkins/oe/world/shr-core/tmp-glibc/sstate-diff/1491428805/signatures.qemux86.do_package_write_ipk.sigdata.log > * ERROR: 3 issues were found in these recipes: wireguard-tools > > On Sun, Apr 2, 2017 at 10:33 PM, Stefan Agner <ste...@a

[oe] [meta-python][PATCH] python-pyalsaaudio: Extend recipe to support Python 3

2017-04-07 Thread Stefan Agner
From: Stefan Agner <stefan.ag...@toradex.com> alsaaudio support Python 3 already, add a Python 3 recipe so we can build alsaaudio for Python 3. Signed-off-by: Stefan Agner <stefan.ag...@toradex.com> --- meta-python/recipes-devtools/python/python-pyalsaaudio.inc | 11 +++

Re: [oe] [meta-networking][PATCH] wireguard: add WireGuard kernel module and tools

2017-04-06 Thread Stefan Agner
libc/sstate-diff/1491428805/signatures.qemux86.do_package_write_ipk.sigdata.log > * ERROR: 3 issues were found in these recipes: wireguard-tools > > On Sun, Apr 2, 2017 at 10:33 PM, Stefan Agner <ste...@agner.ch> wrote: > >> WireGuard is an extremely simple yet fast and mod

[oe] [meta-networking][PATCH] wireguard: add WireGuard kernel module and tools

2017-04-02 Thread Stefan Agner
and tools. The kernel module has some kernel configuration dependencies such as some configuration part of features/netfilter/netfilter.scc, hence netfilter.scc should be part of KERNEL_EXTRA_FEATURES (which is the case by default). Signed-off-by: Stefan Agner <ste...@agner.ch> --- .../wir

[oe] [meta-python][PATCH v2] python-smbus: upgrade to 3.1.2

2017-03-30 Thread Stefan Agner
From: Stefan Agner <stefan.ag...@toradex.com> Upgrade to 3.1.2 and use Yocto source mirror to follow commit f76fe46e098d ("i2c-tools: point SRC_URI at Yocto source mirrors") in OpenEmbedded cores i2c-tools recipe. With the upgrade to i2c-tools 3.1.2 Python 3 support has been a

[oe] [meta-python][PATCH] python-smbus: upgrade to 3.1.2

2017-03-27 Thread Stefan Agner
From: Stefan Agner <stefan.ag...@toradex.com> Upgrade to 3.1.2 and use Yocto source mirror to follow commit f76fe46e098d ("i2c-tools: point SRC_URI at Yocto source mirrors") in OpenEmbedded cores i2c-tools recipe. With the upgrade to i2c-tools 3.1.2 Python 3 support has been a

[oe] [meta-oe][PATCH] florence: move to latest GTK2 version 0.5.4

2016-05-24 Thread Stefan Agner
From: Stefan Agner <stefan.ag...@toradex.com> The latest GTK2 version is 0.5.4, which contains several bug fixes. Noteable, it fixes an issue where the SVG keys have not been displayed with recent versions of its dependencies. Signed-off-by: Stefan Agner <stefan.ag...@to

Re: [oe] [meta-multimedia][jethro][PATCH] gstreamer: fix argument parsing when using Bison 3

2016-04-28 Thread Stefan Agner
On 2016-03-25 11:16, Stefan Agner wrote: > On 2016-03-25 03:37, Martin Jansa wrote: >> On Thu, Mar 24, 2016 at 04:26:56PM -0700, Stefan Agner wrote: >>> From: Stefan Agner <stefan.ag...@toradex.com> >>> >>> Remove the argument fix patch and add a patch

Re: [oe] license_create_manifest fails on jethro

2016-03-11 Thread Stefan Agner
Hi Alimon, On 2016-03-11 09:00, Aníbal Limón wrote: > Hi Stefan, > > I tried to build angstrom v2015.12-yocto2.0 using qemux86-64 and > systemd-image following [1] then the next errors appears: > > ERROR: Nothing PROVIDES 'virtual/nativesdk-nativesdk-libx11' (but >

[oe] license_create_manifest fails on jethro

2016-03-10 Thread Stefan Agner
Hi Anibal, I think the patch a7976cbae3 ("license_class: Reimplemented manifest creation in python") broke Ångstroms way of deploying license files. With jethro I get the following error when building the _second_ machine: ERROR: Error executing a python function in

Re: [oe] [meta-oe][dizzy][PATCH] ptpd: disable libpcap detection via pcap-config

2015-05-29 Thread Stefan Agner
Ping... -- Stefan On 2015-05-20 08:52, Stefan Agner wrote: When the host system provides pcap-config, the configure scripts detect that and add a bogous CPPFLAG: checking for pcap-config... /usr/bin/pcap-config checking if we want to build with libpcap support... yes, pcap-config

[oe] [meta-oe][dizzy][PATCH] ptpd: disable libpcap detection via pcap-config

2015-05-20 Thread Stefan Agner
to compile errors due to wrong headers being included. Fix this issue by using --with-pcap-config=no which prevents detection using pcap-config but does guessing, which works fine for OE. Signed-off-by: Stefan Agner ste...@agner.ch --- If the host has libpcap development packages installed (which provide