[oe] [PATCH] dfu-util: allow building nativesdk variant

2024-06-11 Thread Rasmus Villemoes via lists.openembedded.org
It can be quite useful to include dfu-util along with any other tools needed for bootstrapping in the SDK. Signed-off-by: Rasmus Villemoes --- meta-oe/recipes-support/dfu-util/dfu-util_0.11.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta-oe/recipes-support/dfu-util/dfu-util_0.11

[oe] [meta-oe][PATCH] recipes-kernel: vdsotest: new recipe

2021-07-02 Thread Rasmus Villemoes via lists.openembedded.org
vdsotest is a handy tool for testing and benchmarking the vDSO, e.g. to measure the overhead of clock_gettime() done via the vDSO compared to an actual system call. Signed-off-by: Rasmus Villemoes --- meta-oe/recipes-kernel/vdsotest/vdsotest_0.3.bb | 11 +++ 1 file changed, 11

[oe] [meta-oe][PATCH] libgpiod: split c++ library to its own package

2020-05-06 Thread Rasmus Villemoes
by splitting the C++ library to its own package. Signed-off-by: Rasmus Villemoes --- meta-oe/recipes-support/libgpiod/libgpiod.inc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/meta-oe/recipes-support/libgpiod/libgpiod.inc b/meta-oe/recipes-support/libgpiod/libgpiod.inc index 07ce35a7f

[oe] [meta-browser][PATCH 2/2] chromium: add patch to fix build of native tool make_top_domain_list_for_edit_distance

2019-08-19 Thread Rasmus Villemoes
without it, the build fails. I don't really understand the gn config language, but perhaps the above has no effect because the :net_deps is only pulled into deps. Signed-off-by: Rasmus Villemoes --- recipes-browser/chromium/chromium-gn.inc | 1 + ...-third_party-zlib-to-public-depende

[oe] [meta-browser][PATCH 1/2] chromium: don't pass is_official_build=true when doing a component-build

2019-08-19 Thread Rasmus Villemoes
. assert(!is_component_build) } So we must make is_official_build the negative of component-build. Signed-off-by: Rasmus Villemoes --- recipes-browser/chromium/chromium-gn.inc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/recipes-browser/chromium/chromium-gn.inc b/recipes-browse

Re: [oe] [meta-qt5][PATCH] qfilesystemengine_unix.cpp: optionally disable use of statx(2)

2018-07-18 Thread Rasmus Villemoes
On 2018-07-17 09:20, Martin Jansa wrote: > On Mon, Jul 16, 2018 at 11:22:21AM +0200, Rasmus Villemoes wrote: >> When used inside an unprivileged docker container, statx(2) gets >> rejected with -EPERM by the default seccomp profile, unless the host >> runs an almost-bleeding e

[oe] [meta-oe][PATCH] vim: provide xxd

2018-07-18 Thread Rasmus Villemoes
The xxd tool is quite useful by itself. For example, building U-boot using the CONFIG_USE_DEFAULT_ENV_FILE option requires that the host provides xxd, and it's nicer to be able to put xxd-native rather than vim-native in that recipe's dependencies. Signed-off-by: Rasmus Villemoes --

[oe] [meta-qt5][PATCH] qfilesystemengine_unix.cpp: optionally disable use of statx(2)

2018-07-17 Thread Rasmus Villemoes
getting things to work. To opt-in, just prepend no-xstat: to OVERRIDES in some global configuration file, possibly restricting that to e.g. native and nativesdk. Signed-off-by: Rasmus Villemoes --- ...temengine_unix.cpp-disable-use-of-statx-2.patch | 58 ++ recipes-qt/