[OE-core] [PATCH] sysvinit: upgrade 3.01 -> 3.02

2022-04-06 Thread wangmy
pidof-add-m-option.patch refreshed for new version. Add 0001-Fixed-compile-error-on-GNU-Hurd.patch to fix compile error on GNU Hurd due to missing MAX_PATH definition. Signed-off-by: Wang Mingyu --- ...0001-Fixed-compile-error-on-GNU-Hurd.patch | 28 +++

Re: [OE-core] [master] meta: rust: Bug fix for target definitions returning 'NoneType' for arm

2022-04-06 Thread Sundeep KOKKONDA
[Edited Message Follows] [Reason: Edit: Subject correction causes new thread. So, appended original message.] Hello, The initial patch includes changes for armv7 also ( https://lists.openembedded.org/g/openembedded-core/message/163881 ) But, this causes build issues for target

Re: [OE-core] [master] meta: rust: Bug fix for target definitions returning 'NoneType' for arm

2022-04-06 Thread Sundeep KOKKONDA
Hello, The initial patch includes changes for armv7 also ( https://lists.openembedded.org/g/openembedded-core/message/163881 ) But, this causes build issues for target 'core-image-sato' with 'beaglebone-yocto' machine. ( https://lists.openembedded.org/g/openembedded-core/message/163954 ) So,

[OE-core] [PATCH] kernel_configcheck should be run for SRCTREE linux

2022-04-06 Thread Yong Zhao via lists.openembedded.org
The task is useful for a SRCTREE linux. Because it won't modify the SRCTREE, it does not hurt to run it by default. Signed-off-by: Yong Zhao --- meta/classes/kernel-yocto.bbclass | 2 +- scripts/lib/devtool/standard.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git

Re: [OE-core] [”master]”] meta: rust: Bug fix for target definitions returning 'NoneType' for arm

2022-04-06 Thread Khem Raj
On Wed, Apr 6, 2022 at 11:00 AM Sundeep KOKKONDA wrote: > The build shows below error while building for arm machines. > Exception: TypeError: int() argument must be a string, a bytes-like object > or a number, not 'NoneType' > Detailed error info : >

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

2022-04-06 Thread 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 Toth wrote: > > > > > Op

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

[OE-core][dunfell 0/8] Pull request (cover letter only)

2022-04-06 Thread Steve Sakoman
The following changes since commit aa2bb4f62dd7e5c6fdf220264c3d62fbf2cc7d16: xserver-xorg: update to 1.20.14 (2022-03-29 11:43:54 -1000) are available in the Git repository at: git://git.openembedded.org/openembedded-core-contrib stable/dunfell-next

[OE-core] [hardknott][PATCH] pseudo: Fix handling of absolute links

2022-04-06 Thread Chaitanya Vadrevu
From: Alexandre Belloni Update to a version of pseudo which has a fix for absolute links, evaluating them from the chroot path. Signed-off-by: Alexandre Belloni Signed-off-by: Richard Purdie (cherry picked from commit 33147b89bc3c9e9bdd53a942a5551d8a1d06130c) ---

Re: [OE-core] Ping issues on systemd images - Intermittent Notes

2022-04-06 Thread Alexander Kanavin
sysvinit starts connmand with '-I eth0' (ignore eth0), but systemd does not. I'll send a patch. Alex On Wed, 6 Apr 2022 at 17:52, Richard Purdie wrote: > > Do we have any experts on systemd and connman? I did find a little more data > on > some of our mystery autobuilder ping failures: > >

[OE-core] Ping issues on systemd images - Intermittent Notes

2022-04-06 Thread Richard Purdie
Do we have any experts on systemd and connman? I did find a little more data on some of our mystery autobuilder ping failures: Ping issues on systemd images = This failed with my ping test debugging present so we got more info. The host was unreachable.

Re: [OE-core] [PATCH] pseudo: Update to latest to fix link handling

2022-04-06 Thread Chaitanya Vadrevu
Ok, no problem. I'm glad it's already in master. -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#164087): https://lists.openembedded.org/g/openembedded-core/message/164087 Mute This Topic: https://lists.openembedded.org/mt/90277234/21656 Group

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

2022-04-06 Thread 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 Toth wrote: > > > >  Op 04-04-2022 om

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.

[OE-core] [”master]”] meta: rust: Bug fix for target definitions returning 'NoneType' for arm

2022-04-06 Thread Sundeep KOKKONDA
The build shows below error while building for arm machines. Exception: TypeError: int() argument must be a string, a bytes-like object or a number, not 'NoneType' Detailed error info : https://lists.openembedded.org/g/openembedded-core/message/164004 All the target definitions within tspec

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,

[OE-core] [PATCH] libgpg-error: Add ptest

2022-04-06 Thread Simone Weiss
Add a ptest for libgpg-error to core-image-ptest-all. All tests passed on a trial run. Signed-off-by: Simone Weiss --- meta/conf/distro/include/ptest-packagelists.inc| 1 + .../libgpg-error/libgpg-error/run-ptest| 3 +++ .../libgpg-error/libgpg-error_1.44.bb | 14

Re: [OE-core] [PATCH] lttng-tools: upgrade 2.13.4 -> 2.13.6

2022-04-06 Thread wangmy
Sorry, I missed this failure. I will investigate it immediately and send it again after solving it   -- Best Regards --- Wang Mingyu Development Dept.I Nanjing Fujitsu Nanda Software Tech. Co., Ltd.(FNST) No. 6 Wenzhu Road, Nanjing, 210012, China

Re: [OE-core] [PATCH] lttng-tools: upgrade 2.13.4 -> 2.13.6

2022-04-06 Thread Alexandre Belloni via lists.openembedded.org
Hello, Last time I tried that, we got new ptest failures: {'lttng-tools': ['kernel/test_callstack_11_-_Validate_userspace_callstack', 'kernel/test_userspace_probe_94_-_Enable_kernel_userspace_probe_event_for_session_test_userprobe_elf_cxx_function',

[OE-core] [PATCH] ethtool: upgrade 5.16 -> 5.17

2022-04-06 Thread zhengruoqin
avoid_parallel_tests.patch refreshed for new version. Signed-off-by: Zheng Ruoqin --- .../ethtool/ethtool/avoid_parallel_tests.patch | 6 +++--- .../ethtool/{ethtool_5.16.bb => ethtool_5.17.bb}| 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) rename

[OE-core] [PATCH] expat: upgrade 2.4.7 -> 2.4.8

2022-04-06 Thread zhengruoqin
Changelog: = Other changes: #587 pkg-config: Move "-lm" to section "Libs.private" #587 CMake|MSVC: Fix pkg-config section "Libs" #55 #582 CMake|macOS: Start using linker arguments "-compatibility_version " and "-current_version " in a way compatible

[OE-core] [PATCH] createrepo-c: upgrade 0.19.0 -> 0.20.0

2022-04-06 Thread zhengruoqin
Signed-off-by: Zheng Ruoqin --- .../{createrepo-c_0.19.0.bb => createrepo-c_0.20.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-devtools/createrepo-c/{createrepo-c_0.19.0.bb => createrepo-c_0.20.0.bb} (96%) diff --git

[OE-core] [PATCH] mc: upgrade 4.8.27 -> 4.8.28

2022-04-06 Thread wangmy
Remove unsupported option of smb 0001-Ticket-4200-fix-FTBFS-with-ncurses-build-with-disabl.patch removed since it's included in 4.8.28 Signed-off-by: Wang Mingyu --- ...FTBFS-with-ncurses-build-with-disabl.patch | 87 --- .../mc/{mc_4.8.27.bb => mc_4.8.28.bb} | 5 +-

[OE-core] [PATCH] shared-mime-info: upgrade 2.1 -> 2.2

2022-04-06 Thread wangmy
0001-migrate-from-custom-itstool-to-builtin-msgfmt-for-cr.patch removed since it's included in 2.2 Changelog: = * model/3mf: new * Match shared libraries with version suffix * model/obj: add mtllib and Blender comment based magic * model/mtl: add Blender comment magic, increase newmtl

[OE-core] [PATCH] strace: upgrade 5.16 -> 5.17

2022-04-06 Thread wangmy
Signed-off-by: Wang Mingyu --- meta/recipes-devtools/strace/{strace_5.16.bb => strace_5.17.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-devtools/strace/{strace_5.16.bb => strace_5.17.bb} (95%) diff --git a/meta/recipes-devtools/strace/strace_5.16.bb

[OE-core] [PATCH] fontconfig: upgrade 2.13.1 -> 2.14.0

2022-04-06 Thread wangmy
License-Update: - COPYING: * year updated * the following files added: fontconfig/fc-case/CaseFolding.txt fontconfig/src/fcatomic.h fontconfig/src/fcfoundry.h fontconfig/src/fcmd5.h fontconfig/src/fcmutex.h fontconfig/src/ftglue.[ch] - fcfreetype.c * description

[OE-core] [PATCH] libbsd: upgrade 0.11.5 -> 0.11.6

2022-04-06 Thread wangmy
License-Update: year updated to 2022 license file changed Signed-off-by: Wang Mingyu --- .../libbsd/{libbsd_0.11.5.bb => libbsd_0.11.6.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-support/libbsd/{libbsd_0.11.5.bb => libbsd_0.11.6.bb}

[OE-core] [PATCH] apt: upgrade 2.4.3 -> 2.4.4

2022-04-06 Thread wangmy
Signed-off-by: Wang Mingyu --- meta/recipes-devtools/apt/{apt_2.4.3.bb => apt_2.4.4.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-devtools/apt/{apt_2.4.3.bb => apt_2.4.4.bb} (97%) diff --git a/meta/recipes-devtools/apt/apt_2.4.3.bb

[OE-core] [PATCH] acpica: upgrade 20211217 -> 20220331

2022-04-06 Thread wangmy
License-Update: year updated to 2022. Signed-off-by: Wang Mingyu --- .../acpica/{acpica_20211217.bb => acpica_20220331.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-extended/acpica/{acpica_20211217.bb => acpica_20220331.bb} (91%) diff --git

[OE-core] [PATCH] dpkg: upgrade 1.21.4 -> 1.21.7

2022-04-06 Thread wangmy
Signed-off-by: Wang Mingyu --- meta/recipes-devtools/dpkg/{dpkg_1.21.4.bb => dpkg_1.21.7.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-devtools/dpkg/{dpkg_1.21.4.bb => dpkg_1.21.7.bb} (95%) diff --git a/meta/recipes-devtools/dpkg/dpkg_1.21.4.bb

[OE-core] [PATCH] libx11: upgrade 1.7.3.1 -> 1.7.5

2022-04-06 Thread wangmy
Signed-off-by: Wang Mingyu --- .../xorg-lib/{libx11_1.7.3.1.bb => libx11_1.7.5.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-graphics/xorg-lib/{libx11_1.7.3.1.bb => libx11_1.7.5.bb} (94%) diff --git a/meta/recipes-graphics/xorg-lib/libx11_1.7.3.1.bb

[OE-core] [PATCH] lttng-tools: upgrade 2.13.4 -> 2.13.6

2022-04-06 Thread wangmy
Changelog: = Fix: hide symbols erroneously exported in 2.13.5 Signed-off-by: Wang Mingyu --- .../lttng/{lttng-tools_2.13.4.bb => lttng-tools_2.13.6.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-kernel/lttng/{lttng-tools_2.13.4.bb =>

[OE-core] [PATCH] ghostscript: upgrade 9.55.0 -> 9.56.1

2022-04-06 Thread wangmy
Signed-off-by: Wang Mingyu --- .../{ghostscript_9.55.0.bb => ghostscript_9.56.1.bb}| 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-extended/ghostscript/{ghostscript_9.55.0.bb => ghostscript_9.56.1.bb} (98%) diff --git

[OE-core] [PATCH] freetype: upgrade 2.11.1 -> 2.12.0

2022-04-06 Thread wangmy
Signed-off-by: Wang Mingyu --- .../freetype/{freetype_2.11.1.bb => freetype_2.12.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-graphics/freetype/{freetype_2.11.1.bb => freetype_2.12.0.bb} (95%) diff --git

[OE-core] [PATCH] libsoup: upgrade 3.0.5 -> 3.0.6

2022-04-06 Thread wangmy
Changelog: = * Misc HTTP/2 fixes * Add PUT/POST support to examples/get * Add `--user-agent` option to examples/get * Misc meson improvements * Fix build with Visual Studio Signed-off-by: Wang Mingyu --- .../libsoup/{libsoup_3.0.5.bb => libsoup_3.0.6.bb} | 2 +- 1 file

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

2022-04-06 Thread 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, Ferry Toth wrote: > > > > Looking at

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

2022-04-06 Thread Alexandre Belloni via lists.openembedded.org
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. > > Currently when building images this

Re: [OE-core] [PATCH] Added quotes around variables to prevent word splitting in the oe-init-build-env/oe-setup-builddir shell scripts.

2022-04-06 Thread Abongwa Amahnui Bonalais
Hi Richard, I am happy to have made a positive addition. Thanks -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#164061): https://lists.openembedded.org/g/openembedded-core/message/164061 Mute This Topic:

Re: [OE-core] [PATCH] Added quotes around variables to prevent word splitting in the oe-init-build-env/oe-setup-builddir shell scripts.

2022-04-06 Thread Richard Purdie
On Wed, 2022-04-06 at 00:37 -0700, Abongwa Amahnui Bonalais wrote: > Hi Richard  > I presume it is a good change since the user will know what is wrong and be > able to fix it. Yes, I did merge it to master with a small fix to the subject line to clarify where the patch was being applied to.

Re: [OE-core] [PATCH] pseudo: Update to latest to fix link handling

2022-04-06 Thread Alexandre Belloni via lists.openembedded.org
Hi, I'm sorry, I forgot to send my patch to the ML after build testing but this is already in master. On 05/04/2022 17:03:28-0500, Chaitanya Vadrevu wrote: > Update to latest version of pseudo which includes a fix to handle > absolute links correctly. This fixes ldconfig failures in OE builds >

Re: [OE-core] [PATCH] Added quotes around variables to prevent word splitting in the oe-init-build-env/oe-setup-builddir shell scripts.

2022-04-06 Thread Abongwa Amahnui Bonalais
Hi Richard I presume it is a good change since the user will know what is wrong and be able to fix it. -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#164058): https://lists.openembedded.org/g/openembedded-core/message/164058 Mute This Topic:

Re: [OE-core] [PATCH] Added quotes around variables to prevent word splitting in the oe-init-build-env/oe-setup-builddir shell scripts.

2022-04-06 Thread Richard Purdie
On Wed, 2022-04-06 at 11:08 +0800, Chen Qi wrote: > Whitespace is not a valid char in builddir. There's sanity check for > this in sanity.bbclass: > if val.find(' ') != -1: >     status.addresult("Error, you have a space in your %s > directory path. Please move the installation to a

Re: [OE-core] Including kernel-devsrc to the SDK while using INCOMPATIBLE_LICENSE

2022-04-06 Thread Mans Zigher
So for anyone that stumbles across this issue it looks like I was using the kernel-devsrc in the wrong way. It seems like it is more for kernel module development done on the target. I was more interesting in having access to some kernel driver headers so instead I ended up following