Re: [OE-core] Failed to build zImage-initramfs

2019-10-13 Thread Ferry Toth
Hi Op 13-10-19 om 11:10 schreef JH: On 10/13/19, Khem Raj wrote: $ vi local.conf IMAGE_ROOTFS += " core-image-minimal-initramfs" INITRAMFS_IMAGE should be an image name. Like core-image-minimal or somesuch Hmm, change it to my image, the name is solar-image.bb (bitbake solar-image), is i

[OE-core] sudo: recipe broken

2019-10-24 Thread Ferry Toth
It looks like https://www.sudo.ws/download.html changed certificate and directory structure. So that breaks not only thud, but also warrior and zeus. It can be fixed by changing the path in the recipe to https://www.sudo.ws/dist/sudo-${PV}.tar.gz or ftp://ftp.sudo.ws/pub/sudo/sudo-${PV}.tar.gz.

Re: [OE-core] ✗ patchtest: failure for sudo: Fix fetching sources

2019-10-25 Thread Ferry Toth
Op 25-10-2019 om 21:32 schreef Patchwork: == Series Details == Series: sudo: Fix fetching sources Revision: 1 URL : https://patchwork.openembedded.org/series/20684/ State : failure == Summary == Thank you for submitting this patch series to OpenEmbedded Core. This is an automated response.

[OE-core] [PATCH] sudo: Fix fetching sources

2019-10-25 Thread Ferry Toth
It looks like https://www.sudo.ws/download.html changed certificate and directory structure. This breaks fetching sources. Signed-off-by: Ferry Toth --- meta/recipes-extended/sudo/sudo_1.8.23.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-extended/sudo

Re: [OE-core] zimage Initramfs booting stuck at Start Kernel

2019-10-26 Thread Ferry Toth
Op 26-10-2019 om 11:46 schreef JH: Hi, I finally built the zImage->zImage--4.19.75+git0+d573e8a79f-r0-20191026074920.bin and zImage-initramfs -> zImage-initramfs--4.19.75+git0+d573e8a79f-r0-20191026074920.bin based on oe-core kernel.bbclass. The zImage could be loaded by u-boot on RAM booting b

Re: [OE-core] zimage Initramfs booting stuck at Start Kernel

2019-10-27 Thread Ferry Toth
Op 27-10-2019 om 02:27 schreef JH: Hi Ferry, On 10/27/19, Ferry Toth wrote: As an example you might want to look at my repo, I have 2 images minimal and initramfs: https://github.com/edison-fw/meta-intel-edison/tree/master/meta-intel-edison-distro/recipes-core/images I don't exactly

Re: [OE-core] zimage Initramfs booting stuck at Start Kernel

2019-10-27 Thread Ferry Toth
Op 27-10-2019 om 22:52 schreef JH: Hi Ferry, On 10/27/19, Ferry Toth wrote: Op 27-10-2019 om 02:27 schreef JH: Hi Ferry, On 10/27/19, Ferry Toth wrote: As an example you might want to look at my repo, I have 2 images minimal and initramfs: https://github.com/edison-fw/meta-intel-edison

Re: [OE-core] zimage Initramfs booting stuck at Start Kernel

2019-10-28 Thread Ferry Toth
Op 28-10-2019 om 03:02 schreef JH: On 10/28/19, Ferry Toth wrote: No, there is no limitation in kernel, BTW, the zImage-initramfs is not just kernel space, the zImage-initramfs = kernel + rootfs which cannot be limited to 10 MB. I have a zImage-initramfs created by openwrt, the size is 28 MB

Re: [OE-core] ✗ patchtest: failure for sudo: Fix fetching sources

2019-10-28 Thread Ferry Toth
Op 28-10-2019 om 22:36 schreef Ross Burton: On 25/10/2019 21:39, Ferry Toth wrote: Op 25-10-2019 om 21:32 schreef Patchwork: == Series Details == Series: sudo: Fix fetching sources Revision: 1 URL   : https://patchwork.openembedded.org/series/20684/ State : failure == Summary == Thank you

Re: [OE-core] zimage Initramfs booting stuck at Start Kernel

2019-10-29 Thread Ferry Toth
Op 29-10-2019 om 11:25 schreef JH: Hi Ferry, On 10/29/19, Ferry Toth wrote: https://github.com/edison-fw/meta-intel-edison/blob/master/meta-intel-edison-bsp/conf/machine/edison.conf And there is the max size! Are you able to run u-boot to start kernel in the large size 64 MB? No, the

[OE-core] [PATCH] libgpiod_1.2: add a dependency on python when building python bindings

2019-01-07 Thread Ferry Toth
Commit ab54dd75 "libgpiod: Rrecommend python3 only for PN-python package" also removes the build dependency on python3 however this results in fatal error: Python.h: No such file or directory #include Signed-off-by: Ferry Toth --- meta-oe/recipes-support/libgpiod/libgpiod_1.2.b

[OE-core] [PATCH] libgpiod_1.2: add a dependency on python when building python bindings

2019-01-07 Thread Ferry Toth
Commit ab54dd75 "libgpiod: Rrecommend python3 only for PN-python package" also removes the build dependency on python3 however this results in fatal error: Python.h: No such file or directory #include Signed-off-by: Ferry Toth --- meta-oe/recipes-support/libgpiod/libgpiod_1.2.b

[OE-core] Sudden errors building Sumo

2019-01-10 Thread Ferry Toth
After a new checkout I am experiencing multiple errors building Sumo that might be related: bison-3.0.4 cross-localedef-native_2.27 coreutils-8.29 On another machine with slightly out-of-date Sumo these problems do not occur. Detail below. Any ideas how to fix? Ferry virtual:native:/h

Re: [OE-core] Sudden errors building Sumo

2019-01-11 Thread Ferry Toth
Op 10-01-19 om 21:48 schreef akuster808: On 1/10/19 8:23 AM, Ferry Toth wrote: After a new checkout I am experiencing multiple errors building Sumo that might be related: bison-3.0.4 cross-localedef-native_2.27 coreutils-8.29 On another machine with slightly out-of-date Sumo these

Re: [OE-core] Sudden errors building Sumo

2019-01-11 Thread Ferry Toth
Op 10-01-19 om 21:52 schreef Marek Vasut: On 1/10/19 9:49 PM, Marek Vasut wrote: On 1/10/19 9:48 PM, akuster808 wrote: On 1/10/19 8:23 AM, Ferry Toth wrote: After a new checkout I am experiencing multiple errors building Sumo that might be related: bison-3.0.4 cross-localedef-native_2.27

Re: [OE-core] [RFC PATCH 1/1] image-live.bbclass: order do_bootimg after do_rootfs

2021-06-01 Thread Ferry Toth
Hi Op 26-05-2021 om 20:32 schreef Guillaume Champagne: do_bootimg expects IMGDEPLOYDIR to exist, since it stores its artifacts there. Therefore, do_bootimg should run after do_rootfs because IMGDEPLOYDIR is created before do_rootfs runs since IMGDEPLOYDIR is contained in do_rootfs' [cleandirs] v

Re: [OE-core] [RFC PATCH 1/1] image-live.bbclass: order do_bootimg after do_rootfs

2021-06-05 Thread Ferry Toth
Hi, Op 01-06-2021 om 22:12 schreef Ferry Toth via lists.openembedded.org: Hi Op 26-05-2021 om 20:32 schreef Guillaume Champagne: do_bootimg expects IMGDEPLOYDIR to exist, since it stores its artifacts there. Therefore, do_bootimg should run after do_rootfs because IMGDEPLOYDIR is created

Re: [OE-core] [PATCH v3 1/1] apt: add apt selftest to test signed package feeds

2022-04-12 Thread Ferry Toth
Hi Op 12-04-2022 om 16:16 schreef Alexandre Belloni: Hello, On 11/04/2022 22:50:36+0200, Ferry Toth wrote: From: Ferry Toth Since Gatesgarth apt (1.8.2) has become more strict and doesn’t allow unsigned repositories by default. Currently when building images this requirement is worked

Re: [OE-core] [PATCH v3 1/1] apt: add apt selftest to test signed package feeds

2022-04-12 Thread Ferry Toth
Hi, Op 12-04-2022 om 23:51 schreef Richard Purdie: On Tue, 2022-04-12 at 23:48 +0200, Alexandre Belloni wrote: On 12/04/2022 23:32:49+0200, Ferry Toth wrote: Hi Op 12-04-2022 om 16:16 schreef Alexandre Belloni: Hello, On 11/04/2022 22:50:36+0200, Ferry Toth wrote: From: Ferry Toth Since

Re: [OE-core] [PATCH v3 1/1] apt: add apt selftest to test signed package feeds

2022-04-13 Thread Ferry Toth
Hi, Op 13-04-2022 om 09:00 schreef Richard Purdie: On Wed, 2022-04-13 at 00:34 +0200, Alexandre Belloni wrote: On 13/04/2022 00:20:40+0200, Ferry Toth wrote: Hi, Op 12-04-2022 om 23:51 schreef Richard Purdie: On Tue, 2022-04-12 at 23:48 +0200, Alexandre Belloni wrote: On 12/04/2022 23:32

[OE-core] package_manager: support for signed DEB package feeds

2022-04-13 Thread Ferry Toth
[PATCH v4 1/2] apt: add apt selftest to test signed package feeds [PATCH v4 2/2] package_manager: fix missing dependency on gnupg when Since Gatesgarth apt (1.8.2) has become more strict and doesn’t allow unsigned repositories by default. Currently when building images this requirement is worked

[OE-core] [PATCH v4 1/2] apt: add apt selftest to test signed package feeds

2022-04-13 Thread Ferry Toth
From: Ferry Toth Since Gatesgarth apt (1.8.2) has become more strict and doesn’t allow unsigned repositories by default. Currently when building images this requirement is worked around by using [allow-insecure=yes] and equivalently when performing selftest. Patches "gpg-sign: Add param

[OE-core] [PATCH v4 2/2] package_manager: fix missing dependency on gnupg when signing deb package feeds

2022-04-13 Thread Ferry Toth
From: Ferry Toth When signing the deb package feed gpg tools are a soft requirement. If gnupg-native is not declared a dependancy the version from hosttools is used. Unfortunately the gpg-agent version from Ubuntu 16.04 on the autobuilders is incompatible with the package_index task and fails

Re: [OE-core] package_manager: support for signed DEB package feeds

2022-04-19 Thread Ferry Toth
Hi, Op 19-04-2022 om 15:21 schreef Richard Purdie: On Wed, 2022-04-13 at 22:37 +0200, Ferry Toth wrote: [PATCH v4 1/2] apt: add apt selftest to test signed package feeds [PATCH v4 2/2] package_manager: fix missing dependency on gnupg when Since Gatesgarth apt (1.8.2) has become more strict

[OE-core] [PATCH v1 2/2] package_manager: sign DEB package feeds

2022-03-22 Thread Ferry Toth
From: Ferry Toth Implement debian package repository signature. For each Release file created in repository subdirectory, a signature Release.gpg is created. Signature is performed using gpg backend when the following variables are set in local.conf: PACKAGE_CLASSES += "sign_package

[OE-core] [PATCH v1 1/2] gpg-sign: Add parameters to gpg signature function

2022-03-22 Thread Ferry Toth
From: Xavier Berger output_suffix: If defined, add output_suffix as file name extension. use_sha256: If True, use sha256 for gpg as digest algorithm Signed-off-by: Xavier Berger Signed-off-by: Ferry Toth --- meta/lib/oe/gpg_sign.py | 6 +- 1 file changed, 5 insertions(+), 1 deletion

Re: [OE-core] [PATCH v1 1/2] gpg-sign: Add parameters to gpg signature function

2022-03-23 Thread Ferry Toth
:19 schreef Ferry Toth: From: Xavier Berger output_suffix: If defined, add output_suffix as file name extension. use_sha256: If True, use sha256 for gpg as digest algorithm Signed-off-by: Xavier Berger Signed-off-by: Ferry Toth --- meta/lib/oe/gpg_sign.py | 6 +- 1 file changed, 5

Re: [OE-core] [PATCH v1 1/2] gpg-sign: Add parameters to gpg signature function

2022-03-24 Thread Ferry Toth
Hi, Op 24-03-2022 om 09:12 schreef Richard Purdie: On Wed, 2022-03-23 at 19:34 +0100, Ferry Toth wrote: Hi Richard, I forgot to add a cover letter, sorry for that. The 2 patches  together implement DEB repository signing. This is necessary since Gatesgarth |apt| (1.8.2) has become more

Re: [OE-core] [PATCH v1 1/2] gpg-sign: Add parameters to gpg signature function

2022-03-24 Thread Ferry Toth
Hi Op 24-03-2022 om 13:03 schreef Richard Purdie: On Thu, 2022-03-24 at 12:23 +0100, Ferry Toth wrote: On Wed, 2022-03-23 at 19:34 +0100, Ferry Toth wrote: I forgot to add a cover letter, sorry for that. The 2 patches  together implement DEB repository signing. This is necessary since

Re: [OE-core] [PATCH v1 1/2] gpg-sign: Add parameters to gpg signature function

2022-03-24 Thread Ferry Toth
Hi Op 24-03-2022 om 16:36 schreef Ferry Toth: Hi Op 24-03-2022 om 13:03 schreef Richard Purdie: On Thu, 2022-03-24 at 12:23 +0100, Ferry Toth wrote: On Wed, 2022-03-23 at 19:34 +0100, Ferry Toth wrote: I forgot to add a cover letter, sorry for that. The 2 patches  together implement DEB

Re: [OE-core] [PATCH v1 1/2] gpg-sign: Add parameters to gpg signature function

2022-03-25 Thread Ferry Toth
Hi, Op 24-03-2022 om 23:11 schreef Ferry Toth: It doesn't seem to be a particularly volatile area in the code. I refreshed Xavier's patches for Gatesgarth, and am actively using unchanged patch on Honisiter. I don't know how the automated testing is working but I guess

Re: [OE-core] [PATCH v1 1/2] gpg-sign: Add parameters to gpg signature function

2022-03-25 Thread Ferry Toth
Hi Alexander, I see your answer on gmane, but not by e-mail, strange. But thanks for the tip, it worked and I got oe-selftest -r runtime_test.TestImage.test_testimage_dnf to run successfully. (for future readers: by following "Yocto Project Development Tasks" manual section "Performing Automat

Re: [OE-core] [PATCH v1 1/2] gpg-sign: Add parameters to gpg signature function

2022-03-28 Thread Ferry Toth
Hi, Op 24-03-2022 om 23:20 schreef Richard Purdie: On Thu, 2022-03-24 at 23:11 +0100, Ferry Toth wrote: Op 24-03-2022 om 16:36 schreef Ferry Toth: Op 24-03-2022 om 13:03 schreef Richard Purdie: On Thu, 2022-03-24 at 12:23 +0100, Ferry Toth wrote: On Wed, 2022-03-23 at 19:34 +0100, Ferry

[OE-core] package_manager: support for signed DEB package feeds

2022-04-03 Thread Ferry Toth
[PATCH v2 0/3] package_manager: support for signed DEB package feeds [PATCH v2 1/3] gpg-sign: Add parameters to gpg signature function [PATCH v2 2/3] package_manager: sign DEB package feeds [PATCH v2 3/3] apt: add apt selftest to test signed package feeds Since Gatesgarth apt (1.8.2) has become mo

[OE-core] [PATCH v2 0/3] *** SUBJECT HERE ***

2022-04-03 Thread Ferry Toth
From: Ferry Toth *** BLURB HERE *** Ferry Toth (2): package_manager: sign DEB package feeds apt: add apt selftest to test signed package feeds Xavier Berger (1): gpg-sign: Add parameters to gpg signature function meta/lib/oe/gpg_sign.py | 6 +++- meta/lib/oe

[OE-core] [PATCH v2 1/3] gpg-sign: Add parameters to gpg signature function

2022-04-03 Thread Ferry Toth
From: Xavier Berger output_suffix: If defined, add output_suffix as file name extension. use_sha256: If True, use sha256 for gpg as digest algorithm Signed-off-by: Xavier Berger Signed-off-by: Ferry Toth --- meta/lib/oe/gpg_sign.py | 6 +- 1 file changed, 5 insertions(+), 1 deletion

[OE-core] [PATCH v2 2/3] package_manager: sign DEB package feeds

2022-04-03 Thread Ferry Toth
From: Ferry Toth Implement debian package repository signature. For each Release file created in repository subdirectory, a signature Release.gpg is created. Signature is performed using gpg backend when the following variables are set in local.conf: PACKAGE_CLASSES += "sign_package

[OE-core] [PATCH v2 3/3] apt: add apt selftest to test signed package feeds

2022-04-03 Thread Ferry Toth
From: Ferry Toth Since Gatesgarth apt (1.8.2) has become more strict and doesn’t allow unsigned repositories by default. Currently when building images this requirement is worked around by using [allow-insecure=yes] and equivalently when performing selftest. Patches "gpg-sign: Add param

Re: [OE-core] [PATCH v2 3/3] apt: add apt selftest to test signed package feeds

2022-04-04 Thread Ferry Toth
Hi, Op 04-04-2022 om 15:58 schreef Richard Purdie: On Sun, 2022-04-03 at 21:50 +0200, Ferry Toth wrote: From: Ferry Toth Since Gatesgarth apt (1.8.2) has become more strict and doesn’t allow unsigned repositories by default. Currently when building images this requirement is worked around

Re: [OE-core] [PATCH v2 3/3] apt: add apt selftest to test signed package feeds

2022-04-05 Thread Ferry Toth
Hi, Op 04-04-2022 om 22:39 schreef Richard Purdie: On Mon, 2022-04-04 at 19:35 +0200, Ferry Toth wrote: Hi, Op 04-04-2022 om 15:58 schreef Richard Purdie: On Sun, 2022-04-03 at 21:50 +0200, Ferry Toth wrote: From: Ferry Toth Since Gatesgarth apt (1.8.2) has become more strict and doesn’t

Re: [OE-core] [PATCH v2 3/3] apt: add apt selftest to test signed package feeds

2022-04-06 Thread Ferry Toth
Hi, Op 06-04-2022 om 13:40 schreef Richard Purdie: On Tue, 2022-04-05 at 17:23 +0200, Ferry Toth wrote: Op 04-04-2022 om 22:39 schreef Richard Purdie:  On Mon, 2022-04-04 at 19:35 +0200, Ferry Toth wrote:  Op 04-04-2022 om 15:58 schreef Richard Purdie: On Sun, 2022-04-03 at 21:50 +0200

Re: [OE-core] [PATCH v2 3/3] apt: add apt selftest to test signed package feeds

2022-04-06 Thread Ferry Toth
Hi Op 06-04-2022 om 12:10 schreef Alexandre Belloni: Hello, On 04/04/2022 14:58:07+0100, Richard Purdie wrote: On Sun, 2022-04-03 at 21:50 +0200, Ferry Toth wrote: From: Ferry Toth Since Gatesgarth apt (1.8.2) has become more strict and doesn’t allow unsigned repositories by default

Re: [OE-core] [PATCH v2 3/3] apt: add apt selftest to test signed package feeds

2022-04-06 Thread Ferry Toth
Hi Op 06-04-2022 om 17:23 schreef Richard Purdie: On Wed, 2022-04-06 at 16:43 +0200, Ferry Toth wrote: Op 06-04-2022 om 13:40 schreef Richard Purdie: On Tue, 2022-04-05 at 17:23 +0200, Ferry Toth wrote: Op 04-04-2022 om 22:39 schreef Richard Purdie:  On Mon, 2022-04-04 at 19:35 +0200, Ferry

Re: [OE-core] [PATCH v2 3/3] apt: add apt selftest to test signed package feeds

2022-04-07 Thread Ferry Toth
Op 06-04-2022 om 23:05 schreef Richard Purdie: On Wed, 2022-04-06 at 21:44 +0200, Ferry Toth wrote: Hi Op 06-04-2022 om 17:23 schreef Richard Purdie: On Wed, 2022-04-06 at 16:43 +0200, Ferry Toth wrote: Op 06-04-2022 om 13:40 schreef Richard Purdie: On Tue, 2022-04-05 at 17:23 +0200, Ferry

[OE-core] package_manager: support for signed DEB package feeds

2022-04-11 Thread Ferry Toth
[PATCH v3 1/1] apt: add apt selftest to test signed package feeds Since Gatesgarth apt (1.8.2) has become more strict and doesn’t allow unsigned repositories by default. Currently when building images this requirement is worked around by using [allow-insecure=yes] and equivalently when performin

[OE-core] package_manager: support for signed DEB package feeds

2022-04-11 Thread Ferry Toth
[PATCH v3 1/1] apt: add apt selftest to test signed package feeds Since Gatesgarth apt (1.8.2) has become more strict and doesn’t allow unsigned repositories by default. Currently when building images this requirement is worked around by using [allow-insecure=yes] and equivalently when performin

[OE-core] [PATCH v3 1/1] apt: add apt selftest to test signed package feeds

2022-04-11 Thread Ferry Toth
From: Ferry Toth Since Gatesgarth apt (1.8.2) has become more strict and doesn’t allow unsigned repositories by default. Currently when building images this requirement is worked around by using [allow-insecure=yes] and equivalently when performing selftest. Patches "gpg-sign: Add param