Re: [ptxdist] [PATCH] rules: optee-client: Allow enabling/disabling the rpmb emulator

2020-11-25 Thread robin
On 2020-11-24 14:41, Robin van der Gracht wrote: Its enabled by default for backwards compatibility. Signed-off-by: Robin van der Gracht --- rules/optee-client.in | 5 + rules/optee-client.make | 3 ++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/rules/optee-client.in

Re: [ptxdist] [PATCH 1/2] optee-client: version bump 3.5.0 -> 3.11.0

2021-01-08 Thread robin
Hi Michael, On 2021-01-08 09:57, Michael Olbrich wrote: On Thu, Dec 17, 2020 at 09:14:53AM +0100, Robin van der Gracht wrote: Signed-off-by: Robin van der Gracht Hmm, shouldn't optee be updated as well? You are right. If thats OK with Rouven I'll add a patch that bumbs the optee

[ptxdist] [PATCH] rules: optee-client: Allow enabling/disabling the rpmb emulator

2020-11-24 Thread Robin van der Gracht
Its enabled by default for backwards compatibility. Signed-off-by: Robin van der Gracht --- rules/optee-client.in | 5 + rules/optee-client.make | 3 ++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/rules/optee-client.in b/rules/optee-client.in index be97b36..e5758ef

[ptxdist] [PATCH 2/2] optee-client: Make RPMB emulation configurable

2020-12-17 Thread Robin van der Gracht
Enabled by default for backwards compatibility. The added patch was pulled from the optee-client git repository. It will be included in the next optee-client release. Signed-off-by: Robin van der Gracht --- ...ake-RPMB_EMU-a-conditional-assignmen.patch | 36 +++ rules/optee

[ptxdist] [PATCH 1/2] optee-client: version bump 3.5.0 -> 3.11.0

2020-12-17 Thread Robin van der Gracht
Signed-off-by: Robin van der Gracht --- rules/optee-client.make | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/rules/optee-client.make b/rules/optee-client.make index 7fbebf1f1..dc76773c7 100644 --- a/rules/optee-client.make +++ b/rules/optee-client.make @@ -14,8 +14,8

[ptxdist] [PATCH v2 2/2] optee-client: Make RPMB emulation configurable

2020-12-17 Thread Robin van der Gracht
Enabled by default for backwards compatibility. The added patch was pulled from the optee-client git repository. It will be included in the next optee-client release. Signed-off-by: Robin van der Gracht --- v2: Added the missing optee-client.in changes. ...ake-RPMB_EMU-a-conditional

Re: [ptxdist] PTXCONF_RAUC_COMPATIBLE location

2021-08-18 Thread Robin van der Gracht
Hi Bastian, On 2021-08-18 15:52, Bastian Krause wrote: Hi Robin, On 8/18/21 3:17 PM, Robin van der Gracht wrote: We're building an OS for multiple platforms. The platforms aren't compatible. Is the system.conf supposed to be identical on both platforms - apart from the compatible? If you

Re: [ptxdist] PTXCONF_RAUC_COMPATIBLE location

2021-08-23 Thread Robin van der Gracht
Hi Dennis, On 2021-08-23 06:27, Denis Osterland-Heim wrote: Hi Robin, You may simply add the platform name to the compatibility string. PTXCONF_RAUC_COMPATIBLE="${PTXCONF_PROJECT_VENDOR} ${PTXCONF_PROJECT} ${PTXCONF_PLATFORM}" Thank you for your reply. I've been doing so for som

Re: [ptxdist] PTXCONF_RAUC_COMPATIBLE location

2021-08-24 Thread Robin van der Gracht
Hi Dennis, On 2021-08-24 08:44, Denis Osterland-Heim wrote: Hi Roland, Am Montag, den 23.08.2021, 11:13 +0200 schrieb Roland Hieber: On Mon, Aug 23, 2021 at 07:41:24AM +, Denis Osterland-Heim wrote: > Hi Robin, > > I see. It is not perfect, that image-rauc uses the variables

[ptxdist] [PATCH] kernel-fit: Fix dtb file inclusion

2021-08-19 Thread Robin van der Gracht
KERNEL_DTB is not set. This results in a FIT image without device tree inclusion. Signed-off-by: Robin van der Gracht --- rules/kernel-fit.make | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rules/kernel-fit.make b/rules/kernel-fit.make index ffead846b..fd1ffe707 100644

[ptxdist] PTXCONF_RAUC_COMPATIBLE location

2021-08-18 Thread Robin van der Gracht
in the ptxconfig (menuconfig) or would it be fine to move it to the platformconfig (next to the platform specific description PTXCONF_IMAGE_RAUC_DESCRIPTION)? Best regards, Robin van der Gracht -- Protonic Holland Factorij 36 1689AL Zwaag +31 (0)229 212928 https://www.protonic.nl

[ptxdist] [PATCH v2] kernel-fit: Fix dtb file inclusion

2021-09-06 Thread Robin van der Gracht
KERNEL_DTB is not set. This results in a FIT image without dtb files. Signed-off-by: Robin van der Gracht --- changes for v2: - use 'addprefix' instead of 'foreach'. rules/kernel-fit.make | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rules/kernel-fit.make b/rules/kernel

[ptxdist] [PATCH 0/5] Update to Python3.11

2023-03-22 Thread Robin van der Gracht
This patchset contains an update for the Python package and several Python modules for compatibility weith the new Python version. Was able to update and test several Python modules but not all of them. Signed-off-by: Robin van der Gracht Robin van der Gracht (5): python3: Version bumb

[ptxdist] [PATCH 4/5] python3-aiohttp: Version bumb to 3.8.4

2023-03-22 Thread Robin van der Gracht
Current version has no Python3.11 support. aiohttp/_websocket.c:198:12: fatal error: longintrepr.h: No such file or directory 198 | #include "longintrepr.h" |^~~ compilation terminated. Signed-off-by: Robin van der Gracht --- rules/python3-aiohtt

[ptxdist] [PATCH 1/5] python3: Version bumb to 3.11.2

2023-03-22 Thread Robin van der Gracht
Signed-off-by: Robin van der Gracht --- rules/python3.make | 7 --- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/rules/python3.make b/rules/python3.make index b8cffc190..d3f872206 100644 --- a/rules/python3.make +++ b/rules/python3.make @@ -15,8 +15,8 @@ PACKAGES

[ptxdist] [PATCH 2/5] python3-aiofiles: Version bumb to 0.8.0

2023-03-22 Thread Robin van der Gracht
iles/threadpool/binary.py", line 1, in File "/usr/lib/python3.11/site-packages/aiofiles/base.py", line 7, in File "/usr/lib/python3.11/site-packages/aiofiles/base.py", line 14, in AsyncBase AttributeError: module 'asyncio' has no attribute 'coroutine'. Did you mean:

[ptxdist] [PATCH 3/5] python3-frozenlist: Version bumb 1.3.3

2023-03-22 Thread Robin van der Gracht
Current version has no Python3.11 support. Signed-off-by: Robin van der Gracht --- rules/python3-frozenlist.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules/python3-frozenlist.make b/rules/python3-frozenlist.make index 68367a499..6a7114274 100644 --- a/rules

[ptxdist] [PATCH 5/5] python3-yarl: Version bumb to 1.8.2

2023-03-22 Thread Robin van der Gracht
Current version has no Python3.11 support. yarl/_quoting_c.c:196:12: fatal error: longintrepr.h: No such file or directory 196 | #include "longintrepr.h" |^~~ compilation terminated. Signed-off-by: Robin van der Gracht --- rules/python3-yarl.make |

Re: [ptxdist] [PATCH 1/3] rules: opensc: Version bumb to 0.23.0

2023-04-17 Thread Robin van der Gracht
On 13-04-2023 15:57, Michael Olbrich wrote: On Thu, Apr 13, 2023 at 09:25:54AM +0200, Robin van der Gracht wrote: ... +From 9294183e07ff4944e3f5e590f343f5727636767e Mon Sep 17 00:00:00 2001 +From: Jakub Jelen +Date: Thu, 1 Dec 2022 20:08:53 +0100 +Subject: [PATCH] pkcs11-tool: Fix private key

Re: [ptxdist] [PATCH 1/3] rules: opensc: Version bumb to 0.23.0

2023-04-13 Thread Robin van der Gracht
Hi Michael, On 12-04-2023 08:28, Michael Olbrich wrote: On Thu, Apr 06, 2023 at 04:50:14PM +0200, Robin van der Gracht wrote: Signed-off-by: Robin van der Gracht With this update pkcs11-tool (from host-opensc) does not work correctly any more. I'm getting "error: OpenSSL error durin

Re: [ptxdist] [PATCH 3/3] rules: pcsc-lite: Add option for building with USB support

2023-04-12 Thread Robin van der Gracht
On 12-04-2023 08:32, Michael Olbrich wrote: On Thu, Apr 06, 2023 at 04:50:16PM +0200, Robin van der Gracht wrote: Signed-off-by: Robin van der Gracht --- rules/pcsc-lite.in | 5 + rules/pcsc-lite.make | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/rules/pcsc

[ptxdist] [PATCH 1/3] rules: opensc: Version bumb to 0.23.0

2023-04-06 Thread Robin van der Gracht
Signed-off-by: Robin van der Gracht --- rules/host-opensc.make | 2 +- rules/opensc.make | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/rules/host-opensc.make b/rules/host-opensc.make index 0319064fd..24488de38 100644 --- a/rules/host-opensc.make +++ b/rules/host

[ptxdist] [PATCH 3/3] rules: pcsc-lite: Add option for building with USB support

2023-04-06 Thread Robin van der Gracht
Signed-off-by: Robin van der Gracht --- rules/pcsc-lite.in | 5 + rules/pcsc-lite.make | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/rules/pcsc-lite.in b/rules/pcsc-lite.in index 016a70037..de1c288c3 100644 --- a/rules/pcsc-lite.in +++ b/rules/pcsc-lite.in @@ -18,6

[ptxdist] [PATCH 2/3] rules: pcsc-lite: Version bumb to 1.9.8

2023-04-06 Thread Robin van der Gracht
Signed-off-by: Robin van der Gracht --- rules/pcsc-lite.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules/pcsc-lite.make b/rules/pcsc-lite.make index 128489aa6..d773a8bb6 100644 --- a/rules/pcsc-lite.make +++ b/rules/pcsc-lite.make @@ -15,8 +15,8 @@ PACKAGES

[ptxdist] [PATCH v2 0/5] Update to Python3.11

2023-03-28 Thread Robin van der Gracht
This patchset contains an update for the Python package and several Python modules for compatibility weith the new Python version. Was able to update and test several Python modules but not all of them. v2: - Remove the patches in patches/Python-3.10.4/* Signed-off-by: Robin van der Gracht

[ptxdist] [PATCH v2 3/5] python3-frozenlist: Version bumb 1.3.3

2023-03-28 Thread Robin van der Gracht
Current version has no Python3.11 support. Signed-off-by: Robin van der Gracht --- rules/python3-frozenlist.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules/python3-frozenlist.make b/rules/python3-frozenlist.make index 68367a499..6a7114274 100644 --- a/rules

[ptxdist] [PATCH v2 1/5] python3: Version bumb to 3.11.2

2023-03-28 Thread Robin van der Gracht
Signed-off-by: Robin van der Gracht --- ...-leak-host-path-into-target-binaries.patch | 23 -- ...02-python3-prevent-host-path-leakage.patch | 43 --- patches/Python-3.10.4/series | 5 --- rules/python3.make| 7 +-- 4 files

[ptxdist] [PATCH v2 2/5] python3-aiofiles: Version bumb to 0.8.0

2023-03-28 Thread Robin van der Gracht
iles/threadpool/binary.py", line 1, in File "/usr/lib/python3.11/site-packages/aiofiles/base.py", line 7, in File "/usr/lib/python3.11/site-packages/aiofiles/base.py", line 14, in AsyncBase AttributeError: module 'asyncio' has no attribute 'coroutine'. Did you mean:

[ptxdist] [PATCH v2 4/5] python3-aiohttp: Version bumb to 3.8.4

2023-03-28 Thread Robin van der Gracht
Current version has no Python3.11 support. aiohttp/_websocket.c:198:12: fatal error: longintrepr.h: No such file or directory 198 | #include "longintrepr.h" |^~~ compilation terminated. Signed-off-by: Robin van der Gracht --- rules/python3-aiohtt

[ptxdist] [PATCH v2 5/5] python3-yarl: Version bumb to 1.8.2

2023-03-28 Thread Robin van der Gracht
Current version has no Python3.11 support. yarl/_quoting_c.c:196:12: fatal error: longintrepr.h: No such file or directory 196 | #include "longintrepr.h" |^~~ compilation terminated. Signed-off-by: Robin van der Gracht --- rules/python3-yarl.make |

Re: [ptxdist] [PATCH 1/5] python3: Version bumb to 3.11.2

2023-03-28 Thread Robin van der Gracht
Hi Michael, On 22-03-2023 20:14, Michael Olbrich wrote: On Wed, Mar 22, 2023 at 11:13:54AM +0100, Robin van der Gracht wrote: Signed-off-by: Robin van der Gracht There are two patches for the old Python version. The second one is obsolete with the latest toolchain wrapper changes

[ptxdist] [PATCH] optee: Add missing dependency on host-dtc

2023-05-11 Thread Robin van der Gracht
Signed-off-by: Robin van der Gracht --- platforms/optee.in | 1 + 1 file changed, 1 insertion(+) diff --git a/platforms/optee.in b/platforms/optee.in index 4e2b4eb25..371f5b237 100644 --- a/platforms/optee.in +++ b/platforms/optee.in @@ -6,6 +6,7 @@ menuconfig OPTEE select