[OE-core][PATCH 1/2] bitbake.conf: Split optimization into common part

2020-11-22 Thread Andrej Valek
This option allows correctly handle the release/debug flags separation in upper recipe like cmake. Signed-off-by: Andrej Valek Signed-off-by: Pascal Bach Signed-off-by: Adrian Freihofer --- meta/conf/bitbake.conf | 7 --- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/meta

[OE-core][PATCH 2/2] cmake: split release and debug flags

2020-11-22 Thread Andrej Valek
whole build. Signed-off-by: Andrej Valek Signed-off-by: Pascal Bach Signed-off-by: Adrian Freihofer --- meta/classes/cmake.bbclass | 27 ++- 1 file changed, 22 insertions(+), 5 deletions(-) diff --git a/meta/classes/cmake.bbclass b/meta/classes/cmake.bbclass index

[OE-core][PATCH v2 2/2] cmake: split release and debug flags

2020-11-23 Thread Andrej Valek
whole build. Signed-off-by: Andrej Valek Signed-off-by: Pascal Bach Signed-off-by: Adrian Freihofer --- meta/classes/cmake.bbclass | 36 1 file changed, 28 insertions(+), 8 deletions(-) diff --git a/meta/classes/cmake.bbclass b/meta/classes/cmake.bbclass index

[OE-core][PATCH v2 1/2] bitbake.conf: Split optimization into common part

2020-11-23 Thread Andrej Valek
This option allows correctly handle the release/debug flags separation in upper recipe like cmake. Adopt SELECTED_OPTIMIZATION usage in other recipes. Signed-off-by: Andrej Valek Signed-off-by: Pascal Bach Signed-off-by: Adrian Freihofer --- meta/conf/bitbake.conf

Re: [OE-core][PATCH v2 1/2] bitbake.conf: Split optimization into common part

2020-11-24 Thread Andrej Valek
DEBUG: Executing python function do_qa_configure DEBUG: Python function do_qa_configure finished Regards, Andrej > On Mon, 2020-11-23 at 20:00 +0100, Andrej Valek wrote: >> This option allows correctly handle the release/debug flags separation >> in upper recipe like cmake. Adopt SELECTE

Re: [OE-core][PATCH v2 1/2] bitbake.conf: Split optimization into common part

2020-11-24 Thread Andrej Valek
Hello again, No I didn't modify the distro, I'm using the poky without modifications including security flags. Now I made double check with this configuration from scratch. git clone https://git.yoctoproject.org/git/poky cd poky // applied my cmake changes export MACHINE=qemux86-64 . oe-init-bui

[OE-core] Error when building eSDK for a "linux-dummy"

2020-11-25 Thread Andrej Valek
Hello Khem, I was, that you were trying to figure you, what's going wrong with "linux-dummy" kernel in eSDK case. Did you or somebody else find something? I have the same problem as described here https://lists.yoctoproject.org/g/yocto/topic/78096462#51336. Regards, Andrej -=-=-=-=-=-=-=-=-=

Re: [OE-core][PATCH v2 2/2] cmake: split release and debug flags

2020-11-25 Thread Andrej Valek
ws to really use the Release/Debug build >> type in cmake. The corresponding build type will have corresponding >> flags set with/without optimization. Flags are respecting selected >> optimization from the whole build. >> >> Signed-off-by: Andrej Valek >>

[OE-core][PATCH] kernel-dummy: fix executing unexpected tasks

2020-11-25 Thread Andrej Valek
to execute unexpectedly Signed-off-by: Andrej Valek --- meta/recipes-kernel/linux/linux-dummy.bb | 28 +- meta/recipes-kernel/linux/linux-dummy/COPYING.GPL | 339 -- 2 files changed, 12 insertions(+), 355 deletions(-) delete mode 100644 meta/recipes-kernel/linux/li

Re: [OE-core][PATCH v2 1/2] bitbake.conf: Split optimization into common part

2020-11-25 Thread Andrej Valek
pes. >> >> Signed-off-by: Andrej Valek >> Signed-off-by: Pascal Bach >> Signed-off-by: Adrian Freihofer >> --- >> meta/conf/bitbake.conf| 7 --- >> meta/conf/distro/include/security_flags.inc | 8 >>

[OE-core][PATCH v2] kernel-dummy: fix executing unexpected tasks

2020-11-25 Thread Andrej Valek
- correctly save files into sstate - fix: ERROR: Task linux-dummy.do_fetch attempted to execute unexpectedly Signed-off-by: Andrej Valek --- meta/recipes-kernel/linux/linux-dummy.bb | 6 -- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/meta/recipes-kernel/linux/linux

Re: [OE-core][PATCH v2] kernel-dummy: fix executing unexpected tasks

2020-11-26 Thread Andrej Valek
Hello Richard, No it's not a leftover. I've just copied it from kernel.bbclass, where this task is written correctly. But you can change it to previous version I guess. Regards, Andrej > On Wed, 2020-11-25 at 18:20 +0100, Andrej Valek wrote: >> - correctly save files int

Re: [OE-core][PATCH v2] kernel-dummy: fix executing unexpected tasks

2020-11-26 Thread Andrej Valek
No problem, you can keep the deploy task dependency, like it was. Regards, Andrej > On Thu, 2020-11-26 at 14:44 +, Valek, Andrej wrote: >> No it's not a leftover. I've just copied it from kernel.bbclass, where >> this task is written correctly. But you can change it to previous >> version I

[OE-core][PATCH v3] kernel-dummy: fix executing unexpected tasks

2020-11-28 Thread Andrej Valek
- correctly save files into sstate - fix: ERROR: Task linux-dummy.do_fetch attempted to execute unexpectedly Signed-off-by: Andrej Valek --- meta/recipes-kernel/linux/linux-dummy.bb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/meta/recipes-kernel/linux/linux

[OE-core][dunfell][PATCH] python3: fix CVE-2019-20907

2020-12-08 Thread Andrej Valek
- move fixing patch for CVE-2020-8492 to the right location Signed-off-by: Andrej Valek --- ...VE-2020-8492-Fix-AbstractBasicAuthHandler.patch | 0 .../python/python3/CVE-2019-20907.patch| 135 + meta/recipes-devtools/python/python3_3.8.2.bb | 1 + 3

[OE-core][dunfell][PATCH v2] python3: fix CVE-2019-20907

2020-12-08 Thread Andrej Valek
- move fixing patch for CVE-2020-8492 to the right location Signed-off-by: Andrej Valek --- ...VE-2020-8492-Fix-AbstractBasicAuthHandler.patch | 0 .../python/python3/CVE-2019-20907.patch| 73 ++ meta/recipes-devtools/python/python3_3.8.2.bb | 1 + 3 files

[OE-core][dunfell][PATCH v3] python3: fix CVE-2019-20907

2020-12-09 Thread Andrej Valek
- move fixing patch for CVE-2020-8492 to the right location Signed-off-by: Andrej Valek --- ...VE-2020-8492-Fix-AbstractBasicAuthHandler.patch | 0 .../python/python3/CVE-2019-20907.patch| 44 ++ meta/recipes-devtools/python/python3_3.8.2.bb | 1 + 3

Re: [OE-core] [PATCH] glibc: Set status for CVE-2023-5156 & CVE-2023-0687

2024-01-11 Thread Andrej Valek
Hi Simone, I would like make a small improvements here ;). Once you're touching this file, make it little bit more optimized. Something like this: CVE_STATUS_GROUPS += "CVE_STATUS_GLIBC" CVE_STATUS_GLIBC = "CVE-2023-4527 CVE-2023-4911 CVE-2023-4806"... CVE_STATUS_GLIBC[status] = "fixed-version

Re: [OE-core] [RFT][PATCH] glibc: Upgrade to 2.39

2024-01-16 Thread Andrej Valek
Hello Raj, Don't forget to change the glibc-version.inc too and try to make a optimization/cleaning like I proposed here: https://lists.openembedded.org/g/openembedded-core/message/193572 ;). Regards, Andy On 16.01.2024 20:53, Khem Raj wrote: Upgrade localdef to get glibc 2.39 build fixes D

Re: [OE-core] [RFT][PATCH] glibc: Upgrade to 2.39

2024-01-18 Thread Andrej Valek
n 16, 2024 at 11:10 PM Andrej Valek wrote: Hello Raj, Don't forget to change the glibc-version.inc too and try to make a optimization/cleaning like I proposed here: https://lists.openembedded.org/g/openembedded-core/message/193572 ;). yeah CVEs list will need cleaning anyway as it will be ve

[OE-core][PATCH] glibc: Refresh CVE statuses

2024-01-22 Thread Andrej Valek
- drop irrelevant CVEs Signed-off-by: Valek Andrej --- meta/recipes-core/glibc/glibc-version.inc | 5 - meta/recipes-core/glibc/glibc_2.39.bb | 2 -- 2 files changed, 7 deletions(-) diff --git a/meta/recipes-core/glibc/glibc-version.inc b/meta/recipes-core/glibc/glibc-version.inc index

[OE-core][PATCH] glibc: Refresh CVE statuses

2024-01-22 Thread Andrej Valek
- drop irrelevant CVEs Signed-off-by: Valek Andrej --- meta/recipes-core/glibc/glibc-version.inc | 5 - meta/recipes-core/glibc/glibc_2.39.bb | 2 -- 2 files changed, 7 deletions(-) diff --git a/meta/recipes-core/glibc/glibc-version.inc b/meta/recipes-core/glibc/glibc-version.inc index

Re: [OE-core] [RFT][PATCH] glibc: Upgrade to 2.39

2024-01-22 Thread Andrej Valek
Hello Raj, Is this one https://lists.openembedded.org/g/openembedded-core/message/194128 ok? Regards, Andy On 19.01.2024 15:47, Khem Raj wrote: On Thu, Jan 18, 2024 at 11:22 PM Andrej Valek wrote: Hello Raj, I will try to take a look on this today. Is the patch the same as here https

[OE-core] [oe]printhello

2024-08-08 Thread Andrej Valek
Dear community! I know this could be a funny question, but I wanted to use the "printhello" recipe as a basic example. But looks like, that is little bit "out-of-date". I know, that I can crate a custom recipe, but I wanted to use something "standard", so I took poky/bitbake/doc/bitbake-use

Re: [OE-core] [oe]printhello

2024-08-12 Thread Andrej Valek
nges: do_configure() {   bbwarn ""   bbwarn "*  *"   bbwarn "*  Hello, World!   *"   bbwarn "*  *"   bbwarn "" } but I was expecting something like point 12. from https://docs.yoct

Re: [OE-core] [oe]printhello

2024-08-13 Thread Andrej Valek
executable. Alex On Mon, 12 Aug 2024 at 10:22, Andrej Valek wrote: Hello Alex, Here is some more information... /home/projects/Yocto/poky/build/tmp/work/all-poky-linux/printhello/1/temp$ tree . ├── cve.json ├── depsig.do_create_runtime_spdx -> depsig.do_create_runti

Re: [OE-core] Expired certificate https://git.openembedded.org/

2024-08-19 Thread Andrej Valek
Now is even worst, server is completely down. Andy On 05.08.2024 15:15, Peter Marko via lists.openembedded.org wrote: In case no one noticed yet, the certificate expired an hour ago, so the repositories can’t be viewed in a browser… Peter -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all

[OE-core] [kirkstone] Google go CVEs

2023-03-06 Thread Andrej Valek
Hello everyone, I would like to ask you how to proceed with multiple CVEs for Google Go component in kirkstone branch. CVEs in current version 1.17.13: - CVE-2022-41722 - CVE-2022-41725 - CVE-2022-41724 - CVE-2022-41723 They are fixed in 1.19.6/1.20.1 branches, but a fixing patches are available

Re: [OE-core] [kirkstone] Google go CVEs

2023-03-07 Thread Andrej Valek
+0100, Alexander Kanavin wrote: > You probably should make a kirkstone mixin layer like we did for > dunfell. > https://git.yoctoproject.org/meta-lts-mixins/ > > Alex > > On Tue, 7 Mar 2023 at 07:32, Andrej Valek > wrote: > > > > Hello everyone, > > > >

[OE-core] curl

2023-03-09 Thread Andrej Valek
Hello Steve, I have a question about curl. Would it be possible to backport some fixes for CVEs from kirkstone to dunfell? CVE-2022-32221 CVE-2022-42915 CVE-2022-42916 CVE-2022-43552 CVE-2022-43551 Thank you, Andrej -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. V

[OE-core][dunfell][PATCH 1/2] curl: Fix CVE CVE-2022-43552

2023-03-10 Thread Andrej Valek
https://curl.se/docs/CVE-2022-43552.html Signed-off-by: Andrej Valek --- .../curl/curl/CVE-2022-43552.patch| 79 +++ meta/recipes-support/curl/curl_7.69.1.bb | 1 + 2 files changed, 80 insertions(+) create mode 100644 meta/recipes-support/curl/curl/CVE-2022

[OE-core][dunfell][PATCH 2/2] curl: whitelists CVE-2022-42915, CVE-2022-42916 and CVE-2022-43551

2023-03-10 Thread Andrej Valek
All mentioned CVEs are related to HSTS check feature, which is not implemented in version 7.69.1 . Signed-off-by: Andrej Valek --- meta/recipes-support/curl/curl_7.69.1.bb | 3 +++ 1 file changed, 3 insertions(+) diff --git a/meta/recipes-support/curl/curl_7.69.1.bb b/meta/recipes-support

[OE-core][dunfell][PATCH] curl: Fix CVE CVE-2021-22897

2023-03-10 Thread Andrej Valek
https://curl.se/docs/CVE-2021-22897.html Signed-off-by: Andrej Valek --- .../curl/curl/CVE-2021-22897.patch| 73 +++ meta/recipes-support/curl/curl_7.69.1.bb | 1 + 2 files changed, 74 insertions(+) create mode 100644 meta/recipes-support/curl/curl/CVE-2021

Re: [OE-core][dunfell][PATCH] curl: Fix CVE CVE-2021-22897

2023-03-10 Thread Andrej Valek
patch, or apply and remove the whitelist, or remove patch from hardknott? - Https certificate at yocto.io has been expired ;) Regards, Andrej On Fri, 2023-03-10 at 13:45 +0100, Andrej Valek wrote: > https://curl.se/docs/CVE-2021-22897.html > > Signed-off-by: Andrej Valek > --- >  ..

Re: [OE-core][dunfell][PATCH] curl: Fix CVE CVE-2021-22897

2023-03-10 Thread Andrej Valek
> > Can you give me the url which is giving the expired certificate > error? > > Thanks! > > Steve > > > Regards, > > Andrej > > > > On Fri, 2023-03-10 at 13:45 +0100, Andrej Valek wrote: > > > https://curl.se/docs/CVE-2021-22897.html > >

[OE-core][dunfell][PATCH] libarchive: fix CVE-2022-26280

2023-03-14 Thread Andrej Valek
Backport fix from https://github.com/libarchive/libarchive/issues/1672 Signed-off-by: Andrej Valek --- .../libarchive/CVE-2022-26280.patch | 29 +++ .../libarchive/libarchive_3.4.2.bb| 1 + 2 files changed, 30 insertions(+) create mode 100644 meta

Re: [OE-core][dunfell][PATCH 2/2] curl: whitelists CVE-2022-42915, CVE-2022-42916 and CVE-2022-43551

2023-03-14 Thread Andrej Valek
 AM Steve Sakoman via > lists.openembedded.org > wrote: > > > > On Thu, Mar 9, 2023 at 11:54 PM Andrej Valek > > wrote: > > > > > > All mentioned CVEs are related to HSTS check feature, which is > > > not > > > implemented in version 7.6

Re: [OE-core] [PATCH 0/2] Extensible SDK improvements

2020-03-16 Thread Andrej Valek
are covered by the general one. Thank you, Andrej On 2020-03-09 09:05, Andrej Valek wrote: > Hello Richard, > > I can try to explain it in some examples. > > I would like to add some extra (dynamic) variables into local.conf in > eSDK mode. I have found, that there are 2

Re: [OE-core] [PATCH 0/2] Extensible SDK improvements

2020-03-17 Thread Andrej Valek
> On Mon, 2020-03-09 at 09:05 +0100, Andrej Valek wrote: >> I can try to explain it in some examples. >> >> I would like to add some extra (dynamic) variables into local.conf in >> eSDK mode. I have found, that there are 2 possibilities (in >> populate_sdk_ext.bbclas

[OE-core][PATCH] icu: upgrade 66.1 -> 67.1

2020-05-01 Thread Andrej Valek
- 0001-icu-Added-armeb-support.patch - rebased - 0001-Fix-big-endian-build.patch - removed, already included in new version - icu-pkgdata-large-cmd.patch - removed, implemented correct size Signed-off-by: Andrej Valek --- .../icu/icu/0001-Fix-big-endian-build.patch| 28

[OE-core][PATCH v2] icu: upgrade 66.1 -> 67.1

2020-05-01 Thread Andrej Valek
- 0001-icu-Added-armeb-support.patch - rebased - 0001-Fix-big-endian-build.patch - removed, already included in new version - icu-pkgdata-large-cmd.patch - removed, implemented correct size Signed-off-by: Andrej Valek --- .../icu/icu/0001-Fix-big-endian-build.patch| 28

[OE-core][PATCH v3] icu: upgrade 66.1 -> 67.1

2020-05-01 Thread Andrej Valek
- 0001-icu-Added-armeb-support.patch - rebased - 0001-Fix-big-endian-build.patch - removed, already included in new version - icu-pkgdata-large-cmd.patch - removed, implemented correct size Signed-off-by: Andrej Valek --- .../icu/icu/0001-Fix-big-endian-build.patch| 28

Re: [OE-core][PATCH] icu: upgrade 66.1 -> 67.1

2020-05-01 Thread Andrej Valek
ou, Andrej -Original Message- From: Andrej Valek Sent: Friday, May 1, 2020 10:26 AM To: openembedded-core@lists.openembedded.org Cc: Valek, Andrej (IOT DS EU SK SI-BP1) Subject: [OE-core][PATCH] icu: upgrade 66.1 -> 67.1 - 0001-icu-Added-armeb-support.patch - rebased - 0001-Fix-big-

Re: [OE-core][PATCH] icu: upgrade 66.1 -> 67.1

2020-05-01 Thread Andrej Valek
but still without success (3-times). Which kind of " --transfer-encoding=(7bit|8bit|quoted-printable|base64" should I use for it? Is there an another way to submit the patch? Thank you, Andrej -Original Message- From: Andrej Valek mailto:andrej.va...@siemens.com>> Sent: F

Re: [OE-core][PATCH] icu: upgrade 66.1 -> 67.1

2020-05-02 Thread Andrej Valek
different encodings, auto, 7bit, but still without success (3-times). Which kind of " --transfer-encoding=(7bit|8bit|quoted-printable|base64" should I use for it? Is there an another way to submit the patch? Thank you, Andrej -Original Message- From: Andrej Valek mailto:andrej.va...@

Re: [OE-core][PATCH] icu: upgrade 66.1 -> 67.1

2020-05-05 Thread Andrej Valek
coding=(7bit|8bit|quoted-printable|base64" should I use for it? Is there an another way to submit the patch? Thank you, Andrej -Original Message- From: Andrej Valek mailto:andrej.va...@siemens.com>> Sent: Friday, May 1, 2020 10:26 AM To: openembedded-core@lists.openembedde

Re: [OE-core][PATCH] icu: upgrade 66.1 -> 67.1

2020-05-05 Thread Andrej Valek
I know, why the patch is failing, because of mixed line endings. I have already created a PR, where all patches fit as well. So you can take the patches from there instead of mailing list. Regards, Andrej -Original Message- From: Richard Purdie Sent: Tuesday, May 5, 2020 10:11 AM To:

Re: [OE-core] [PATCH] vte: add icu dependency

2020-05-05 Thread Andrej Valek
There was a problem, that libvte was searching for non existing symbols in ICU library after upgrading to version 67. But this is little bit funny, that vte could be build without ICU support https://github.com/GNOME/vte/commit/3ecbb90577582b93f43b184aab1cedd61a9ad86b . So looks like, internal

Re: [OE-core] [PATCH v2] cve-check: Classify patched CVEs into 3 statuses

2023-10-24 Thread Andrej Valek
Hi all, Do we really need a new "not_affected" state? I guess the ignore state is exactly designed for those purposes. Regards, Andrej On 25.10.2023 07:13, Matsunaga-Shinji wrote: CVEs that are currently considered "Patched" are classified into the following 3 statuses: 1. "Patched" -

Re: [OE-core] [PATCH v2] cve-check: Classify patched CVEs into 3 statuses

2023-10-25 Thread Andrej Valek
er had the vulnerability. Those are also currently 'Patched' in cve-check. This work is in sync with what VEX is doing, is it the use-case Matsanaga-Shinji? Regards, Marta On Wed, Oct 25, 2023 at 8:44 AM Andrej Valek wrote: Hi all, Do we really need a new "not_affected" stat

[OE-core] [PATCH] busybox: 1.30.1 -> 1.31.0

2019-07-02 Thread Andrej Valek
- update to last stable version 1.31.0 - remove and refresh already merged patches Signed-off-by: Andrej Valek --- ...inittab_1.30.1.bb => busybox-inittab_1.31.0.bb} | 0 ...ix-two-test-case-to-also-depend-on-DC_BIG.patch | 39 -- .../busybox/busybox-udhcpc-no_deconfig.pa

[OE-core] [PATCH] oe/copy_buildsystem: move layer into layers directory

2019-07-17 Thread Andrej Valek
ative path to poky. layers/meta-abc layers/meta-ghi layers/poky layers/meta-oe/meta-oe ... Signed-off-by: Andrej Valek --- meta/lib/oe/copy_buildsystem.py | 8 +++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/meta/lib/oe/copy_buildsystem.py b/meta/lib/oe/copy_buildsyste

Re: [OE-core] [PATCH] busybox: upgrade 1.32.0 ->1.33.0

2021-01-07 Thread Andrej Valek
Hello, Do we have to continue with unstable version? Isn't the stable version (1.32.1) a better choice? Cheers, Andrej > 0001-hwclock-make-glibc-2.31-compatible.patch > removed sincie it is not available in 1.33.0 > > Signed-off-by: Wang Mingyu > --- > ...1-hwclock-make-glibc-2.31-compatible.p

Re: [OE-core] [PATCH] busybox: update 1.33.0

2021-02-21 Thread Andrej Valek
Hello Oleksandr, Why are you upgrading to unstable version? Cheers, Andrej -Original Message- From: openembedded-core@lists.openembedded.org On Behalf Of Oleksandr Kravchuk Sent: Friday, February 19, 2021 11:01 PM To: openembedded-core@lists.openembedded.org Cc: Oleksandr Kravchuk Sub

[OE-core][PATCH] busybox: search stable versions for AUH

2021-02-22 Thread Andrej Valek
Signed-off-by: Andrej Valek --- meta/recipes-core/busybox/busybox.inc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/meta/recipes-core/busybox/busybox.inc b/meta/recipes-core/busybox/busybox.inc index 47fcb59302..253168e2b9 100644 --- a/meta/recipes-core/busybox/busybox.inc +++ b/meta

[OE-core][PATCH] busybox: 1.35.0 -> 1.36.0

2023-01-06 Thread Andrej Valek
- update to next (un)stable version 1.36.0 - refresh defconfig - disable new applets (tree, tsort, seedrng) - use hw-accel for sha1/256 sums when available - remove and refresh already merged patches Signed-off-by: Andrej Valek --- ...ab_1.35.0.bb => busybox-inittab_1.36.0.bb} | 0 .../0

Re: [OE-core][PATCH] busybox: 1.35.0 -> 1.36.0

2023-01-08 Thread Andrej Valek
4d4a7e ip b7f5d668 sp bfff6610 > error 7 in libc.so[b7eea000+76000] > > and it bails out logging in. > > On Fri, Jan 6, 2023 at 3:05 AM Andrej Valek > wrote: > > > > - update to next (un)stable version 1.36.0 > > - refresh defconfig > >  - disable new

Re: [OE-core][PATCH] busybox: 1.35.0 -> 1.36.0

2023-01-08 Thread Andrej Valek
o next (un)stable version 1.36.0 > > > > - refresh defconfig > > > >  - disable new applets (tree, tsort, seedrng) > > > >  - use hw-accel for sha1/256 sums when available > > > > - remove and refresh already merged patches > > > > &g

Re: [OE-core][PATCH] busybox: 1.35.0 -> 1.36.0

2023-01-13 Thread Andrej Valek
11/logs/stdio > > hmmm yes. I think texrels is the fundamental problem originally. I > will take a look and see if this one is harmless > > > > > On 06/01/2023 12:05:05+0100, Andrej Valek wrote: > > > - update to next (un)stable version 1.36.0 > > > - refresh

[OE-core] [PATCH 0/2] Extensible SDK improvements

2020-03-06 Thread Andrej Valek
"add option to append lines into local.conf": - What about dropping "sdk_extraconf"? Andrej Valek (2): populate_sdk_ext.bbclass: enable custom templateconf.cfg populate_sdk_ext.bbclass: add option to append lines into local.conf meta/classes/buildhistory.bbclass |

[OE-core] [PATCH 2/2] populate_sdk_ext: add option to append lines into local.conf

2020-03-06 Thread Andrej Valek
Add option to add new lines into local.conf content in ext_sdk case via SDK_LOCAL_CONF_EXTRALIST variable. Signed-off-by: Andrej Valek --- meta/classes/buildhistory.bbclass | 4 ++-- meta/classes/populate_sdk_ext.bbclass | 12 +++- 2 files changed, 13 insertions(+), 3 deletions

[OE-core] [PATCH 1/2] populate_sdk_ext: enable custom templateconf.cfg

2020-03-06 Thread Andrej Valek
Do not always override templateconf.cfg content. Add option to use already existing file. Signed-off-by: Andrej Valek --- meta/classes/populate_sdk_ext.bbclass | 10 +++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/meta/classes/populate_sdk_ext.bbclass b/meta/classes

Re: [OE-core] [PATCH 0/2] Extensible SDK improvements

2020-03-09 Thread Andrej Valek
ionality also for other projects. They can add only variables into list and the class will handle all the rest. Is it enough for the explanation? Regards, Andrej On 2020-03-06 18:16, Richard Purdie wrote: > On Fri, 2020-03-06 at 16:32 +0100, Andrej Valek wrote: >> "a

[OE-core][PATCH] busybox: 1.34.0 -> 1.34.1

2021-10-04 Thread Andrej Valek
- update to next stable version 1.34.1 Signed-off-by: Andrej Valek --- .../{busybox-inittab_1.34.0.bb => busybox-inittab_1.34.1.bb}| 0 .../busybox/{busybox_1.34.0.bb => busybox_1.34.1.bb}| 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-core/b

[OE-core][PATCH 1/2] featimage: refactor style

2021-10-05 Thread Andrej Valek
- use bash variable notation without {} where possible - just to make sure it looks like bash variable not bitbake variable one - fix indent style in "cat" commands - replace "! -z" -> "-n" Signed-off-by: Andrej Valek --- meta/clas

[OE-core][PATCH 2/2] kernel-fitimage: use correct kernel image

2021-10-05 Thread Andrej Valek
Even if initramfs_bundle_path was used, kernel compression was not reflected in output its image. Use linux.bin as kernel compressed output image. File is correctly created from vmlinux which includes a right initramfs image. Signed-off-by: Andrej Valek Signed-off-by: Walter Schweizer --- meta

[OE-core][PATCH v2 1/2] featimage: refactor style

2021-10-06 Thread Andrej Valek
- use bash variable notation without {} where possible - just to make sure it looks like bash variable not bitbake variable one - fix indent style in "cat" commands - replace "! -z" -> "-n" - make debug info in ramdisk section creation more verbose Signed-off-by

[OE-core][PATCH v2 2/2] kernel-fitimage: use correct kernel image

2021-10-06 Thread Andrej Valek
Even if initramfs_bundle_path was used, a wrong compression was reflected in output its template file. Use linux.bin as universal kernel image. The linux.bin file covers both cases. Signed-off-by: Andrej Valek Signed-off-by: Walter Schweizer --- meta/classes/kernel-fitimage.bbclass | 17

[OE-core][PATCH v3 1/2] featimage: refactor style

2021-10-13 Thread Andrej Valek
- use bash variable notation without {} where possible - just to make sure it looks like bash variable not bitbake variable one - fix indent style in "cat" commands - replace "! -z" -> "-n" - make debug info in ramdisk section creation more verbose Signed-off-by

[OE-core][PATCH v3 2/2] kernel-fitimage: use correct kernel image

2021-10-13 Thread Andrej Valek
compression type. Signed-off-by: Andrej Valek Signed-off-by: Walter Schweizer --- meta/classes/kernel-fitimage.bbclass | 17 + meta/lib/oeqa/selftest/cases/fitimage.py | 8 +++- 2 files changed, 4 insertions(+), 21 deletions(-) diff --git a/meta/classes/kernel-fitimage.bbclass

[OE-core] libpsl: Add config knobs for runtime/builtin conversion choices

2021-10-13 Thread Andrej Valek
Hello Steve, Would it be possible to include this commit https://lists.openembedded.org/g/openembedded-core/message/150627 into dunfell branch? Thanks, Andrej -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#156920): https://lists.openembedded.org/

Re: [OE-core] libpsl: Add config knobs for runtime/builtin conversion choices

2021-10-14 Thread Andrej Valek
The reason, why I want to apply it here, to switch replace libidn2 with icu. According to libpsl documentation, you can chose who will generate the PSL database (libidn, libidn2, icu). So I don't want to install a new component if there is a valid replacement which is already installed. Regards, A

Re: [OE-core] libpsl: Add config knobs for runtime/builtin conversion choices

2021-10-15 Thread Andrej Valek
Ok, but I've just copied the existing commit from master. So I have to send a different configuration for dunfell? Andrej On Fri, 2021-10-15 at 10:58 +0100, Richard Purdie wrote: > On Fri, 2021-10-15 at 06:15 +, Andrej Valek wrote: > > The reason, why I want to apply it h

[OE-core][dunfell][PATCH] libpsl: Add config knobs for runtime/builtin conversion choices

2021-10-16 Thread Andrej Valek
Based on d22d87b9c4ac85ffb3506e2acaf2a8a627f55e8e, but kept idn2 as default. Signed-off-by: Andrej Valek --- meta/recipes-support/libpsl/libpsl_0.21.0.bb | 7 +++ 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/meta/recipes-support/libpsl/libpsl_0.21.0.bb b/meta/recipes

[OE-core][PATCH v4 1/2] featimage: refactor style

2021-10-16 Thread Andrej Valek
- use bash variable notation without {} where possible - just to make sure it looks like bash variable not bitbake variable one - fix indent style in "cat" commands - replace "! -z" -> "-n" - make debug info in ramdisk section creation more verbose Signed-off-by

[OE-core][PATCH v4 2/2] kernel-fitimage: use correct kernel image

2021-10-16 Thread Andrej Valek
y, so no external compression will be used. Signed-off-by: Andrej Valek Signed-off-by: Walter Schweizer --- meta/classes/kernel-fitimage.bbclass | 17 + meta/lib/oeqa/selftest/cases/fitimage.py | 8 2 files changed, 5 insertions(+), 20 deletions(-) diff --git a

[OE-core][PATCH 1/1] oeqa/runtime/cases/ptest: Make output content path absolute

2020-06-22 Thread Andrej Valek
The output content is created in current directory, because json content has no defined absolute path to WORKDIR as in bitbake. Signed-off-by: Andrej Valek Signed-off-by: Peter Marko --- meta/lib/oeqa/runtime/cases/ptest.py | 4 1 file changed, 4 insertions(+) diff --git a/meta/lib/oeqa

[OE-core][PATCH 0/1] oeqa/runtime/cases/ptest: Make output content path absolute

2020-06-22 Thread Andrej Valek
Ptests could be executed on any path. So output content should be placed in workdir and not into current directory. Different path outside of the builddir should be specified by setting TEST_LOG_DIR. Isn't it better to use "os.chidir(self.td.get('TOPDIR'))" instead? meta/lib/oeqa/runtime/cases/

Re: [OE-core] [PATCH] busybox: upgrade 1.31.1 -> 1.32.0

2020-07-01 Thread Andrej Valek
Hello Wang, Sorry, but why did you change tabs->spaces in the indent level in " busybox-udhcpc-no_deconfig.patch"? No it's completely unreadable. Andrej -Original Message- From: openembedded-core@lists.openembedded.org On Behalf Of Wang Mingyu Sent: Wednesday, July 1, 2020 9:02 AM To

[OE-core][PATCH v2] busybox: 1.31.1 -> 1.32.0

2020-07-03 Thread Andrej Valek
- update to last stable version 1.32.0 - remove and refresh already merged patches Signed-off-by: Andrej Valek --- ...inittab_1.31.0.bb => busybox-inittab_1.32.0.bb} | 0 .../busybox/0001-Remove-stime-function-calls.patch | 85 --- ...all-wrappers-around-clock_gettime-clo

[OE-core][PATCH] dropbear: update to 2020.80

2020-07-03 Thread Andrej Valek
Signed-off-by: Andrej Valek --- meta/recipes-core/dropbear/dropbear_2020.79.bb | 3 --- meta/recipes-core/dropbear/dropbear_2020.80.bb | 4 2 files changed, 4 insertions(+), 3 deletions(-) delete mode 100644 meta/recipes-core/dropbear/dropbear_2020.79.bb create mode 100644 meta/recipes

[OE-core][PATCH v2] dropbear: update to 2020.80

2020-07-03 Thread Andrej Valek
License-Update: changed date and added info about existence LICENSE files in libtomcrypt and libtommath folders Signed-off-by: Andrej Valek --- meta/recipes-core/dropbear/dropbear.inc| 2 +- meta/recipes-core/dropbear/dropbear_2020.79.bb | 3 --- meta/recipes-core/dropbear

[OE-core][PATCH] kernel: add missing path to search for debug files

2022-01-19 Thread Andrej Valek
ned-off-by: Andrej Valek --- meta/classes/kernel.bbclass | 1 + 1 file changed, 1 insertion(+) diff --git a/meta/classes/kernel.bbclass b/meta/classes/kernel.bbclass index 473e28be47..9ea201c936 100644 --- a/meta/classes/kernel.bbclass +++ b/meta/classes/kernel.bbclass @@ -647,6 +647,

[OE-core] qemu tests

2022-01-21 Thread Andrej Valek
Hi all, I have a generic question about testimage task. Currently 'TESTIMAGEDEPENDS:append:qemuall = " qemu-native:do_populate_sysroot qemu-helper-native:do_populate_sysroot qemu-helper- native:do_addto_recipe_sysroot"' means that no other machine then qemu* has the feature available. So when "rm_

Re: [OE-core] qemu tests

2022-01-21 Thread Andrej Valek
Hello Richard, Thanks for the response. In other words, take a care about your machine by yourself => no other pending questions... ;) . Regards Andrej On Fri, 2022-01-21 at 11:36 +, Richard Purdie wrote: > On Fri, 2022-01-21 at 11:32 +, Valek, Andrej wrote: > > Hi all, > > > > I have a

Re: [OE-core] [dunfell][PATCH RFC] busybox.inc: Create temporary busybox links during install

2022-01-21 Thread Andrej Valek
Hi Bryan, Sorry, maybe I didn't fully understand the use-case. Are you trying to upgrade the busybox on demand? If yes, that is not a good idea. I'm little bit scary about doing "export PATH=$busybox_rmdir:$PATH" and creating a custom locks is not a good at all. Cheers, Andrej On Fri, 2022-01-2

Re: [OE-core] [dunfell][PATCH RFC] busybox.inc: Create temporary busybox links during install

2022-01-21 Thread Andrej Valek
Hello again, Maybe a general question. Is it working in current master? I do not want to brake dunfell, just applying something, which will create a lot of divergence. Cheers, Andrej On Fri, 2022-01-21 at 15:02 +, Bryan Evenson wrote: > Andrej, > > Thanks for the response.  This is an attem

[OE-core][PATCH] busybox: refresh defconfig

2022-01-24 Thread Andrej Valek
- extend find command - disable rootfs skip - busybox-inittab_1.34.1 -> busybox-inittab_1.35.0 Signed-off-by: Andrej Valek --- ...ab_1.34.1.bb => busybox-inittab_1.35.0.bb} | 0 meta/recipes-core/busybox/busybox/defconfig | 70 +++ 2 files changed, 39 insertions(

Re: [OE-core][PATCH] kernel: add missing path to search for debug files

2022-01-24 Thread Andrej Valek
Hello Richard, Fine, that we have it, but are you going to take a look on the patch :) ? Regards, Andrej On Fri, 2022-01-21 at 10:18 +0100, Michael Opdenacker wrote: > > On 1/19/22 5:48 PM, Richard Purdie wrote: > > On Wed, 2022-01-19 at 12:57 +0100, Andrej Valek wrote: > >

[OE-core][PATCH] oeqa: qemu: create missing directory for _write_dump

2022-01-28 Thread Andrej Valek
block' | Failed to dump QMP CMD: dump-guest-memory with | Exception: [Errno 2] No such file or directory: '.../tmp/log/runtime-hostdump/qmp_00_dump-guest-memory' The qmp dump commands could fail, because of missing root directory. So create it before any log writing. Signed-off-b

Re: [OE-core] [dunfell][PATCH RFC] busybox.inc: Create temporary busybox links during install

2022-01-28 Thread Andrej Valek
Hello Bryan, So looks like, there is some kind of problem. Was you able to run the busybox command after upgrade like, "busybox ls /" ? - If yes, there is a problem, that update alternatives hasn't been processed correctly. Try direct command after reboot, if possible - If no, lets continue wit

Re: [OE-core] [PATCH] Revert "featimage: refactor style"

2022-01-30 Thread Andrej Valek
Hi, Sorry, but personally I don't like your idea. What's the benefit of reverting this? I would keep the ${} for bitbake and $ for shell. The {} has to be placed only for variables like $a${b}c. We should respect the workflow on all recipes otherwise we're braking the "unwritten" rules. Regards,

[OE-core][PATCH] dhcpcd: add option to set DBDIR location

2022-02-01 Thread Andrej Valek
This will allow to use the different DBDIR location, because the /var/lib could be used as a read-only location. Signed-off-by: Andrej Valek --- meta/recipes-connectivity/dhcpcd/dhcpcd_9.4.1.bb | 11 +++ 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/meta/recipes

Re: [OE-core] [PATCH] Revert "featimage: refactor style"

2022-02-01 Thread Andrej Valek
Marek, Sorry, but these are still not an arguments, why to do that. On Mon, 2022-01-31 at 10:39 +0100, Marek Vasut wrote: > On 1/31/22 08:01, Valek, Andrej wrote: > > Hi, > > Hello Andrej, > > (please avoid top-posting) > > > Sorry, but personally I don't like your idea. What's the benefit of

Re: [OE-core] [PATCH] Revert "featimage: refactor style"

2022-02-02 Thread Andrej Valek
Hello Marek, I think, we have to stop the discussion now, because it is not leading into any conclusion. Anyway, both of us have a different opinion. Maybe rewriting into python will solve it, I won't do that. Cheers, Andrej On Wed, 2022-02-02 at 09:17 +0100, Marek Vasut wrote: > On 2/2/22 07:5

Re: [OE-core][PATCH] copy_buildsystem: allow more layer paths

2022-03-02 Thread Andrej Valek
Hi Daniel, Could you please give here the examples how the layer structure looks before and after change? I want to see how transformation looks like. Regards, Andrej On Wed, 2022-03-02 at 20:05 +0100, Daniel Wagenknecht wrote: > Layers could be located anywhere. The eSDK should work with them e

Re: [OE-core][PATCH] copy_buildsystem: allow more layer paths

2022-03-04 Thread Andrej Valek
rej, > > On Thu, 2022-03-03 at 06:35 +, Andrej Valek wrote: > > Hi Daniel, > > > > Could you please give here the examples how the layer structure looks > > before and after change? I want to see how transformation looks like. > > With a directory-structu

[OE-core][PATCH] expat: upgrade 2.2.10 -> 2.4.1

2021-05-25 Thread Andrej Valek
Includes lot of security fixes, especially CVE-2013-0340/CWE-776. Signed-off-by: Andrej Valek --- .../expat/0001-Add-output-of-tests-result.patch| 83 -- .../expat/{expat_2.2.10.bb => expat_2.4.1.bb} | 3 +- 2 files changed, 1 insertion(+), 85 deletions(-) del

[OE-core][PATCH v2] expat: upgrade 2.3.0 -> 2.4.1

2021-05-25 Thread Andrej Valek
Includes lot of security fixes, especially CVE-2013-0340/CWE-776. Signed-off-by: Andrej Valek --- meta/recipes-core/expat/{expat_2.3.0.bb => expat_2.4.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-core/expat/{expat_2.3.0.bb => expat_2.4.1.bb} (89%) diff

Re: [OE-core][PATCH v2] expat: upgrade 2.3.0 -> 2.4.1

2021-05-25 Thread Andrej Valek
, means just applying the patch is not very promising. How we can handle it? Thanks, Andrej > Subject: [OE-core][PATCH v2] expat: upgrade 2.3.0 -> 2.4.1 > > Includes lot of security fixes, especially CVE-2013-0340/CWE-776. > > Signed-off-by: Andrej Valek > --- >

  1   2   3   4   >