Go to file
alperak 75d5263f30
python3-a2wsgi: added recipe which is also include ptest
Pure Python and only depend on the standard library.

Compared with other converters, the advantage is that a2wsgi will not accumulate the requested content or response content in the memory, so you don't have to worry about the memory limit caused by a2wsgi. This problem exists in converters implemented by uvicorn/startlette or hypercorn.

* Ptest and library example tested on qemux86-64 and qemuarm64

* Add ptest into PTESTS_FAST_META_PYTHON

Ptest result:
==============
qemux86-64:

Testsuite summary
TOTAL: 15
PASS: 15
SKIP: 0
XFAIL: 0
FAIL: 0
XPASS: 0
ERROR: 0
DURATION: 22
END: /usr/lib/python3-a2wsgi/ptest
2024-03-08T18:58
STOP: ptest-runner
TOTAL: 1 FAIL: 0

qemuarm64:

Testsuite summary
TOTAL: 15
PASS: 15
SKIP: 0
XFAIL: 0
FAIL: 0
XPASS: 0
ERROR: 0
DURATION: 22
END: /usr/lib/python3-a2wsgi/ptest
2024-03-08T19:05
STOP: ptest-runner
TOTAL: 1 FAIL: 0

Signed-off-by: alperak <alperyasinak1@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-03-09 12:35:15 -08:00
contrib contrib: oe-stylize: Use Python3 explicitly 2023-06-04 22:29:46 -07:00
meta-filesystems xfsprogs: 6.5.0 -> 6.6.0 2024-03-08 10:07:30 -08:00
meta-gnome gnome-terminal: fix reproducibility issue 2024-03-09 12:35:15 -08:00
meta-initramfs kexec-tools-klibc: Fix building on x86_64 with binutils 2.41 2024-02-13 15:08:40 -08:00
meta-multimedia vlc: Fix build on 32bit x86 2024-03-09 12:35:14 -08:00
meta-networking netcf: Fix build with latest gnulib 2024-03-09 10:55:22 -08:00
meta-oe libvncserver: fix reproducibility issue 2024-03-09 12:35:15 -08:00
meta-perl ptest-packagelists-meta-perl.inc: Move couple of test to PTESTS_FAST_META_PERL 2024-02-26 08:13:21 -08:00
meta-python python3-a2wsgi: added recipe which is also include ptest 2024-03-09 12:35:15 -08:00
meta-webserver netdata: version bump 1.43.2 -> 1.44.3 2024-02-21 19:59:52 -08:00
meta-xfce xfce4-notifyd: use python3native and depend on python3-packaging-native 2024-02-28 11:28:37 -08:00
.gitignore .gitignore: add *.pyc and *.pyo 2019-06-15 16:45:33 -07:00
COPYING.MIT add README and license for this layer 2011-02-13 16:47:32 +01:00
README.md layers: Move READMEs to markdown format 2023-06-17 08:30:01 -07:00

Collection of layers for the OE-core universe

Main layer maintainer: Khem Raj raj.khem@gmail.com

This repository is a collection of layers to suppliment OE-Core with additional packages, Each layer have designated maintainer Please see the respective READMEs in the layer subdirectories