[oe] [meta-oe][PATCH] xf86-video-amdgpu: add new recipe xf86-video-amdgpu

2022-10-27 Thread Vincent Davis Jr
Supports the Xorg driver for AMD Radeon GPUs that utilizes the amdgpu kernel driver. Signed-off-by: Vincent Davis Jr --- .../xorg-driver/xf86-video-amdgpu_22.0.0.bb | 22 +++ 1 file changed, 22 insertions(+) create mode 100644

Re: [oe][meta-webserver][PATCH v2] meta-webserver: nginx: Add ipv6 support

2022-10-27 Thread Tim Orling
On Thu, Oct 27, 2022 at 10:33 AM Joshua Watt wrote: > Adds a PACKAGECONFIG to enable ipv6 in nginx > > Signed-off-by: Joshua Watt > --- > meta-webserver/recipes-httpd/nginx/nginx.inc | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > > diff --git

[oe][meta-webserver][PATCH v2] meta-webserver: nginx: Add ipv6 support

2022-10-27 Thread Joshua Watt
Adds a PACKAGECONFIG to enable ipv6 in nginx Signed-off-by: Joshua Watt --- meta-webserver/recipes-httpd/nginx/nginx.inc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/meta-webserver/recipes-httpd/nginx/nginx.inc b/meta-webserver/recipes-httpd/nginx/nginx.inc index

Re: [oe] [meta-oe][kirkstone][PATCH] mariadb: not use qemu to run cross-compiled binaries

2022-10-27 Thread Randy MacLeod
On 2022-10-17 01:56, Yu, Mingli wrote: Ping. Armin, Did you miss this one since it was threaded? ../Randy Thanks, On 9/26/22 12:37, Yu, Mingli wrote: From: Mingli Yu The build fails when use qemu to run build for amd64 as below: | make  -f

Re: [oe][meta-webserver][PATCH] meta-webserver: nginx: Add ipv6 support

2022-10-27 Thread Khem Raj
On Thu, Oct 27, 2022 at 9:11 AM Ross Burton wrote: > > IPv6 is the glorious future, shouldn’t we turn this on? > > (or at least, respect the ipv6 distro feature) yes IPv6 enable under distro_feature knob seems a good thing. > > Ross > > > On 27 Oct 2022, at 15:20, Joshua Watt via

Re: [oe][meta-webserver][PATCH] meta-webserver: nginx: Add ipv6 support

2022-10-27 Thread Ross Burton
IPv6 is the glorious future, shouldn’t we turn this on? (or at least, respect the ipv6 distro feature) Ross > On 27 Oct 2022, at 15:20, Joshua Watt via lists.openembedded.org > wrote: > > Adds a PACKAGECONFIG to enable ipv6 in nginx > > Signed-off-by: Joshua Watt > --- >

[oe][meta-webserver][PATCH] meta-webserver: nginx: Add ipv6 support

2022-10-27 Thread Joshua Watt
Adds a PACKAGECONFIG to enable ipv6 in nginx Signed-off-by: Joshua Watt --- meta-webserver/recipes-httpd/nginx/nginx.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/meta-webserver/recipes-httpd/nginx/nginx.inc b/meta-webserver/recipes-httpd/nginx/nginx.inc index dfced3330..33791ec6a

[oe] [meta-oe][PATCH] valijson: use install task from CMakeLists.txt

2022-10-27 Thread Eero Aaltonen via lists.openembedded.org
Upstream CMakeLists.txt has improved and in version 0.7 install both the headers and a config-file package to packages-split/valijson-dev/usr/lib/cmake/valijson/valijsonConfig.cmake , so drop the custom `do_install` task and use the CMake install task directly instead. Signed-off-by: Eero

[oe] [meta-python][PATCH 2/2] python3-py-cpuinfo: Upgrade 8.0.0 -> 9.0.0

2022-10-27 Thread Leon Anavi
Upgrade to release 9.0.0: - Changes to lscpu breaks parsing of cache info - CPU stepping, model, and family values are blank if 0 - Officially drop support for Python 2 - Replace Python 3.11 deprecated unittest.makeSuite - Fix lgtm.com alerts - Support Wheel - Add support for RISC-V

[oe] [meta-python][PATCH 1/2] python3-traitlets: Upgrade 5.4.0 -> 5.5.0

2022-10-27 Thread Leon Anavi
Upgrade to release 5.5.0: - Update tests and docs to use non-deprecated functions - Clean up version handling - Prep for jupyter releaser - Format the changelog - Clean up application typing License-Update: formating change, the license remains the same Signed-off-by: Leon Anavi ---

[oe] [PATCH 2/3] python3-wxgtk4: skip the recipe

2022-10-27 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- .../recipes-devtools/python3-wxgtk4/python3-wxgtk4_4.1.1.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta-python/recipes-devtools/python3-wxgtk4/python3-wxgtk4_4.1.1.bb b/meta-python/recipes-devtools/python3-wxgtk4/python3-wxgtk4_4.1.1.bb

[oe] [PATCH 3/3] python3-yappi: mark as incompatible with python 3.11

2022-10-27 Thread Alexander Kanavin
A request to release a new version is here: https://github.com/sumerc/yappi/issues/122 Signed-off-by: Alexander Kanavin --- meta-python/recipes-devtools/python/python3-yappi_1.3.6.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta-python/recipes-devtools/python/python3-yappi_1.3.6.bb

[oe] [PATCH 1/3] sip3: remove the recipe

2022-10-27 Thread Alexander Kanavin
It is not compatible with python 3.11, and all development on that series has ceased: https://riverbankcomputing.com/software/sip/download There is an actively maintained version https://www.riverbankcomputing.com/news/SIP_v6.6.2_Released https://pypi.org/project/sip/ but it probably needs a