[OE-core] [meta-oe][PATCH] mozjs: move large static library into staticdev package

2021-10-18 Thread Kurt Kiefer
From: Kurt Kiefer The libmozjs package was including /usr/lib/libjs_static.ajs, not required for runtime usage. Keep this file, but move it to the staticdev package. Signed-off-by: Kurt Kiefer --- .../meta-python/recipes-extended/mozjs/mozjs_91.1.0.bb | 3 ++- 1 file changed, 2

[OE-core] [meta-python][PATCH] meta-python: gyp: fix for compatibility with Python 3.10

2021-10-18 Thread Kurt Kiefer
From: Kurt Kiefer The collections abstract base classes module is finally moved to collections.abc starting in Python 3.10. Fixes the following problem encountered making use of gyp: | File "[...]/usr/lib/python3.10/site-packages/gyp/common.py", line 497, in | class

[oe-core][PATCH] linux-firmware: add ibt-20 package

2020-07-17 Thread Kurt Kiefer
From: Kurt Kiefer Add the firmware packaging for Intel Bluetooth AX200, also known as Intel CyclonePeak (CcP). Signed-off-by: Kurt Kiefer --- meta/recipes-kernel/linux-firmware/linux-firmware_20200619.bb | 4 1 file changed, 4 insertions(+) diff --git a/meta/recipes-kernel/linux