[ptxdist] [PATCH] bluez: version bump 5.54 -> 5.58

2021-04-26 Thread Denis Osterland-Heim
Diehl Connectivity Solutions GmbH Geschäftsführung: Horst Leonberger Sitz der Gesellschaft: Nürnberg - Registergericht: Amtsgericht Nürnberg: HRB 32315 Der Inhalt der vorstehenden E-Mail ist nicht rechtlich bindend. Diese E-Mail enthaelt vertrauliche und/oder r

[ptxdist] [PATCH] doc: add section about kconfig diffs

2021-04-26 Thread Roland Hieber
Signed-off-by: Roland Hieber --- doc/dev_kconfig_diffs.rst | 79 +++ doc/dev_layers_in_ptxdist.rst | 3 +- doc/dev_manual.rst| 1 + 3 files changed, 82 insertions(+), 1 deletion(-) create mode 100644 doc/dev_kconfig_diffs.rst diff --git a/doc/de

[ptxdist] [PATCH] openssl: Use CROSS_LIB_DIR.

2021-04-26 Thread Christian Melki
Instead of using static paths, resolve them instead. Signed-off-by: Christian Melki --- rules/openssl.make | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/rules/openssl.make b/rules/openssl.make index f8d07b472..492bac3e1 100644 --- a/rules/openssl.make +++ b/rules/open

[ptxdist] [PATCH] Resolve lib and pkgconfig dirs dynamically.

2021-04-26 Thread Christian Melki
Toolchains usually adhere to ABI spec when dealing with ld.so placement. https://sourceware.org/glibc/wiki/ABIList On x86_64: /lib64/ld-linux-x86-64.so.2 This will help in using a non-demultilibbed toolchain in ptxdist. Signed-off-by: Christian Melki --- scripts/lib/ptxd_make_world_install.sh |

Re: [ptxdist] [PATCH 2/3] ptxd_lib_imx_hab/template-barebox-imx-habv4/ptxdist-set-keys-hsm: convert to use the code signing group imx-habv4-srk

2021-04-26 Thread Roland Hieber
On Fri, Apr 23, 2021 at 08:07:50AM +0200, Michael Olbrich wrote: > On Mon, Apr 12, 2021 at 06:18:59PM +0200, Marc Kleine-Budde wrote: > > This patch converts barebox and the barebox template to make use of code > > signing groups as introduced in the previous patch. > > > > Signed-off-by: Marc Kle