Re: [OE-core] [PATCH 2/2] barebox-tools: add initial barebox tools support

2023-02-13 Thread Ahmad Fatoum
Hello Alexandre, On 03.02.23 19:11, Alexandre Belloni via lists.openembedded.org wrote: > Hello, > > kwboot fails with musl: Thanks for relaying the autobuilder errors. I'll build with musl and see what needs to be fixed on the barebox side. > > | CC [U] scripts/kwboot-target > | In file

Re: [OE-core] [PATCH 2/2] barebox-tools: add initial barebox tools support

2023-02-03 Thread Alexandre Belloni via lists.openembedded.org
Hello, kwboot fails with musl: | CC [U] scripts/kwboot-target | In file included from /home/pokybuild/yocto-worker/musl-qemux86-64/build/build/tmp/work/core2-64-poky-linux-musl/barebox-tools/2023.01.0-r0/barebox-2023.01.0/scripts/kwboot-target.c:1: |

[OE-core] [PATCH 2/2] barebox-tools: add initial barebox tools support

2023-02-03 Thread Marco Felsch
Add initial support to build the barebox tools for the host and the target. Signed-off-by: Marco Felsch --- .../barebox/barebox-tools_2023.01.0.bb| 56 +++ 1 file changed, 56 insertions(+) create mode 100644 meta/recipes-bsp/barebox/barebox-tools_2023.01.0.bb diff