[oe] [meta-oe][PATCH v3] dediprog-flasher: Add recipe

2024-07-29 Thread Tymoteusz Burak
This patch adds the dpcmd utility recipe. It provides software for Dediprog SF100 and SF600 SPI flash programmers. I've changed the PV to the tag from which the sources are fetched. Signed-off-by: Tymoteusz Burak CC: Khem Raj --- ...01-add-support-for-cross-compilation.patch

[oe] [meta-oe][PATCH v2] dediprog-flasher: Add recipe

2024-07-22 Thread Tymoteusz Burak
This patch adds the dpcmd utility recipe. It provides software for Dediprog SF100 and SF600 SPI flash programmers. Signed-off-by: Tymoteusz Burak CC: Khem Raj --- ...01-add-support-for-cross-compilation.patch | 21 ++ ...2-Makefile-add-conditional-stripping.patch | 39

[oe] [meta-oe][PATCH] dediprog-flasher: Add recipe

2024-07-19 Thread Tymoteusz Burak
-stripping.patch @@ -0,0 +1,30 @@ +From 96d8849c3c482f21ad04f1dad45bf59f453e43d6 Mon Sep 17 00:00:00 2001 +From: Tymoteusz Burak +Date: Mon, 8 Jul 2024 10:58:45 + +Subject: [PATCH] Makefile: remove stripping +Upstream-Status: Inappropriate [oe specific] + +This patch modifies the install process

Re: [oe] [meta-oe][PATCH v3] libfaketime: add recipe

2023-08-31 Thread Tymoteusz Burak
happily review the RFC patch and adress other issues as i have to agree that the package name lib32-liblib32-libfaketime is quite ridiculous Once again, thank you for your time and feedback. I look forward to your guidance and advice on how to proceed with resolving the issues raised. Best re

[oe] [meta-oe][PATCH v3] libfaketime: add recipe

2023-08-23 Thread Tymoteusz Burak
flags altogether as they seem to be only necessary for old versions of this project (0.9.6). CC: Khem Raj Signed-off-by: Tymoteusz Burak --- .../libfaketime/libfaketime_0.9.10.bb | 30 +++ 1 file changed, 30 insertions(+) create mode 100644 meta-oe/recipes-test

[oe] [meta-oe][PATCH v3] ttf-google-fira: add recipe

2023-08-18 Thread Tymoteusz Burak
Signed-off-by: Tymoteusz Burak --- .../ttf-fonts/ttf-google-fira.bb | 61 +++ 1 file changed, 61 insertions(+) create mode 100644 meta-oe/recipes-graphics/ttf-fonts/ttf-google-fira.bb diff --git a/meta-oe/recipes-graphics/ttf-fonts/ttf-google-fira.bb b/meta-oe

[oe] [meta-oe][PATCH v2] libfaketime: add recipe

2023-08-18 Thread Tymoteusz Burak
: https://github.com/wolfcw/libfaketime Signed-off-by: Tymoteusz Burak --- .../libfaketime/libfaketime_0.9.10.bb | 34 +++ 1 file changed, 34 insertions(+) create mode 100644 meta-oe/recipes-test/libfaketime/libfaketime_0.9.10.bb diff --git a/meta-oe/recipes-test

[oe] [meta-oe][PATCH v2] libfaketime: add recipe

2023-08-18 Thread Tymoteusz Burak
: https://github.com/wolfcw/libfaketime Signed-off-by: Tymoteusz Burak --- .../libfaketime/libfaketime_0.9.10.bb | 35 +++ 1 file changed, 35 insertions(+) create mode 100644 meta-oe/recipes-test/libfaketime/libfaketime_0.9.10.bb diff --git a/meta-oe/recipes-test

[oe] [meta-oe][PATCH v3] libfaketime: add recipe

2023-08-18 Thread Tymoteusz Burak
: https://github.com/wolfcw/libfaketime Signed-off-by: Tymoteusz Burak --- .../libfaketime/libfaketime_0.9.10.bb | 35 +++ 1 file changed, 35 insertions(+) create mode 100644 meta-oe/recipes-test/libfaketime/libfaketime_0.9.10.bb diff --git a/meta-oe/recipes-test

[oe] [meta-oe][PATCH v2] ttf-google-fira: add recipe

2023-08-17 Thread Tymoteusz Burak
interfaces and code display. Signed-off-by: Tymoteusz Burak --- .../ttf-fonts/ttf-google-fira.bb | 58 +++ 1 file changed, 58 insertions(+) create mode 100644 meta-oe/recipes-graphics/ttf-fonts/ttf-google-fira.bb diff --git a/meta-oe/recipes-graphics/ttf-fonts/ttf-google

[oe] [meta-oe][PATCH v2] ttf-google-fira: add recipe

2023-08-17 Thread Tymoteusz Burak
interfaces and code display. Signed-off-by: Tymoteusz Burak --- .../ttf-fonts/ttf-google-fira.bb | 16 ++-- 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/meta-oe/recipes-graphics/ttf-fonts/ttf-google-fira.bb b/meta-oe/recipes-graphics/ttf-fonts/ttf-google

[oe] [meta-oe][PATCH] libfaketime: add recipe

2023-08-17 Thread Tymoteusz Burak
: https://github.com/wolfcw/libfaketime Signed-off-by: Tymoteusz Burak --- .../recipes-test/libfaketime/libfaketime.bb | 34 +++ 1 file changed, 34 insertions(+) create mode 100644 meta-oe/recipes-test/libfaketime/libfaketime.bb diff --git a/meta-oe/recipes-test/libfaketime

Re: [oe] [meta-oe][PATCH] ttf-google-fira: add recipe

2023-08-16 Thread Tymoteusz Burak
e "3D" strings, or is there a different approach I should take? Additionally, could you please provide information on where I can post and view issues related to Yocto on the mailing list? Thank you for your assistance. Best regards, Tymoteusz Burak -=-=-=-=-=-=-=-=-=-=-=- Links: Yo

[oe] [meta-oe][PATCH] ttf-google-fira: add recipe

2023-08-16 Thread Tymoteusz Burak
[Edited Message Follows] [Reason: Added Description] Simple recipe for Google truetype fira fonts. Signed-off-by: Tymoteusz Burak --- .../ttf-fonts/ttf-google-fira.bb | 54 +++ 1 file changed, 54 insertions(+) create mode 100644 meta-oe/recipes-graphics/ttf-fonts

[oe] [meta-oe][PATCH] ttf-google-fira: add recipe

2023-08-16 Thread Tymoteusz Burak
Signed-off-by: Tymoteusz Burak --- .../ttf-fonts/ttf-google-fira.bb | 54 +++ 1 file changed, 54 insertions(+) create mode 100644 meta-oe/recipes-graphics/ttf-fonts/ttf-google-fira.bb diff --git a/meta-oe/recipes-graphics/ttf-fonts/ttf-google-fira.bb b/meta-oe

[oe] [meta-oe][PATCH] ttf-google-fira: add recipe

2023-08-16 Thread Tymoteusz Burak
--- .../ttf-fonts/ttf-google-fira.bb | 54 +++ 1 file changed, 54 insertions(+) create mode 100644 meta-oe/recipes-graphics/ttf-fonts/ttf-google-fira.bb diff --git a/meta-oe/recipes-graphics/ttf-fonts/ttf-google-fira.bb b/meta-oe/recipes-graphics/ttf-fonts/ttf-googl