[oe] [meta-python][PATCH 3/3] python3-matplotlib: bump to 3.5.2

2022-08-03 Thread Bartosz Golaszewski
or: 'webagg.port' This is fixed in 3.5.2. Signed-off-by: Bartosz Golaszewski --- ...{python3-matplotlib_3.5.1.bb => python3-matplotlib_3.5.2.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-matplotlib_3.5.1.bb =>

[oe] [meta-python][PATCH 2/3] python3-matplotlib: add packaging to RDEPENDS

2022-08-03 Thread Bartosz Golaszewski
matplotlib needs python3-packaging at runtime. Add it to the package's RDEPENDS. Signed-off-by: Bartosz Golaszewski --- meta-python/recipes-devtools/python/python3-matplotlib_3.5.1.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta-python/recipes-devtools/python/py

[oe] [meta-oe][PATCH] imagemagick: add PACKAGECONFIG for C++ bindings

2022-08-03 Thread Bartosz Golaszewski
Add a new PACKAGECONFIG switch for building C++ bindings for imagemagick. Signed-off-by: Bartosz Golaszewski --- meta-oe/recipes-support/imagemagick/imagemagick_7.0.10.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta-oe/recipes-support/imagemagick/imagemagick_7.0.10.bb b/meta-oe

Re: [oe] [PATCH] zephyr-kernel-src: bump the v3 version to v3.1.0

2022-07-26 Thread Bartosz Golaszewski
On Mon, Jul 25, 2022 at 11:46 PM Jon Mason wrote: > > On Mon, Jul 25, 2022 at 05:47:44PM +0200, Bartosz Golaszewski wrote: > > From: Bartosz Golaszewski > > > > This upgrades the 3.x series to using v3.1.0. > > > > Signed-off-by: Bartosz Golaszewski > >

[oe] [meta-zephyr][PATCH v2] zephyr-kernel-src: bump the v3 version to v3.1.0

2022-07-26 Thread Bartosz Golaszewski
From: Bartosz Golaszewski This upgrades the 3.x series to using v3.1.0. Signed-off-by: Bartosz Golaszewski --- - add a rebased version of the toolchain patch for v3.1 ... 0001-2.7-cmake-add-yocto-toolchain.patch} | 0 .../0001-3.1-cmake-add-yocto-toolchain.patch | 63

[oe] [PATCH] zephyr-kernel-src: bump the v3 version to v3.1.0

2022-07-25 Thread Bartosz Golaszewski
From: Bartosz Golaszewski This upgrades the 3.x series to using v3.1.0. Signed-off-by: Bartosz Golaszewski --- .../zephyr-kernel/zephyr-kernel-src-2.7.2.inc | 6 +- .../zephyr-kernel/zephyr-kernel-src-3.0.0.inc | 70 -- .../zephyr-kernel/zephyr-kernel-src-3.1.0.inc | 72

Re: [oe] [meta-zephyr] build broken with current oe-core master

2022-07-22 Thread Bartosz Golaszewski
On Thu, Jul 21, 2022 at 3:52 PM Khem Raj wrote: > > I don’t see config.log for Libstdc++ folder in there > Can you see why that’s missing ? > I was missing because I misunderstood you - you were probably asking for the config.log *with* Jon's patch applied. Here's the log: https://controlc.com/4

Re: [oe] [meta-zephyr] build broken with current oe-core master

2022-07-21 Thread Bartosz Golaszewski
On Wed, Jul 20, 2022 at 5:59 PM Khem Raj wrote: > > > > On Wed, Jul 20, 2022 at 11:35 AM Bartosz Golaszewski wrote: >> >> On Tue, Jul 19, 2022 at 4:58 PM Khem Raj wrote: >> > >> > On Tue, Jul 19, 2022 at 10:48 AM Bartosz Golaszewski wrote: >> >

Re: [oe] [meta-zephyr] build broken with current oe-core master

2022-07-20 Thread Bartosz Golaszewski
On Tue, Jul 19, 2022 at 4:58 PM Khem Raj wrote: > > On Tue, Jul 19, 2022 at 10:48 AM Bartosz Golaszewski wrote: > > > > On Tue, Jul 19, 2022 at 2:54 PM Khem Raj wrote: > > > > > > > > > > > > On Tue, Jul 19, 2022 at 3:40 AM Bartosz Golaszews

Re: [oe] [meta-zephyr] build broken with current oe-core master

2022-07-19 Thread Bartosz Golaszewski
On Tue, Jul 19, 2022 at 2:54 PM Khem Raj wrote: > > > > On Tue, Jul 19, 2022 at 3:40 AM Bartosz Golaszewski wrote: >> >> On Tue, Jul 19, 2022 at 12:10 AM Jon Mason wrote: >> > >> > On Mon, Jul 18, 2022 at 4:06 PM Khem Raj wrote: >> > > >

Re: [oe] [meta-zephyr] build broken with current oe-core master

2022-07-19 Thread Bartosz Golaszewski
On Tue, Jul 19, 2022 at 12:10 AM Jon Mason wrote: > > On Mon, Jul 18, 2022 at 4:06 PM Khem Raj wrote: > > > > Can you try something like this > > > > diff --git a/meta/recipes-devtools/gcc/gcc-runtime.inc > > b/meta/recipes-devtools/gcc/gcc-runtime.inc > > index 5d74e4494d..61d5bf6058 100644 > >

[oe] [meta-zephyr] build broken with current oe-core master

2022-07-18 Thread Bartosz Golaszewski
Hi! It seems that the zephyr build is currently broken with master (and master-next) for meta-zephyr samples: Build Configuration: BB_VERSION = "2.0.1" BUILD_SYS= "x86_64-linux" NATIVELSBSTRING = "universal" TARGET_SYS = "arm-yocto-eabi" MACHINE =

[oe] [meta-python][RESEND PATCH] python3-pybluez: fix a runtime issue with python 3.10

2022-06-27 Thread Bartosz Golaszewski
Add an upstream patch that's not part of any release yet that addresses an issue with python 3.10 (related to a missing macro). Link: https://github.com/pybluez/pybluez/issues/426 Signed-off-by: Bartosz Golaszewski --- ...hen-parsing-buffer-length-fix-426-42.patch

Re: [oe] [PATCH] python3-pybluez: fix a runtime issue with python 3.10

2022-06-22 Thread Bartosz Golaszewski
On Tue, Jun 14, 2022 at 1:59 PM Bartosz Golaszewski wrote: > > Add an upstream patch that's not part of any release yet that addresses > an issue with python 3.10 (related to a missing macro). > > Link: https://github.com/pybluez/pybluez/issues/426 > Signed-off-by: Bartosz

[oe] [PATCH] python3-pybluez: fix a runtime issue with python 3.10

2022-06-14 Thread Bartosz Golaszewski
Add an upstream patch that's not part of any release yet that addresses an issue with python 3.10 (related to a missing macro). Link: https://github.com/pybluez/pybluez/issues/426 Signed-off-by: Bartosz Golaszewski --- ...hen-parsing-buffer-length-fix-426-42.patch

Re: [oe] [OE-core] [meta-java] icedtea7-native build fails on kirkstone and in master

2022-06-09 Thread Bartosz Golaszewski
On Thu, Jun 9, 2022 at 12:14 PM Matt Madison wrote: > > (Dropping oe-core and leaving openembedded-devel, as that's the right > list for this) > > On Thu, Jun 9, 2022 at 2:28 AM Bartosz Golaszewski wrote: > > > > Hi! > > > > I'm trying to bu

[oe] [meta-java] icedtea7-native build fails on kirkstone and in master

2022-06-09 Thread Bartosz Golaszewski
Hi! I'm trying to build java support with the following configuration: Build Configuration: BB_VERSION = "2.0.0" BUILD_SYS= "x86_64-linux" NATIVELSBSTRING = "universal" TARGET_SYS = "x86_64-poky-linux" MACHINE = "qemux86-64" DISTRO =

[oe] [meta-python][PATCH] python3-uinput: new package

2022-05-24 Thread Bartosz Golaszewski
Add a recipe for python3-uinput: a python module for controlling the virtual input devices on linux. Signed-off-by: Bartosz Golaszewski --- .../packagegroups/packagegroup-meta-python.bb | 1 + ...-use-setuptools-instead-of-distutils.patch | 28 +++ .../python/python3

Re: [oe] [meta-python][PATCH 1/2] python3-speedtest-cli: fix RDEPENDS

2022-05-24 Thread Bartosz Golaszewski
On Thu, May 19, 2022 at 3:18 PM Bartosz Golaszewski wrote: > > There are packages missing in RDEPENDS needed to run speedtest-cli. Add > them and use += for the assignment as we don't know what inherited > classes may have added. > > Signed-off-by: Bartosz Golaszewsk

[oe] [meta-python][PATCH 1/2] python3-speedtest-cli: fix RDEPENDS

2022-05-19 Thread Bartosz Golaszewski
There are packages missing in RDEPENDS needed to run speedtest-cli. Add them and use += for the assignment as we don't know what inherited classes may have added. Signed-off-by: Bartosz Golaszewski --- .../recipes-devtools/python/python3-speedtest-cli_2.1.3.bb | 6 +- 1 file chang

[oe] [meta-oe][PATCH 2/2] speedtest-cli: drop the recipe

2022-05-19 Thread Bartosz Golaszewski
This is the same project as the one in the python3-speedtest-cli recipe in meta-python except that the other one is downloaded from pypi. Drop this recipe. Signed-off-by: Bartosz Golaszewski --- .../speedtest-cli/speedtest-cli_2.1.3.bb | 14 -- 1 file changed, 14 deletions

[oe] [meta-python][PATCH] python3-inotify: new package

2022-05-16 Thread Bartosz Golaszewski
We have a recipe for python3-pyinotify (not to be confused with the recently added python3-pyfanotify) but this project has been abandoned years ago. There's another - still maintained - project called simply inotify on pypi and this adds the recipe for it. Signed-off-by: Bartosz Golasz

[oe] [meta-python][PATCH 16/16] python3-web3: new package

2022-05-12 Thread Bartosz Golaszewski
Add a recipe for web3: a library for interacting with Ethereum. Signed-off-by: Bartosz Golaszewski --- .../packagegroups/packagegroup-meta-python.bb | 1 + .../python/python3-web3_5.29.0.bb | 20 +++ 2 files changed, 21 insertions(+) create mode 100644 meta-python

[oe] [meta-python][PATCH 14/16] python3-eth-account: new package

2022-05-12 Thread Bartosz Golaszewski
Add a recipe for python3-eth-account: a tool for signing Ethereum transactions and messages with local private keys. Signed-off-by: Bartosz Golaszewski --- .../packagegroups/packagegroup-meta-python.bb | 1 + .../python/python3-eth-account_0.6.1.bb| 18 ++ 2 files

[oe] [meta-python][PATCH 15/16] python3-lru-dict: new package

2022-05-12 Thread Bartosz Golaszewski
Add a recipe for lru-dict: a fixed size dict like container. Signed-off-by: Bartosz Golaszewski --- .../packagegroups/packagegroup-meta-python.bb| 1 + .../recipes-devtools/python/python3-lru-dict_1.1.7.bb| 9 + 2 files changed, 10 insertions(+) create mode 100644 meta

[oe] [meta-python][PATCH 13/16] python3-eth-abi: new package

2022-05-12 Thread Bartosz Golaszewski
Add a recipe for eth-abi: utilities for working with Ethereum ABI definitions. Signed-off-by: Bartosz Golaszewski --- .../packagegroups/packagegroup-meta-python.bb | 1 + .../python/python3-eth-abi_3.0.0.bb| 18 ++ 2 files changed, 19 insertions(+) create mode

[oe] [meta-python][PATCH 12/16] python3-parsimonious: new package

2022-05-12 Thread Bartosz Golaszewski
Add a recipe for parsimonious: an arbitrary-lookahead parser written in pure Python. Signed-off-by: Bartosz Golaszewski --- .../packagegroups/packagegroup-meta-python.bb | 1 + .../python/python3-parsimonious_0.9.0.bb | 11 +++ 2 files changed, 12 insertions

[oe] [meta-python][PATCH 11/16] python3-eth-rlp: new package

2022-05-12 Thread Bartosz Golaszewski
Add a recipe for eth-rlp: RLP definitions for common Ethereum objects. Signed-off-by: Bartosz Golaszewski --- .../packagegroups/packagegroup-meta-python.bb | 1 + .../python/python3-eth-rlp_0.3.0.bb | 15 +++ 2 files changed, 16 insertions(+) create mode 100644

[oe] [meta-python][PATCH 10/16] python3-rlp: new package

2022-05-12 Thread Bartosz Golaszewski
Add a recipe for rlp: a Python implementation of Recursive Length Prefix encoding (RLP). Signed-off-by: Bartosz Golaszewski --- .../packagegroups/packagegroup-meta-python.bb | 1 + ...-setup-don-t-use-setuptools-markdown.patch | 35 +++ .../python/python3-rlp_3.0.0.bb

[oe] [meta-python][PATCH 09/16] python3-hexbytes: new package

2022-05-12 Thread Bartosz Golaszewski
Add a recipe for hexbytes: a Python bytes subclass that decodes hex, with a readable console output. Signed-off-by: Bartosz Golaszewski --- .../packagegroups/packagegroup-meta-python.bb| 1 + .../recipes-devtools/python/python3-hexbytes_0.2.2.bb| 9 + 2 files changed, 10

[oe] [meta-python][PATCH 08/16] python3-eth-keyfile: new package

2022-05-12 Thread Bartosz Golaszewski
Add a recipe for eth-keyfile: a library for handling the encrypted keyfiles used to store ethereum private keys. Signed-off-by: Bartosz Golaszewski --- .../packagegroups/packagegroup-meta-python.bb | 1 + ...-setup-don-t-use-setuptools-markdown.patch | 36 +++ .../python

[oe] [meta-python][PATCH 07/16] python3-eth-keys: new package

2022-05-12 Thread Bartosz Golaszewski
Add a recipe for eth-keys: common API for Ethereum key operations. Signed-off-by: Bartosz Golaszewski --- .../packagegroups/packagegroup-meta-python.bb | 1 + .../recipes-devtools/python/python3-eth-keys_0.4.0.bb | 11 +++ 2 files changed, 12 insertions(+) create mode 100644

[oe] [meta-python][PATCH 06/16] python3-eth-utils: new package

2022-05-12 Thread Bartosz Golaszewski
Add a recipe for eth-utils: utility functions for codebases which interact with ethereum. Signed-off-by: Bartosz Golaszewski --- .../packagegroups/packagegroup-meta-python.bb | 1 + ...-setup-don-t-use-setuptools-markdown.patch | 37 +++ .../python/python3-eth-utils_2.0.0.bb

[oe] [meta-python][PATCH 03/16] python3-decouple: new package

2022-05-12 Thread Bartosz Golaszewski
Add a recipe for python-decouple: generic tool for separating settings from code. Signed-off-by: Bartosz Golaszewski --- .../packagegroups/packagegroup-meta-python.bb| 1 + .../python/python3-decouple_3.6.bb | 16 2 files changed, 17 insertions(+) create

[oe] [meta-python][PATCH 05/16] python3-eth-typing: new package

2022-05-12 Thread Bartosz Golaszewski
Add a recipe for eth-typing: common type annotations for ethereum python packages. Signed-off-by: Bartosz Golaszewski --- .../packagegroups/packagegroup-meta-python.bb| 1 + .../recipes-devtools/python/python3-eth-typing_3.0.0.bb | 9 + 2 files changed, 10 insertions

[oe] [meta-python][PATCH 04/16] python3-eth-hash: new package

2022-05-12 Thread Bartosz Golaszewski
Add a recipe for eth-hash: the Ethereum hashing function module. Signed-off-by: Bartosz Golaszewski --- .../packagegroups/packagegroup-meta-python.bb| 1 + .../recipes-devtools/python/python3-eth-hash_0.3.2.bb| 9 + 2 files changed, 10 insertions(+) create mode 100644

[oe] [meta-python][PATCH 00/16] python: add a bunch of packages for interacting with ethereum blockchains

2022-05-12 Thread Bartosz Golaszewski
wn package where we add local patches to simply not use it. Bartosz Golaszewski (16): python3-toolz: new package python3-cytoolz: new package python3-decouple: new package python3-eth-hash: new package python3-eth-typing: new package python3-eth-utils: new package python3-eth-keys: n

[oe] [meta-python][PATCH 01/16] python3-toolz: new package

2022-05-12 Thread Bartosz Golaszewski
Add a recipe for toolz: a set of utility functions for iterators, functions, and dictionaries. Signed-off-by: Bartosz Golaszewski --- .../packagegroups/packagegroup-meta-python.bb | 1 + .../python/python3-toolz_0.11.2.bb | 14 ++ 2 files changed, 15 insertions

[oe] [meta-python][PATCH 02/16] python3-cytoolz: new package

2022-05-12 Thread Bartosz Golaszewski
Add a recipe for cytoolz: cython implementation of the toolz package. Signed-off-by: Bartosz Golaszewski --- .../packagegroups/packagegroup-meta-python.bb| 1 + .../python/python3-cytoolz_0.11.2.bb | 12 2 files changed, 13 insertions(+) create mode 100644

[oe] [meta-python][PATCH v2] python3-pyfanotify: new package

2022-04-28 Thread Bartosz Golaszewski
This adds a recipe for pyfanotify - a python wrapper around linux' fanotify interface. Signed-off-by: Bartosz Golaszewski --- - fixed build with musl .../packagegroups/packagegroup-meta-python.bb | 1 + ...-FNM_EXTMATCH-if-not-already-defined.patch | 31 +++ .../python/py

[oe] [meta-python][PATCH] python3-pyfanotify: new package

2022-04-27 Thread Bartosz Golaszewski
This adds a recipe for pyfanotify - a python wrapper around linux' fanotify interface. Signed-off-by: Bartosz Golaszewski --- .../packagegroups/packagegroup-meta-python.bb | 1 + .../python/python3-pyfanotify_0.1.3.bb | 17 + 2 files changed, 18 insertions(+) c

[oe] [meta-zephyr][PATCH 2/2] zephyr-kernel: add support for zephyr v3.0.0

2022-03-08 Thread Bartosz Golaszewski
From: Bartosz Golaszewski Add support for zephyr v3.0.0 and make it the preferred version. Signed-off-by: Bartosz Golaszewski --- .../zephyr-kernel/zephyr-kernel-src-2.7.1.inc | 16 ++--- .../zephyr-kernel/zephyr-kernel-src-3.0.0.inc | 70 +++ .../zephyr-kernel/zephyr-kernel

[oe] [meta-zephyr][PATCH 1/2] zephyr-kernel: drop support for zephyr v2.6.1

2022-03-08 Thread Bartosz Golaszewski
From: Bartosz Golaszewski v2.7.1 is the LTS release and we'll be adding support fr v3.0.0 in the subsequent patch. Drop support for v2.6.1. Signed-off-by: Bartosz Golaszewski --- .../zephyr-kernel/zephyr-kernel-src-2.6.1.inc | 54 --- 1 file changed, 54 deletions(-) d

[oe] [meta-virtualization][PATCH] python3: drop boto3 and botocore

2022-02-14 Thread Bartosz Golaszewski
AWS packages are provided by meta-aws in more recent versions. Drop them from meta-virtualization. Signed-off-by: Bartosz Golaszewski --- recipes-devtools/python/python3-boto3_1.17.51.bb | 16 .../python/python3-botocore_1.20.51.bb | 10 -- 2 files changed, 26

Re: [oe] [meta-python][PATCH] python3-zeroconf: bump version 0.36.13 -> 0.38.1

2022-01-23 Thread Bartosz Golaszewski
On Fri, Jan 7, 2022 at 1:27 PM Bartosz Golaszewski wrote: > > Signed-off-by: Bartosz Golaszewski > --- > .../{python3-zeroconf_0.36.13.bb => python3-zeroconf_0.38.1.bb} | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > rename meta-python/recipes-dev

[oe] [meta-oe][PATCH v2] cmatrix: new package

2022-01-10 Thread Bartosz Golaszewski
This adds the recipe for cmatrix: a tool for displaying The Matrix like codes in terminal. Signed-off-by: Bartosz Golaszewski --- v1 -> v2: - package files in /usr/lib/kdb/ too meta-oe/recipes-extended/cmatrix/cmatrix_2.0.bb | 15 +++ 1 file changed, 15 insertions(+) create m

[oe] [meta-python][PATCH] python3-zeroconf: bump version 0.36.13 -> 0.38.1

2022-01-07 Thread Bartosz Golaszewski
Signed-off-by: Bartosz Golaszewski --- .../{python3-zeroconf_0.36.13.bb => python3-zeroconf_0.38.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-zeroconf_0.36.13.bb => python3-zeroconf_0.38.1.bb} (79%) diff --git a/meta-

[oe] [meta-oe][PATCH] cmatrix: new package

2022-01-06 Thread Bartosz Golaszewski
This adds the recipe for cmatrix: a tool for displaying The Matrix like codes in terminal. Signed-off-by: Bartosz Golaszewski --- meta-oe/recipes-extended/cmatrix/cmatrix_2.0.bb | 15 +++ 1 file changed, 15 insertions(+) create mode 100644 meta-oe/recipes-extended/cmatrix

[oe] [meta-oe][PATCH] libgpiod: ptest: redirect stderr to stdout for test executables

2021-11-30 Thread Bartosz Golaszewski
Catch2 (used by the C++ tests) prints its output to stderr instead of stdout. Redirect stderr to stdout for all test executables. Signed-off-by: Bartosz Golaszewski --- meta-oe/recipes-support/libgpiod/files/run-ptest | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-oe

[oe] [meta-oe][PATCH 1/2] libgpiod: ptest: rrecommend python3-unittest when building python tests

2021-11-19 Thread Bartosz Golaszewski
The python test suite uses the unittest module. It's not built by default in minimal images, so we need to add it RRECOMMENDS explicitly. Signed-off-by: Bartosz Golaszewski --- meta-oe/recipes-support/libgpiod/libgpiod_1.6.3.bb | 5 - 1 file changed, 4 insertions(+), 1 deletion(-)

[oe] [meta-oe][PATCH 2/2] libgpiod: ptest: rrecommend coreutils

2021-11-19 Thread Bartosz Golaszewski
The bats test suite requires the 'timeout' and 'nl' commands to be available. Busybox' default config doesn't include those. They are built by default by coreutils though, so add it to RRECOMMENDS for ptest. Signed-off-by: Bartosz Golaszewski --- meta-oe/recipes-s

[oe] [meta-python][PATCH] python3-email-validator: new package

2021-11-15 Thread Bartosz Golaszewski
Signed-off-by: Bartosz Golaszewski --- .../packagegroups/packagegroup-meta-python.bb | 1 + .../python/python3-email-validator_1.1.3.bb | 13 + 2 files changed, 14 insertions(+) create mode 100644 meta-python/recipes-devtools/python/python3-email-validator_1.1.3.bb

Re: [oe] [meta-python][PATCH] python3-joblib: new package

2021-07-12 Thread Bartosz Golaszewski
On Fri, Jul 9, 2021 at 5:16 PM Khem Raj wrote: > > On Fri, Jul 9, 2021 at 7:40 AM Bartosz Golaszewski wrote: > > > > Add a recipe for joblib: a set of tools to provide lightweight pipelining > > in Python. > > > > Signed-off-by: Bartosz Golaszewski > &g

[oe] [meta-python][PATCH] python3-joblib: new package

2021-07-09 Thread Bartosz Golaszewski
Add a recipe for joblib: a set of tools to provide lightweight pipelining in Python. Signed-off-by: Bartosz Golaszewski --- .../packagegroups/packagegroup-meta-python.bb | 1 + .../python/python3-joblib_1.0.1.bb | 17 + 2 files changed, 18 insertions(+) create

Re: [oe] [PATCH] libgpiod: update my email address

2021-06-09 Thread Bartosz Golaszewski
On Wed, Jun 9, 2021 at 9:55 PM Khem Raj wrote: > > On Wed, Jun 9, 2021 at 12:31 PM Bartosz Golaszewski wrote: > > > > From: Bartosz Golaszewski > > > > I now maintain the project and this recipe in my own time. Update my > > email address in the AUTHOR f

[oe] [PATCH] libgpiod: update my email address

2021-06-09 Thread Bartosz Golaszewski
From: Bartosz Golaszewski I now maintain the project and this recipe in my own time. Update my email address in the AUTHOR field. Signed-off-by: Bartosz Golaszewski --- meta-oe/recipes-support/libgpiod/libgpiod_1.6.3.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta

[oe] [PATCH] Revert "libgpiod: ptest: warn if the gpio-mockup kernel module is not selected"

2021-06-09 Thread Bartosz Golaszewski
From: "Signed-off-by: Bartosz Golaszewski" This reverts commit 977c5f56198f075376f753b0b4178ecb35ad02ec. This recipe doesn't see the final value of KERNEL_FEATURES that the linux-yocto recipe uses - that's why this warning was always triggered if the gpio-mockup feature was

Re: [oe] [meta-oe][PATCH 8/9] libgpiod: ptest: warn if the gpio-mockup kernel module is not selected

2021-06-09 Thread Bartosz Golaszewski
On Tue, Jun 8, 2021 at 10:00 PM Bartosz Golaszewski wrote: > > On Tue, Jun 8, 2021 at 2:31 AM Khem Raj wrote: > > > > On Mon, Jun 7, 2021 at 8:54 AM Bartosz Golaszewski wrote: > > > > > > On Mon, Jun 7, 2021 at 5:14 PM Khem Raj wrote: > > > > >

Re: [oe] [meta-oe][PATCH 8/9] libgpiod: ptest: warn if the gpio-mockup kernel module is not selected

2021-06-08 Thread Bartosz Golaszewski
On Tue, Jun 8, 2021 at 2:31 AM Khem Raj wrote: > > On Mon, Jun 7, 2021 at 8:54 AM Bartosz Golaszewski wrote: > > > > On Mon, Jun 7, 2021 at 5:14 PM Khem Raj wrote: > > > > > > > > > > > > On Mon, Jun 7, 2021 at 1:55 AM Bartosz Golaszewski

Re: [oe] [meta-oe][PATCH 8/9] libgpiod: ptest: warn if the gpio-mockup kernel module is not selected

2021-06-07 Thread Bartosz Golaszewski
On Mon, Jun 7, 2021 at 5:14 PM Khem Raj wrote: > > > > On Mon, Jun 7, 2021 at 1:55 AM Bartosz Golaszewski wrote: >> >> On Sun, Jun 6, 2021 at 12:17 AM Khem Raj wrote: >> > >> > On Wed, Jun 2, 2021 at 7:15 AM Bartosz Golaszewski wrote: >> &g

Re: [oe] [meta-oe][PATCH 8/9] libgpiod: ptest: warn if the gpio-mockup kernel module is not selected

2021-06-07 Thread Bartosz Golaszewski
On Sun, Jun 6, 2021 at 12:17 AM Khem Raj wrote: > > On Wed, Jun 2, 2021 at 7:15 AM Bartosz Golaszewski wrote: > > > > libgpiod test-suites work with the gpio-mockup kernel module. When using > > linux-yocto, it's enabled using the gpio/mockup.scc kernel feature.

[oe] [meta-oe][PATCH] libgpiod: add the python test-suite to the ptest package

2021-06-07 Thread Bartosz Golaszewski
One more follow-up to the ptest updates - the python test suite was missed and is still in the main library package. Move it to libgpiod-ptest. Signed-off-by: Bartosz Golaszewski --- meta-oe/recipes-support/libgpiod/libgpiod_1.6.3.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta-oe

[oe] [meta-oe][PATCH] libgpiod: ptest: only rrecommend a single module that we need

2021-06-04 Thread Bartosz Golaszewski
We don't need to pull in all kernel modules. It's enough to just rrecommend gpio-mockup. Signed-off-by: Bartosz Golaszewski --- meta-oe/recipes-support/libgpiod/libgpiod_1.6.3.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-oe/recipes-support/libgpiod/libg

Re: [oe] [meta-oe][PATCH 9/9] libgpiod: ptest: add kernel-modules to RRECOMMENDS

2021-06-04 Thread Bartosz Golaszewski
On Thu, Jun 3, 2021 at 6:48 PM Khem Raj wrote: > > On Wed, Jun 2, 2021 at 7:15 AM Bartosz Golaszewski wrote: > > > > libgpiod needs the gpio-mockup kernel module to be loadable (not > > built-in). Add kernel-modules to RRECOMMENDS. > > > > Signed-off-by: Barto

Re: [oe] [meta-oe][PATCH 0/9] libgpiod: ptest improvements

2021-06-03 Thread Bartosz Golaszewski
On Thu, Jun 3, 2021 at 2:03 AM Khem Raj wrote: > > Hi Bartosz > > I am seeing this warning on AB > > stdio: WARNING: libgpiod-1.6.3-r0 do_install_ptest_base: libgpiod > test-suites need the gpio-mockup > > Can you look further into this please ? > I don't have to look into it - this is the behavi

[oe] [meta-oe][PATCH 9/9] libgpiod: ptest: add kernel-modules to RRECOMMENDS

2021-06-02 Thread Bartosz Golaszewski
libgpiod needs the gpio-mockup kernel module to be loadable (not built-in). Add kernel-modules to RRECOMMENDS. Signed-off-by: Bartosz Golaszewski --- meta-oe/recipes-support/libgpiod/libgpiod_1.6.3.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta-oe/recipes-support/libgpiod

[oe] [meta-oe][PATCH 0/9] libgpiod: ptest improvements

2021-06-02 Thread Bartosz Golaszewski
From: Bartosz Golaszewski This series improves the recipe for libgpiod with primary focus on ptest parts. We bring in support for all test-suites available in the package. We also tweak the recipe in other places to make it more readable and robust in general. Bartosz Golaszewski (9

[oe] [meta-oe][PATCH 7/9] libgpiod: ptest: run all test-suites if possible

2021-06-02 Thread Bartosz Golaszewski
We have four test-suites total in libgpiod: for the core C library, gpio-tools and for C++ and Python bindings. Modify the recipe to install all of them depending on build settings and make run-ptest execute them if available. Signed-off-by: Bartosz Golaszewski --- .../recipes-support/libgpiod

[oe] [meta-oe][PATCH 8/9] libgpiod: ptest: warn if the gpio-mockup kernel module is not selected

2021-06-02 Thread Bartosz Golaszewski
libgpiod test-suites work with the gpio-mockup kernel module. When using linux-yocto, it's enabled using the gpio/mockup.scc kernel feature. Check if this feature is present in KERNEL_FEATURE and warn if not. Signed-off-by: Bartosz Golaszewski --- meta-oe/recipes-support/libgpiod/libgpiod_

[oe] [meta-oe][PATCH 1/9] libgpiod: coding style fixes

2021-06-02 Thread Bartosz Golaszewski
The recipe is getting bigger so try to keep a consistent coding style. Use four spaces instead of tabs and use the common way of splitting multi-line strings for minimum git diff lines at modification. Signed-off-by: Bartosz Golaszewski --- meta-oe/recipes-support/libgpiod/libgpiod_1.6.3.bb | 9

[oe] [meta-oe][PATCH 6/9] libgpiod: redirect stdout from the ptest executable to a file

2021-06-02 Thread Bartosz Golaszewski
Most tests redirect their standard output to a file. Let's make libgpiod consistent with this pattern. Signed-off-by: Bartosz Golaszewski --- meta-oe/recipes-support/libgpiod/files/run-ptest | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-oe/recipes-support/lib

[oe] [meta-oe][PATCH 5/9] libgpiod: add RDEPENDS for tests

2021-06-02 Thread Bartosz Golaszewski
The libgpiod-tools test-suite requires bats at run-time. The python test-suite needs the packaging module. Add both to the RDEPENDS in the tests PACKAGECONFIG option Signed-off-by: Bartosz Golaszewski --- meta-oe/recipes-support/libgpiod/libgpiod_1.6.3.bb | 2 +- 1 file changed, 1 insertion

[oe] [meta-oe][PATCH 4/9] libgpiod: correctly split output files into packages

2021-06-02 Thread Bartosz Golaszewski
Currently, the files that should go into libgpiod-ptest are part of either the main library package of libgpiod-tools. Use more fine-grained values for package files variables. Signed-off-by: Bartosz Golaszewski --- .../recipes-support/libgpiod/libgpiod_1.6.3.bb | 16 +++- 1 file

[oe] [meta-oe][PATCH 3/9] libgpiod: fix RRECOMMENDS for python bindings

2021-06-02 Thread Bartosz Golaszewski
RRECOMMENDS for the python module doesn't work because it specifies the module itself as its own RRECOMMENDS. Fix it to recommend the python package if python3 is in PACKAGECONFIG for the main package. Signed-off-by: Bartosz Golaszewski --- meta-oe/recipes-support/libgpiod/libgpiod_1.6.3.b

[oe] [meta-oe][PATCH 2/9] libgpiod: list all packages in a single assignment

2021-06-02 Thread Bartosz Golaszewski
Don't have assignments to PACKAGES scattered across the recipe - use a single place for that before assigning FILES. Signed-off-by: Bartosz Golaszewski --- meta-oe/recipes-support/libgpiod/libgpiod_1.6.3.bb | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/meta-oe/re

[oe] [meta-python][PATCH] python3-asyncio-glib: new package

2021-05-20 Thread Bartosz Golaszewski
Add a recipe for asyncio-glib - an interface between asyncio and the GLib event loop for Python. Signed-off-by: Bartosz Golaszewski --- .../packagegroups/packagegroup-meta-python.bb | 1 + .../python/python3-asyncio-glib_0.1.bb| 11 +++ 2 files changed, 12

[oe] [meta-python][PATCH] python3-pydbus-manager: add runtime dependencies

2021-05-17 Thread Bartosz Golaszewski
This recipe is missing the runtime deps. Add them. Signed-off-by: Bartosz Golaszewski --- .../recipes-devtools/python/python3-pydbus-manager_git.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta-python/recipes-devtools/python/python3-pydbus-manager_git.bb b/meta-python

[oe] [meta-python][PATCH v2] python3-pycocotools: new package

2021-05-17 Thread Bartosz Golaszewski
Add a recipe for building pycocotools - a Python wrapper for cocapi. Signed-off-by: Bartosz Golaszewski --- v1 -> v2: - use virtual/crypt instead of libxcrypt to fix a build error with musl .../packagegroups/packagegroup-meta-python.bb| 1 + .../python/python3-pycocotools_2.0.2

Re: [oe] [meta-python][PATCH] python3-pycocotools: new package

2021-05-14 Thread Bartosz Golaszewski
t; Hi Khem, This asks me to log into some Comcast thingy. Can you link it differently? Best Regards Bartosz Golaszewski -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#91310): https://lists.openembedded.org/g/openembedded-devel/mes

Re: [oe] [meta-python][PATCH] python3-pycocotools: new package

2021-05-14 Thread Bartosz Golaszewski
On Tue, May 11, 2021 at 8:04 PM Khem Raj wrote: > > add it to test packagegroup as well in a followup please. > > On 5/11/21 10:13 AM, Bartosz Golaszewski wrote: > > Add a recipe for building pycocotools - a Python wrapper for cocapi. > > > > Sign

[oe] [meta-python][PATCH] python3-pycocotools: add package to packagegroup-meta-python

2021-05-12 Thread Bartosz Golaszewski
This is a follow-up to the commit adding the recipe for pycocotools. Let's add the package to the meta-python packagegroup. Signed-off-by: Bartosz Golaszewski --- .../recipes-core/packagegroups/packagegroup-meta-python.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta-p

[oe] [meta-python][PATCH] python3-pycocotools: new package

2021-05-11 Thread Bartosz Golaszewski
Add a recipe for building pycocotools - a Python wrapper for cocapi. Signed-off-by: Bartosz Golaszewski --- .../python/python3-pycocotools_2.0.2.bb | 15 +++ 1 file changed, 15 insertions(+) create mode 100644 meta-python/recipes-devtools/python/python3-pycocotools_2.0.2

Re: [oe] [meta-python][PATCH] python3-txsockjs: new package

2021-04-27 Thread Bartosz Golaszewski
On Tue, Apr 27, 2021 at 4:04 PM Trevor Gamblin wrote: > > > On 2021-04-27 10:00 a.m., Bartosz Golaszewski wrote: > > [Please note: This e-mail is from an EXTERNAL e-mail address] > > > > This adds twisted python support for SockJS. > > >

[oe] [meta-python][PATCH] python3-txsockjs: new package

2021-04-27 Thread Bartosz Golaszewski
This adds twisted python support for SockJS. Signed-off-by: Bartosz Golaszewski --- .../0001-setup-fix-syntax-error.patch | 27 +++ .../python/python3-txsockjs_1.2.2.bb | 15 +++ 2 files changed, 42 insertions(+) create mode 100644 meta-python/recipes

[oe] [meta-python][PATCH] python3-docutils: new package

2021-03-25 Thread Bartosz Golaszewski
Add a recipe for python3-docutils: a modular system for processing documentation into useful formats. Signed-off-by: Bartosz Golaszewski --- Note: RDEPENDS_${PN} was not forgotten - this package really doesn't depend on anything more than python3 itself. .../packagegroups/packagegroup

[oe] [meta-python][PATCH] python3-jmespath: new package

2021-03-25 Thread Bartosz Golaszewski
Add a recipe for jmespath: a python module implementing a query language for JSON. Signed-off-by: Bartosz Golaszewski --- .../packagegroups/packagegroup-meta-python.bb| 1 + .../python/python3-jmespath_0.10.0.bb| 12 2 files changed, 13 insertions

[oe] [meta-oe][PATCH] libgpiod: update v1.6.2 -> v1.6.3

2021-03-22 Thread Bartosz Golaszewski
This is a small bugfix release addressing some issues with C++ and Python bindings. Signed-off-by: Bartosz Golaszewski --- .../libgpiod/{libgpiod_1.6.2.bb => libgpiod_1.6.3.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-oe/recipes-support/libgp

[oe] [meta-python][PATCH] python3-txdbus: add missing runtime dependencies

2021-03-22 Thread Bartosz Golaszewski
Add runtime dependencies for txdbus: python3-six and python3-twisted. Signed-off-by: Bartosz Golaszewski --- This is a follow-up to the patch adding the recipe for txdbus - as usual I forgot to include the runtime deps. :( meta-python/recipes-devtools/python/python3-txdbus_1.1.2.bb | 2 ++ 1

[oe] [meta-python][PATCH 3/4] python3-wpa-supplicant: fix importing the cli submodule

2021-03-20 Thread Bartosz Golaszewski
The @click.argument decorator in the version of click provided by meta-python no longer takes more than one positional argument. Add a local patch for python3-wpa-supplicant that fixes the parsing error when running: 'from wpa_supplicant import cli'. Signed-off-by: Bartosz G

[oe] [meta-python][PATCH 4/4] python3-wpa-supplicant: replace DESCRIPTION with SUMMARY

2021-03-20 Thread Bartosz Golaszewski
SUMMARY seems to be the preferred variable for short info on a project supported by the recipe. Replace DESCRIPTION with SUMMARY for python wpa-supplicant module. Signed-off-by: Bartosz Golaszewski --- .../recipes-devtools/python/python3-wpa-supplicant_0.2.bb | 2 +- 1 file changed, 1

[oe] [meta-python][PATCH 0/4] python3-wpa-supplicant: fix a problem with importing the cli submodule

2021-03-20 Thread Bartosz Golaszewski
From: Bartosz Golaszewski It's currently impossible to import the cli submodule from wpa-supplicant. This series addresses the issue by: - adding a recipe for a missing dependency - adding runtime dependencies to the recipe - fixing a problem with an outdated API used in the module

[oe] [meta-python][PATCH 1/4] python3-txdbus: new package

2021-03-20 Thread Bartosz Golaszewski
Add a recipe for python3-txdbus: a native Python implementation of the DBus protocol for Twisted applications. Signed-off-by: Bartosz Golaszewski --- .../packagegroups/packagegroup-meta-python.bb | 1 + .../recipes-devtools/python/python3-txdbus_1.1.2.bb | 11 +++ 2 files

[oe] [meta-python][PATCH 2/4] python3-wpa-supplicant: add runtime dependencies

2021-03-20 Thread Bartosz Golaszewski
This adds missing runtime dependencies for python3-wpa-supplicant. Signed-off-by: Bartosz Golaszewski --- .../recipes-devtools/python/python3-wpa-supplicant_0.2.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta-python/recipes-devtools/python/python3-wpa-supplicant_0.2.bb b

Re: [oe] [meta-oe] mpv can't find x11 components

2021-03-19 Thread Bartosz Golaszewski
On Thu, Mar 18, 2021 at 9:26 PM Khem Raj wrote: > > > > On Thursday, March 18, 2021, Bartosz Golaszewski wrote: >> >> On Thu, Mar 18, 2021 at 6:45 PM Khem Raj wrote: >> > >> > On Thu, Mar 18, 2021 at 11:47:30AM +0100, Bartosz Golaszewski wrote: >>

Re: [oe] [meta-oe] mpv can't find x11 components

2021-03-18 Thread Bartosz Golaszewski
On Thu, Mar 18, 2021 at 6:45 PM Khem Raj wrote: > > On Thu, Mar 18, 2021 at 11:47:30AM +0100, Bartosz Golaszewski wrote: > > I'm trying to add mpv to an image using the minimal-x-session. The > > build fails with the following error at do_configure(): > > > &g

[oe] [meta-oe] mpv can't find x11 components

2021-03-18 Thread Bartosz Golaszewski
I'm trying to add mpv to an image using the minimal-x-session. The build fails with the following error at do_configure(): | Checking for X11 : no ('x11 >= 1.0.0 xscrnsaver >= 1.0.0 xext >= 1.0.0 xinerama >= 1.0.0 xrandr >= 1.2.0' not found) | You manually enabled the feature 'x11', but the a

Re: [oe] [meta-python][PATCH] python3-pythonping: new package

2021-03-17 Thread Bartosz Golaszewski
On Tue, Mar 16, 2021 at 8:36 PM Bartosz Golaszewski via lists.openembedded.org wrote: > > On Tue, Mar 16, 2021 at 4:03 PM Khem Raj wrote: > > > > please add it to packagegroup-meta-python as well in a followup > > > > Will do, thanks! > > Bart >

Re: [oe] [meta-python][PATCH] python3-wpa-supplicant: new package

2021-03-16 Thread Bartosz Golaszewski
On Sun, Mar 7, 2021 at 4:22 PM Bartosz Golaszewski wrote: > > From: Bartosz Golaszewski > > Add a recipe for python3-wpa-supplicant - a package allowing to talk to > the wpa_supplicant over dbus using a convenient python API. > > Signed-off-by: Bartosz Golaszewski > -

Re: [oe] [meta-python][PATCH] python3-pythonping: new package

2021-03-16 Thread Bartosz Golaszewski
On Tue, Mar 16, 2021 at 4:03 PM Khem Raj wrote: > > please add it to packagegroup-meta-python as well in a followup > Will do, thanks! Bart -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#90159): https://lists.openembedded.org/g/openembedded-deve

[oe] [meta-python][PATCH] python3-pythonping: new package

2021-03-16 Thread Bartosz Golaszewski
Add a new recipe for pythonping - a python module allowing to send ICMP probes. Signed-off-by: Bartosz Golaszewski --- .../python/python3-pythonping_1.0.16.bb | 12 1 file changed, 12 insertions(+) create mode 100644 meta-python/recipes-devtools/python/python3

<    1   2   3   4   5   6   >