[oe][meta-oe 1/1] luajit: Fix host development package

2024-08-08 Thread Alexander Stein
The 32 Bit host development package needed is libc6-dev:i386, not libc6-dev-i386. Signed-off-by: Alexander Stein --- At least on my Ubuntu 22.04 the package libc6-dev-i386 was not enough as /usr/include/i386-linux-gnu/bits/errno.h was missing. meta-oe/recipes-devtools/luajit/luajit_git.bb | 2

[oe][meta-oe 1/1] luajit: Fix host development package

2024-08-05 Thread Alexander Stein
The 32 Bit host development package needed is libc6-dev:i386, not libc6-dev-i386. Signed-off-by: Alexander Stein --- At least on my Ubuntu 22.04 the package libc6-dev-i386 was not enough as /usr/include/i386-linux-gnu/bits/errno.h was missing. meta-oe/recipes-devtools/luajit/luajit_git.bb | 2

[oe] [meta-oe][PATCH 1/1] libkcapi: Update HOMEPAGE url

2024-02-28 Thread Alexander Stein
The library's homepage url has changed. Signed-off-by: Alexander Stein --- meta-oe/recipes-crypto/libkcapi/libkcapi_1.5.0.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-oe/recipes-crypto/libkcapi/libkcapi_1.5.0.bb b/meta-oe/recipes-crypto/libkcapi/libkcapi_1.5

[oe] [meta-oe][PATCH 1/1] libcamera: Simplify pipeline configuration

2023-05-23 Thread Alexander Stein
Default to 'auto' which enables all target architecture pipelines (+UVC). IPAs are also automatically enabled if the corresponding required pipeline is enabled as well. Signed-off-by: Alexander Stein --- .../recipes-multimedia/libcamera/libcamera_0.0.5.bb | 4 +--- 1 file

Re: [[oe] [meta-oe] 1/1] libcamera: Allow overwriting default pipelines and IPA

2023-05-23 Thread Alexander Stein
Hi Kieran, Am Mittwoch, 17. Mai 2023, 14:07:35 CEST schrieb Kieran Bingham: > Hi Alex, > > Quoting Alexander Stein (2023-05-17 09:27:59) > > > By default only uvcvideo, simple and vimc pipelines as well as vimc IPA > > are built. Add new variables for enabling

[[oe] [meta-oe] 1/1] libcamera: Allow overwriting default pipelines and IPA

2023-05-17 Thread Alexander Stein
By default only uvcvideo, simple and vimc pipelines as well as vimc IPA are built. Add new variables for enabling a custom set of enabled pipelines and IPAs. Signed-off-by: Alexander Stein --- An example is the 'rkips1' pipeline and IPA. .../recipes-multimedia/libcamera/libcamer

[oe] [meta-oe,kirkstone][PATCH] dool: Add patch to fix rebuild

2022-12-08 Thread Alexander Stein
When cleaning the package during rebuild in base_do_configure() 'make clean' deletes docs/dool.1. This files comes from source repository but can't be recreated using 'make docs'. Signed-off-by: Alexander Stein --- Steps to reproduce: 1. bitbake -c cleanall dool 2. bit

[oe] [meta-oe][PATCH] dool: Add patch to fix rebuild

2022-12-08 Thread Alexander Stein
When cleaning the package during rebuild in base_do_configure() 'make clean' deletes docs/dool.1. This files comes from source repository but can't be recreated using 'make docs'. Signed-off-by: Alexander Stein --- Steps to reproduce: 1. bitbake -c cleanall dool 2. bit