[OE-core] [PATCH 1/1] bitbake.conf: Add BB_TASK_NETWORK to enable task network globally

2022-01-19 Thread Robert Yang
The NIS or icecc can't work when task network is dissable, add BB_TASK_NETWORK to enable network globally for such exceptions. Note, enable nscd on the build machine might be a solution, but that isn't reliable since it depends on whether the network function has been cached or not. Signed-off-by

[OE-core] [PATCH 0/1] bitbake.conf: Add BB_TASK_NETWORK to enable task network globally

2022-01-19 Thread Robert Yang
The following changes since commit ecb61b36938754cf925bf58aad3edf7346deced0: build-appliance-image: Update to master head revision (2022-01-19 23:04:05 +) are available in the Git repository at: git://git.openembedded.org/openembedded-core-contrib rbt/network http://cgit.openembedded.

Re: [OE-core] [PATCH] package_manager/rpm: conditional remove package manager database

2022-01-19 Thread Diego Santa Cruz via lists.openembedded.org
Hi, We do exactly that in our images, keep rpm but avoid dnf. We do it by adding this to the image recipes (via in inc file). ROOTFS_PKGMANAGE_remove = "dnf" ROOTFS_POSTUNINSTALL_COMMAND += "spx_wipe_dnf_data ; " spx_wipe_dnf_data() { bbnote "Removing all dnf runtime data" for d in /var

[OE-core] [PATCH] security_flags.inc: don't default to PIE if image-prelink is enabled

2022-01-19 Thread bkylerussell
Since a prelinked rootfs is in conflict with PIE, don't attempt the latter if the image enables prelink. --- meta/conf/distro/include/security_flags.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/conf/distro/include/security_flags.inc b/meta/conf/distro/include/secur

Re: [OE-core] [PATCH] package_manager/rpm: conditional remove package manager database

2022-01-19 Thread hongxu
I am afraid doing remove operation in ROOTFS_POSTPROCESS_COMMAND could not satisfy this case The background is in order to save spaces in embedded device, user do not install package dnf which introduces python3, and use rpm to manage package on target In oe-core, the dnf, rpm and pkg databa

Re: [OE-core] [yocto] Honister broken WiFi communication

2022-01-19 Thread Rudolf J Streif
Hi JH, On 1/18/22 5:45 PM, Jupiter wrote: Hi Rudolf, Thanks for your response and comments. If you run ifconfig -a does your WiFi interface show up? If not there is an issue with the driver. Use dmesg and filter for the driver. Often a driver cannot load the firmware. What is your WiFi hardwa

[OE-core] [PATCH] xwayland: Add xkbcomp runtime dependency

2022-01-19 Thread Tom Hochstein
Trying to run an xterm fails with the error: xterm: Xt error: Can't open display: :0 Checking systemctl status weston shows an error: Jan 19 21:24:16 imx8mq-evk weston[396]: sh: line 1: /usr/bin/xkbcomp: No such file or directory Adding xkbcomp to the rootfs fixes these errors. Checking the hist

[OE-core] [PATCH] [dunfell] Revert "weston: Use systemd notify,"

2022-01-19 Thread Marek Vasut
Commit 4efdcc1090 ("weston: Use systemd notify,") has non-trivial to backport dependencies without which it cannot work, revert backport. In oe-core dunfell, weston is still started using /usr/bin/weston-start script in meta/recipes-graphics/wayland/weston-init/weston@.service . Since 76ed534267 (

[OE-core] [PATCH] icecc.bbclass: replace deprecated bash command substitution

2022-01-19 Thread Jose Quaresma
- build some packages with icecc enabled is not supported because of the folling that disables the icecc: DEBUG: while parsing set_icecc_env, unable to handle non-literal command '$ICECC_CC' - it can be replicated with: bitbake make && bitbake make -c cleansstate && bitbake make -DD grep

[OE-core] [PATCH] crate-fetch: Switch to version contained in bitbake

2022-01-19 Thread Richard Purdie
This avoids various sstate fetch errors from weird silent failures in the sstate archive testing code caused by lack of srcrev support in the crate fetcher. Signed-off-by: Richard Purdie --- meta/classes/cargo_common.bbclass | 1 - meta/classes/crate-fetch.bbclass | 28 -- meta/lib/crate

[OE-core] [PATCH] sstate: Improve failure to obtain archive message/handling

2022-01-19 Thread Richard Purdie
The bb.fatal() case where sstate failed to find/use an archive in setcene tasks is suboptimal. Bitbakes handling of setscene tasks will be to warn but the fatal will turn this into an error, despite the real task being rerun. In these failure cases other messages would usually have been printed so

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

2022-01-19 Thread Richard Purdie
On Wed, 2022-01-19 at 12:57 +0100, Andrej Valek wrote: > Since explicit debug package creation via ${KERNEL_PACKAGE_NAME}-dbg has > been added to kernel, it has to cover all PACKAGE_DEBUG_SPLIT_STYLE > options. For ex. when the variable "debug-file-directory" package search > path has to be set exp

[OE-core][dunfell] expat CVE "heads up"

2022-01-19 Thread Steve Sakoman
I currently have CVE fixes under test for expat CVE-2021-45960, CVE-2021-46143, and CVE-2022-22822 through CVE-2022-22827 Just wanted to make sure no one else wastes time working on these! Steve -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#16074

[OE-core] [meta-oe][PATCH 2/2] gspell: inherit vala

2022-01-19 Thread Markus Volk
This is needed to get the vala gir files created (needed e.g. to build geary). Signed-off-by: Markus Volk --- meta-gnome/recipes-gnome/gspell/gspell_1.9.1.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-gnome/recipes-gnome/gspell/gspell_1.9.1.bb b/meta-gnome/recipes-

[OE-core] [meta-oe][PATCH 1/2] gmime: inherit vala

2022-01-19 Thread Markus Volk
This is needed to get the vala gir files created (needed e.g. to build geary). Signed-off-by: Markus Volk --- meta-oe/recipes-gnome/gmime/gmime_3.2.7.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-oe/recipes-gnome/gmime/gmime_3.2.7.bb b/meta-oe/recipes-gnome/gmime/g

[OE-core] [PATCH 2/2] glibc : Fix CVE-2022-23219

2022-01-19 Thread Sundeep KOKKONDA
Upstream-Status: Backport [https://sourceware.org/git/?p=glibc.git;a=commit;h=226b46770c82899b555986583294b049c6ec9b40] Upstream-Status: Backport [https://sourceware.org/git/?p=glibc.git;a=commit;h=ef972a4c50014a16132b5c75571cfb6b30bef136] Signed-off-by: pgowda --- .../glibc/glibc/0001-CVE-202

[OE-core] [PATCH 1/2] glibc : Fix CVE-2022-23218

2022-01-19 Thread Sundeep KOKKONDA
Upstream-Status: Backport [https://sourceware.org/git/?p=glibc.git;a=commit;h=e368b12f6c16b6888dda99ba641e999b9c9643c8] Upstream-Status: Backport [https://sourceware.org/git/?p=glibc.git;a=commit;h=f545ad4928fa1f27a3075265182b38a4f939a5f7] Signed-off-by: pgowda --- .../glibc/glibc/0001-CVE-2022

[OE-core] [PATCH] sstate: Show better exception information for failures

2022-01-19 Thread Richard Purdie
Errors like SState: cannot test file://universal/5f/10/sstate:m4-native:x86_64-linux:1.4.19:r0:x86_64:7:5f108b175274798b17950b5ee686bf61445e90fb204d7f795e5b879b5603e88b_deploy_source_date_epoch.tar.zst: 'GIT_SSL_CAINFO' aren't useful, try and improve on this. Signed-off-by: Richard Purdie ---

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

2022-01-19 Thread Andrej Valek
Since explicit debug package creation via ${KERNEL_PACKAGE_NAME}-dbg has been added to kernel, it has to cover all PACKAGE_DEBUG_SPLIT_STYLE options. For ex. when the variable "debug-file-directory" package search path has to be set explicitly, otherwise it will not find any files. Signed-off-by:

Re: [OE-Core][PATCH] iproute2: update 5.15.0 to 5.16.0

2022-01-19 Thread Changhyeok Bae
Thank you. 2022년 1월 19일 (수) 11:41, Richard Purdie 님이 작성: > On Tue, 2022-01-18 at 10:54 -0800, Khem Raj wrote: > > On Mon, Jan 17, 2022 at 5:31 PM Changhyeok Bae > wrote: > > > > > > 0001-lib-fix-ax25.h-include-for-musl.patch is the fix for musl and > comes > > > from upstream. > > > > > > Signed

Re: [OE-core] [PATCH 10/39] logrotate: update 3.18.1 -> 3.19.0, drop rotate-across-filesystems patches

2022-01-19 Thread Robert Yang
Hi Alexander, On 1/19/22 6:40 PM, Alexander Kanavin wrote: Upstream review and request to address it got no reaction from the author, and the patches are an ongoing rebase burden, so if someone needs this feature, please complete the upstreaming work first. Yes, we can drop it, and work upstre

[OE-core] [PATCH 39/39] p11-kit: update 0.24.0 -> 0.24.1

2022-01-19 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- .../p11-kit/{p11-kit_0.24.0.bb => p11-kit_0.24.1.bb}| 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-support/p11-kit/{p11-kit_0.24.0.bb => p11-kit_0.24.1.bb} (96%) diff --git a/meta/recipes-support/p11-kit/p11-kit_0.24.0

[OE-core] [PATCH 38/39] ffmpeg: upgrade 4.4.1 -> 5.0

2022-01-19 Thread Alexander Kanavin
From: Alexander Kanavin libavresample has been removed; libswresample is the replacement. Signed-off-by: Alexander Kanavin --- ...e-assembly-with-full-path-from-sourc.patch | 21 +- .../ffmpeg/{ffmpeg_4.4.1.bb => ffmpeg_5.0.bb} | 9 +- ...st-libav-fix-build-with-ffmpeg-5.0.0.patch | 346 +++

[OE-core] [PATCH 37/39] liburcu: upgrade 0.13.0 -> 0.13.1

2022-01-19 Thread Alexander Kanavin
From: Alexander Kanavin Signed-off-by: Alexander Kanavin --- .../liburcu/{liburcu_0.13.0.bb => liburcu_0.13.1.bb} | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) rename meta/recipes-support/liburcu/{liburcu_0.13.0.bb => liburcu_0.13.1.bb} (86%) diff --git a/meta/recipes-sup

[OE-core] [PATCH 36/39] libsoup: upgrade 3.0.3 -> 3.0.4

2022-01-19 Thread Alexander Kanavin
From: Alexander Kanavin Signed-off-by: Alexander Kanavin --- .../libsoup/{libsoup_3.0.3.bb => libsoup_3.0.4.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-support/libsoup/{libsoup_3.0.3.bb => libsoup_3.0.4.bb} (94%) diff --git a/meta/recipes-suppor

[OE-core] [PATCH 35/39] diffoscope: upgrade 199 -> 200

2022-01-19 Thread Alexander Kanavin
From: Alexander Kanavin Signed-off-by: Alexander Kanavin --- .../diffoscope/{diffoscope_199.bb => diffoscope_200.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-support/diffoscope/{diffoscope_199.bb => diffoscope_200.bb} (92%) diff --git a/meta/recipes-s

[OE-core] [PATCH 28/39] rpcsvc-proto: upgrade 1.4.2 -> 1.4.3

2022-01-19 Thread Alexander Kanavin
From: Alexander Kanavin Signed-off-by: Alexander Kanavin --- meta/recipes-extended/rpcsvc-proto/rpcsvc-proto.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/recipes-extended/rpcsvc-proto/rpcsvc-proto.bb b/meta/recipes-extended/rpcsvc-proto/rpcsvc-proto.bb index

[OE-core] [PATCH 34/39] webkitgtk: upgrade 2.34.2 -> 2.34.3

2022-01-19 Thread Alexander Kanavin
From: Alexander Kanavin Signed-off-by: Alexander Kanavin --- .../webkit/{webkitgtk_2.34.2.bb => webkitgtk_2.34.3.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-sato/webkit/{webkitgtk_2.34.2.bb => webkitgtk_2.34.3.bb} (98%) diff --git a/meta/recipes-sato

[OE-core] [PATCH 33/39] puzzles: upgrade to latest revision

2022-01-19 Thread Alexander Kanavin
From: Alexander Kanavin Signed-off-by: Alexander Kanavin --- meta/recipes-sato/puzzles/puzzles_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-sato/puzzles/puzzles_git.bb b/meta/recipes-sato/puzzles/puzzles_git.bb index f2fe7d7b96..0bf878fc96 100644 ---

[OE-core] [PATCH 32/39] xwayland: upgrade 21.1.3 -> 21.1.4

2022-01-19 Thread Alexander Kanavin
From: Alexander Kanavin Signed-off-by: Alexander Kanavin --- .../xwayland/{xwayland_21.1.3.bb => xwayland_21.1.4.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-graphics/xwayland/{xwayland_21.1.3.bb => xwayland_21.1.4.bb} (95%) diff --git a/meta/recipes-

[OE-core] [PATCH 31/39] libinput: upgrade 1.19.2 -> 1.19.3

2022-01-19 Thread Alexander Kanavin
From: Alexander Kanavin Signed-off-by: Alexander Kanavin --- .../wayland/{libinput_1.19.2.bb => libinput_1.19.3.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-graphics/wayland/{libinput_1.19.2.bb => libinput_1.19.3.bb} (95%) diff --git a/meta/recipes-g

[OE-core] [PATCH 29/39] stress-ng: upgrade 0.13.09 -> 0.13.10

2022-01-19 Thread Alexander Kanavin
From: Alexander Kanavin Signed-off-by: Alexander Kanavin --- .../stress-ng/{stress-ng_0.13.09.bb => stress-ng_0.13.10.bb}| 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-extended/stress-ng/{stress-ng_0.13.09.bb => stress-ng_0.13.10.bb} (93%) diff --git a/meta/rec

[OE-core] [PATCH 30/39] piglit: upgrade to latest revision

2022-01-19 Thread Alexander Kanavin
From: Alexander Kanavin Signed-off-by: Alexander Kanavin --- meta/recipes-graphics/piglit/piglit_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-graphics/piglit/piglit_git.bb b/meta/recipes-graphics/piglit/piglit_git.bb index 70c7529f91..08bbbac05a 10064

[OE-core] [PATCH 26/39] vala: upgrade 0.54.4 -> 0.54.6

2022-01-19 Thread Alexander Kanavin
From: Alexander Kanavin Signed-off-by: Alexander Kanavin --- ...apigen.m4-use-PKG_CONFIG_SYSROOT_DIR.patch | 38 --- meta/recipes-devtools/vala/vala_0.54.4.bb | 5 --- meta/recipes-devtools/vala/vala_0.54.6.bb | 3 ++ 3 files changed, 3 insertions(+), 43 deletions(-)

[OE-core] [PATCH 27/39] pigz: upgrade 2.6 -> 2.7

2022-01-19 Thread Alexander Kanavin
From: Alexander Kanavin Signed-off-by: Alexander Kanavin --- ...0001-Fix-bug-when-combining-l-with-d.patch | 50 --- .../pigz/{pigz_2.6.bb => pigz_2.7.bb} | 5 +- 2 files changed, 2 insertions(+), 53 deletions(-) delete mode 100644 meta/recipes-extended/pigz/files/000

Re: [OE-Core][PATCH] iproute2: update 5.15.0 to 5.16.0

2022-01-19 Thread Richard Purdie
On Tue, 2022-01-18 at 10:54 -0800, Khem Raj wrote: > On Mon, Jan 17, 2022 at 5:31 PM Changhyeok Bae > wrote: > > > > 0001-lib-fix-ax25.h-include-for-musl.patch is the fix for musl and comes > > from upstream. > > > > Signed-off-by: Changhyeok Bae > > --- > > ...0001-lib-fix-ax25.h-include-for

[OE-core] [PATCH 25/39] python3-ruamel-yaml: upgrade 0.17.19 -> 0.17.20

2022-01-19 Thread Alexander Kanavin
From: Alexander Kanavin License-Update: copyright years Signed-off-by: Alexander Kanavin --- ...-ruamel-yaml_0.17.19.bb => python3-ruamel-yaml_0.17.20.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-devtools/python/{python3-ruamel-yaml_0.17.19.bb => python3-

[OE-core] [PATCH 24/39] python3-pyrsistent: upgrade 0.18.0 -> 0.18.1

2022-01-19 Thread Alexander Kanavin
From: Alexander Kanavin License-Update: copyright years Signed-off-by: Alexander Kanavin --- ...hon3-pyrsistent_0.18.0.bb => python3-pyrsistent_0.18.1.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-devtools/python/{python3-pyrsistent_0.18.0.bb => python3-py

[OE-core] [PATCH 23/39] python3-pygments: upgrade 2.11.1 -> 2.11.2

2022-01-19 Thread Alexander Kanavin
From: Alexander Kanavin Signed-off-by: Alexander Kanavin --- .../{python3-pygments_2.11.1.bb => python3-pygments_2.11.2.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-devtools/python/{python3-pygments_2.11.1.bb => python3-pygments_2.11.2.bb} (83%) diff --git a

[OE-core] [PATCH 22/39] mtools: upgrade 4.0.36 -> 4.0.37

2022-01-19 Thread Alexander Kanavin
From: Alexander Kanavin Signed-off-by: Alexander Kanavin --- .../mtools/mtools/disable-hardcoded-configs.patch | 2 +- .../mtools/{mtools_4.0.36.bb => mtools_4.0.37.bb} | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-devtools/mtools/{mto

[OE-core] [PATCH 21/39] mtd-utils: upgrade 2.1.3 -> 2.1.4

2022-01-19 Thread Alexander Kanavin
From: Alexander Kanavin Signed-off-by: Alexander Kanavin --- meta/recipes-devtools/mtd/mtd-utils_git.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/recipes-devtools/mtd/mtd-utils_git.bb b/meta/recipes-devtools/mtd/mtd-utils_git.bb index 2004572375..c05d3b7c35 1

[OE-core] [PATCH 20/39] e2fsprogs: upgrade 1.46.4 -> 1.46.5

2022-01-19 Thread Alexander Kanavin
From: Alexander Kanavin Remove patch as upstream addressed the issue. Signed-off-by: Alexander Kanavin --- ...ct_io-expect-correct-expected-output.patch | 69 --- ...-missing-check-for-permission-denied.patch | 2 +- .../e2fsprogs/e2fsprogs/quiet-debugfs.patch | 2 +- ...2f

[OE-core] [PATCH 18/39] shadow: upgrade 4.10 -> 4.11.1

2022-01-19 Thread Alexander Kanavin
From: Alexander Kanavin License-Update: license clarified to BSD-3-Clause only Signed-off-by: Alexander Kanavin --- ...01-Disable-use-of-syslog-for-sysroot.patch | 30 +-- ...nexpected-open-failure-in-chroot-env.patch | 6 ++-- meta/recipes-extended/shadow/shadow.inc |

[OE-core] [PATCH 19/39] btrfs-tools: upgrade 5.15.1 -> 5.16

2022-01-19 Thread Alexander Kanavin
From: Alexander Kanavin Replace a patch with an upstream fix. Signed-off-by: Alexander Kanavin --- ...ude-linux-const.h-to-fix-build-with-.patch | 42 - ...e12c4d4b8b4ef335cdf4ddefcbdcd1b70d58.patch | 45 +++ ...fs-tools_5.15.1.bb => btrfs-tools_5.16.bb} | 4 +-

[OE-core] [PATCH 15/39] readline: upgrade 8.1 -> 8.1.2

2022-01-19 Thread Alexander Kanavin
From: Alexander Kanavin Signed-off-by: Alexander Kanavin --- .../readline/{readline-8.1 => files}/rl-native.map | 0 .../{readline-8.1 => readline}/configure-fix.patch | 0 .../readline/{readline-8.1 => readline}/norpath.patch | 0 meta/recipes-core/readline/readline_8.1.2.

[OE-core] [PATCH 16/39] go: upgrade 1.17.5 -> 1.17.6

2022-01-19 Thread Alexander Kanavin
From: Alexander Kanavin Signed-off-by: Alexander Kanavin --- meta/recipes-devtools/go/{go-1.17.5.inc => go-1.17.6.inc} | 2 +- ...{go-binary-native_1.17.5.bb => go-binary-native_1.17.6.bb} | 4 ++-- ...o-cross-canadian_1.17.5.bb => go-cross-canadian_1.17.6.bb} | 0 .../go/{go-cross_1.17.5.b

[OE-core] [PATCH 17/39] repo: upgrade 2.19 -> 2.20

2022-01-19 Thread Alexander Kanavin
From: Alexander Kanavin Signed-off-by: Alexander Kanavin --- meta/recipes-devtools/repo/{repo_2.19.bb => repo_2.20.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-devtools/repo/{repo_2.19.bb => repo_2.20.bb} (95%) diff --git a/meta/recipes-devtools/repo/repo_2.19

[OE-core] [PATCH 14/39] socat: upgrade 1.7.4.2 -> 1.7.4.3

2022-01-19 Thread Alexander Kanavin
From: Alexander Kanavin Signed-off-by: Alexander Kanavin --- ...ck-getprotobynumber_r-with-AC_TRY_LI.patch | 35 +++ .../{socat_1.7.4.2.bb => socat_1.7.4.3.bb}| 5 +-- 2 files changed, 38 insertions(+), 2 deletions(-) create mode 100644 meta/recipes-connectivity/socat/soc

[OE-core] [PATCH 08/39] python3: update 3.10.1 -> 3.10.2

2022-01-19 Thread Alexander Kanavin
License-Update: copyright years Signed-off-by: Alexander Kanavin --- ...-search-system-for-headers-libraries.patch | 2 +- ...-use-prefix-value-from-build-configu.patch | 2 +- ...-detection-of-mips-architecture-for-.patch | 9 ++- ...enSSL-version-check-for-3.0.1-GH-301.patch | 60 --

[OE-core] [PATCH 11/39] libunistring: update 0.9.10 -> 1.0

2022-01-19 Thread Alexander Kanavin
Delete patches, as one is a backport, another patches code that upstream removed. License-Update: license changed to gplv2+ https://git.savannah.gnu.org/gitweb/?p=libunistring.git;a=commitdiff;h=87f797a50b854a4a2231203c25adbcec4f0dcd05 Signed-off-by: Alexander Kanavin --- ...IT_PACKAGE-work-wi

[OE-core] [PATCH 13/39] iproute2: upgrade 5.15.0 -> 5.16.0

2022-01-19 Thread Alexander Kanavin
From: Alexander Kanavin Signed-off-by: Alexander Kanavin --- ...d38a941a181f1468fa39541e872e51b6022f.patch | 35 +++ ...{iproute2_5.15.0.bb => iproute2_5.16.0.bb} | 3 +- 2 files changed, 37 insertions(+), 1 deletion(-) create mode 100644 meta/recipes-connectivity/iproute2/ip

[OE-core] [PATCH 09/39] rust: update 1.57.0 -> 1.58.0

2022-01-19 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- meta/conf/distro/include/tcmode-default.inc | 2 +- ...57.0.bb => cargo-cross-canadian_1.58.0.bb} | 0 .../{cargo_1.57.0.bb => cargo_1.58.0.bb} | 0 ...d-base-definitions-for-riscv64-musl.patch} | 18 ++- ...-musl-mod.rs-add-riscv64-to-b6

[OE-core] [PATCH 10/39] logrotate: update 3.18.1 -> 3.19.0, drop rotate-across-filesystems patches

2022-01-19 Thread Alexander Kanavin
Upstream review and request to address it got no reaction from the author, and the patches are an ongoing rebase burden, so if someone needs this feature, please complete the upstreaming work first. Signed-off-by: Alexander Kanavin --- meta/lib/oeqa/runtime/cases/logrotate.py | 14 +- .../

[OE-core] [PATCH 12/39] sqlite: update 3.37.1 -> 3.37.2

2022-01-19 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- .../sqlite/{sqlite3_3.37.1.bb => sqlite3_3.37.2.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-support/sqlite/{sqlite3_3.37.1.bb => sqlite3_3.37.2.bb} (77%) diff --git a/meta/recipes-support/sqlite/sqlite3_3.37.1

[OE-core] [PATCH 05/39] libuv: update 1.42.0 -> 1.43.0

2022-01-19 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- .../libuv/{libuv_1.42.0.bb => libuv_1.43.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-connectivity/libuv/{libuv_1.42.0.bb => libuv_1.43.0.bb} (92%) diff --git a/meta/recipes-connectivity/libuv/libuv_1.42.0

[OE-core] [PATCH 06/39] resolvconf: update 1.87 -> 1.91

2022-01-19 Thread Alexander Kanavin
Drop patch as issue resolved upstream. Signed-off-by: Alexander Kanavin --- .../resolvconf/fix-path-for-busybox.patch | 20 --- ...{resolvconf_1.87.bb => resolvconf_1.91.bb} | 3 +-- 2 files changed, 1 insertion(+), 22 deletions(-) delete mode 100644 meta/recipes-connectiv

[OE-core] [PATCH 07/39] systemd: update 250.1 -> 250.3

2022-01-19 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- .../systemd/{systemd-boot_250.1.bb => systemd-boot_250.3.bb}| 0 meta/recipes-core/systemd/systemd.inc | 2 +- .../recipes-core/systemd/{systemd_250.1.bb => systemd_250.3.bb} | 0 3 files changed, 1 insertion(+), 1 deletion(-) re

[OE-core] [PATCH 01/39] mesa: fold mesa-gl variant into the main recipe using mcextend class

2022-01-19 Thread Alexander Kanavin
This reduces friction in version updates and allows fully automated ones. Signed-off-by: Alexander Kanavin --- meta/recipes-graphics/mesa/mesa-gl_21.3.4.bb | 16 - meta/recipes-graphics/mesa/mesa.inc | 316 - meta/recipes-graphics/mesa/mesa_21.3.4.bb| 335 ++

[OE-core] [PATCH 02/39] meson: fold nativesdk into the main recipe

2022-01-19 Thread Alexander Kanavin
This allows automated version updates when possible, and reduces friction in manual ones. Signed-off-by: Alexander Kanavin --- meta/conf/distro/include/maintainers.inc | 1 - meta/recipes-devtools/meson/meson.inc | 37 - meta/recipes-devtools/meson/meson_0.60.3.bb | 135 ++

[OE-core] [PATCH 04/39] efivar: update 37 -> 38

2022-01-19 Thread Alexander Kanavin
Drop determinism.patch, resolved by https://github.com/rhboot/efivar/commit/641a1626543ca3bf0cdd5ea0bd6cc3a82462521a Drop no-werror.patch, can now be replaced by ERRORS= in make invocation. Add a patch to efibootmgr to address build failures with new version. Signed-off-by: Alexander Kanavin --

[OE-core] [PATCH 03/39] meson: update 0.60.3 -> 0.61.1

2022-01-19 Thread Alexander Kanavin
Backport patches to epiphany/gcr/g-i to address failures with new meson. Signed-off-by: Alexander Kanavin --- ...sues-that-arise-when-cross-compiling.patch | 39 .../{meson_0.60.3.bb => meson_0.61.1.bb} | 8 +- meta/recipes-gnome/epiphany/epiphany_41.3.bb | 1 + ...5f7bab38301d8a

Re: [OE-core] [PATCH] package_manager/rpm: conditional remove package manager database

2022-01-19 Thread Alexander Kanavin
Apologies, but please no. This adds complexity, isn't possible to disable and is difficult to understand. You can simply remove the unneeded files from ROOTFS_POSTPROCESS_COMMAND in your image class. Alex On Wed, 19 Jan 2022 at 04:07, hongxu wrote: > In order to save spaces in target rootfs, th