Re: [OE-core] [PATCH v2] wic: bootimg-pcbios.py: optionally pass 'initrd' from .wks(.in) via sourceparams

2024-12-09 Thread Robert Berger via lists.openembedded.org
Hi, On 12/9/24 08:05, Mathieu Dubois-Briand wrote: On Fri Dec 6, 2024 at 5:48 PM CET, Robert Berger via lists.openembedded.org wrote: optionally allow to pass 'initrd' from .wks(.in) via sourceparams Signed-off-by: Robert Berger --- Hi, I believe this patch is the sou

Re: [OE-core] [PATCH v2] wic: bootimg-pcbios.py: optionally pass 'initrd' from .wks(.in) via sourceparams

2024-12-09 Thread Robert Berger via lists.openembedded.org
Hi, On 12/9/24 08:05, Mathieu Dubois-Briand wrote: On Fri Dec 6, 2024 at 5:48 PM CET, Robert Berger via lists.openembedded.org wrote: optionally allow to pass 'initrd' from .wks(.in) via sourceparams Signed-off-by: Robert Berger --- Hi, I believe this patch is the source of the

Re: [OE-core] [PATCH] go-vendor.bbclass: avoid QA errors with absolute paths

2024-12-08 Thread Robert Berger via lists.openembedded.org
Hi, On 12/8/24 23:27, Richard Purdie wrote: On Fri, 2024-12-06 at 18:31 +0100, Robert Berger via lists.openembedded.org wrote: avoid QA errors with absolute paths from go-vendor.bbclass Signed-off-by: Robert Berger ---  meta/classes/go-vendor.bbclass | 2 +-  1 file changed, 1 insertion

Re: [OE-core] [PATCH] go-vendor.bbclass: avoid QA errors with absolute paths

2024-12-08 Thread Robert Berger via lists.openembedded.org
Regards, Robert -- Robert Berger Embedded Software Evangelist Reliable Embedded Systems Consulting Training Engineering URL: https://www.reliableembeddedsystems.com Schedule a web meeting: https://calendly.com/reliableembed

[OE-core] [PATCH] go-vendor.bbclass: avoid QA errors with absolute paths

2024-12-06 Thread Robert Berger via lists.openembedded.org
avoid QA errors with absolute paths from go-vendor.bbclass Signed-off-by: Robert Berger --- meta/classes/go-vendor.bbclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/classes/go-vendor.bbclass b/meta/classes/go-vendor.bbclass index 38ea69ab50..12667b2d60 100644

[OE-core] [PATCH v2] wic: bootimg-pcbios.py: optionally pass 'initrd' from .wks(.in) via sourceparams

2024-12-06 Thread Robert Berger via lists.openembedded.org
optionally allow to pass 'initrd' from .wks(.in) via sourceparams Signed-off-by: Robert Berger --- .../lib/wic/plugins/source/bootimg-pcbios.py | 19 +++ 1 file changed, 19 insertions(+) diff --git a/scripts/lib/wic/plugins/source/bootimg-pcbios.py b/scripts/lib/w

[OE-core] [PATCH] wic: bootimg-pcbios.py: optionally pass 'initrd' from .wks(.in) via sourceparams

2024-12-06 Thread Robert Berger via lists.openembedded.org
Signed-off-by: Robert Berger --- .../lib/wic/plugins/source/bootimg-pcbios.py | 19 +++ 1 file changed, 19 insertions(+) diff --git a/scripts/lib/wic/plugins/source/bootimg-pcbios.py b/scripts/lib/wic/plugins/source/bootimg-pcbios.py index a207a83530..c31851b56a 100644 --- a

[OE-core] [meta-oe][PATCH v2] uninative-tarball.xz - reproducibility fix

2023-06-30 Thread Robert Berger
added --clamp-mtime --mtime to the tar command see: https://bugzilla.yoctoproject.org/show_bug.cgi?id=15148 Signed-off-by: Robert Berger --- meta/classes-recipe/populate_sdk_base.bbclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/classes-recipe

Re: [OE-core] [meta-oe][PATCH] uninative-tarball.xz - reproducibility fix

2023-06-30 Thread Robert Berger
Hi, Not sure my previous reply made it to the list. So I try it again here. On 29/06/2023 16:07, Richard Purdie wrote: On Thu, 2023-06-29 at 16:02 +0200, Robert Berger wrote: added --clamp-mtime --mtime to the tar command see: https://bugzilla.yoctoproject.org/show_bug.cgi?id=15148 Signed

[OE-core] [meta-oe][PATCH] uninative-tarball.xz - reproducibility fix

2023-06-29 Thread Robert Berger
added --clamp-mtime --mtime to the tar command see: https://bugzilla.yoctoproject.org/show_bug.cgi?id=15148 Signed-off-by: Robert Berger --- meta/classes-recipe/populate_sdk_base.bbclass | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/meta/classes-recipe

Re: [OE-core] [PATCH v2] create-spdx: Get SPDX-License-Identifier from source

2022-02-08 Thread Robert Berger
into account at all, but it's all only per recipe. Regards, Robert -- Robert Berger Embedded Software Evangelist Reliable Embedded Systems Consulting Training Engineering URL: https://www.reliableembeddedsystems.com Schedule a web meeting: https://calendly.co

Re: [OE-core] [PATCH] oeqa/selftest: add test that kernels build with defconfig

2022-01-11 Thread Robert Berger
some configuration inconsistencies which would be otherwise hard to find. Regards, Robert -- Robert Berger Embedded Software Evangelist Reliable Embedded Systems Consulting Training Engineering URL: https://www.reliableembeddedsystems.com Schedule a web meeting: https://calendly.com/reliableembeddedsy

Re: [OE-core] [PATCH 18/65] u-boot: upgrade 2021.07 -> 2021.10

2021-10-23 Thread Robert Berger
Hi, Take care with this update, since it might break some builds due to something like this[1] [1] https://lore.kernel.org/all/18564205.Z0HQFNUZ9R@kista/ I observe issues e.g. with Ubuntu 16, imx6 and u-boot 2021.10. Regards, Robert -- Robert Berger Embedded Software Evangelist Reliable

Re: [OE-core] [meta-java] OpneJDK nativesdk recipe

2021-10-11 Thread Robert Berger
t your customer compile like that. thanks Regards, Robert -- Robert Berger Embedded Software Evangelist Reliable Embedded Systems Consulting Training Engineering URL: https://www.reliableembeddedsystems.com Schedule a web meeting: https://calendly.com/reliable

Re: [OE-core] Improve npm support to run build scripts

2021-10-05 Thread Robert Berger
Hi Stefan, On 05/10/2021 15:48, Stefan Herbrechtsmeier wrote: Is a layer with more more than 1000 recipes thinkable? Did you have a look at this[1]? It says: "For instance I currently am using around 10 NPM-packages, those culminated into (currently) 937 recipes that are required to build

Re: [OE-core] Upgrade uninative to fix multiple native build failures in old unprivileged docker

2021-08-31 Thread Robert Berger
Hi, I just experienced this problem in Docker version 19.03.13, build 4484c46d9d > $ bitbake pkgconfig-native > | configure: error: I can't find the libraries for the thread > implementation > ... Can you please tell me what patches I need to apply to get this to work? How will this be handled

Re: [OE-core] [PATCH] goarch.bbclass: Disable GO_DYNLINK by default

2021-08-22 Thread Robert Berger
Hi, On 22/08/2021 01:31, Oliver Kranz wrote: On 21.08.21 22:26, Konrad Weihmann wrote: I'd truly like to oppose the idea of static linking by default, how juicy this idea may sound... But if we switch to static linking, literary no one can be be sure about licensing anymore (to me one of the m

Re: [OE-core] [PATCH 1/3] scripts/contrib: Add override conversion script

2021-07-31 Thread Robert Berger
Hi Richard, On 31/07/2021 16:14, Richard Purdie wrote: That isn't correct. There are patches backported to the bitbake 1.50, 1.48 and 1.46 branches which mean the older bitbake will accept the new syntax. This means that converted layers will work with older releases, as long as someone has up

Re: [OE-core] [PATCH 1/3] scripts/contrib: Add override conversion script

2021-07-31 Thread Robert Berger
Hi, Not sure this is the right list and mail I am replying to ;) I was wondering what's happening with backwards compatibility. It looks like it will not be possible to have a layer with new syntax fixes which will also work for some older versions (hardknott and older). Regards, Robert

Re: [OE-core] [PATCH] systemd: Fix build on musl

2021-07-29 Thread Robert Berger
Hi, Does this mean we have musl and systemd working together? Regards, Robert On 27/07/2021 23:13, Khem Raj wrote: Latest upgrade to 249 broke a working build on musl, this is incremental fix to exisiting patches adapted to 249 release Signed-off-by: Khem Raj Cc: Luca Boccassi -=-=-=

Re: [OE-core] is there an easy to prevent *creation* of some recipe's packages?

2021-05-15 Thread Robert Berger
Let me just throw in one idea with respect to Open Source License Compliance and packaging - with "traditional" programming languages. Let's say we ship a product and are in the phase of an Open Source License Compliance audit. We have a couple of interesting issues here 1) Actually we just

Re: [OE-core] [meta-oe][PATCH 0/5] ARMv8 Tune reorg

2020-09-17 Thread Robert Berger
Hi, Please see my comments in-line. On 16/09/2020 16:38, Jon Mason wrote: [1] https://yoctoproject.blogspot.com/2020/09/compiler-tunes-benchmarks-with-yocto.html Should we expect so see differences? There are more things at play here than simply performance. Hmm interesting. This did not

Re: [OE-core] [meta-oe][PATCH 0/5] ARMv8 Tune reorg

2020-09-15 Thread Robert Berger
Hi Jon, That's not really a comment on the reorganization of compiler tunes, but more like "Do they actually do something meaningful?" I posted here[1] some benchmarks and at least with the benchmarks I tried on the chips I tried there is no obvious impact. i.mx6q: TUNE_FEATURES= "

Re: [OE-core] Status of Go support

2020-06-28 Thread Robert Berger
Hi, My comments are in-line. On 23/06/2020 19:37, Stefan Herbrechtsmeier wrote: Hi, because of the changes to the 'GO111MODULE' variable in go-dep and glide, I wonder if Go is ready for use. I would have expected the variable GO111MODULE to be set to 'off' within the go.bbclass because go c

Re: [OE-core] [PATCH] kernel-yocto: checksum indirect cfg and scc files

2019-07-05 Thread Robert Berger
Hi everybody, Let me throw in my 2 cents ;) We have 2 cases (and combinations) 1) .scc, .cfg, .patch files just lying around not being used 2) .scc, .cfg, .patch files actually somehow being included in the kernel recipe and hence being used Say, the kernel recipe includes something like th

Re: [OE-core] [PATCH] u-boot: Upgrade to 2018.03 release

2018-04-21 Thread Robert Berger
Hi, Update: This rocko 2.4/u-boot combination still seems to work[1]: Note that this is before rocko 2.4.1 and before U-Boot 2018.01. => version U-Boot 2017.09 (Nov 04 2017 - 20:32:29 +) arm-poky-linux-gnueabi-gcc (GCC) 7.2.0 GNU ld (GNU Binutils) 2.29.0.20170912 [1] https://github.com/

Re: [OE-core] [PATCH] u-boot: Upgrade to 2018.03 release

2018-04-21 Thread Robert Berger
Hi, Please see my comments below. On 2018-04-11 16:51, Marek Vasut wrote: On 04/11/2018 04:47 PM, Burton, Ross wrote: On 9 April 2018 at 00:02, Marek Vasut wrote: This upgrades the U-Boot from 2018.01 to 2018.03 release and drops patches accepted upstream, getting the patch count to zero. A

[OE-core] [PATCH v3] nativesdk-packagegroup-sdk-host: remove redundant LICENSE

2017-10-30 Thread Robert Berger
*) packagegroup class sets a default value for LICENSE *) usually packagegroups don't contain a LICENSE and if they do it's many times a copy/paste and doesn't reflect the license of the packages included in the packagegroup Signed-off-by: Robert Berger --- me

[OE-core] [PATCH v2] nativesdk-packagegroup-sdk-host: remove redundant LICENSE

2017-10-30 Thread Robert Berger
*) packagegroup class sets a default value for LICENSE *) usually packagegroups don't contain a LICENSE and if they do it's many times a copy/paste and doesn't reflect the license of the packages included in the packagegroup Signed-off-by: Robert Berger --- me

[OE-core] [PATCH] poky: LICENSE in packagegroup makes no sense - removed

2017-10-30 Thread Robert Berger
Signed-off-by: Robert Berger --- meta/recipes-core/packagegroups/nativesdk-packagegroup-sdk-host.bb | 1 - 1 file changed, 1 deletion(-) diff --git a/meta/recipes-core/packagegroups/nativesdk-packagegroup-sdk-host.bb b/meta/recipes-core/packagegroups/nativesdk-packagegroup-sdk-host.bb