[oe] [meta-oe][PATCH] jemalloc: Fix build on musl

2021-08-04 Thread Khem Raj
Fixes In file included from include/jemalloc/internal/jemalloc_preamble.h:21: include/jemalloc/internal/../jemalloc.h:235:28: error: exception specification in declaration does not match previous declaration void JEMALLOC_NOTHROW *je_aligned_alloc(size_t alignment,

[oe] [meta-networking][PATCH] nis: Drop uclibc check in anon python function

2021-08-04 Thread Khem Raj
uclibc is no longer supported Signed-off-by: Khem Raj --- meta-networking/recipes-support/nis/nis.inc | 9 - 1 file changed, 9 deletions(-) diff --git a/meta-networking/recipes-support/nis/nis.inc b/meta-networking/recipes-support/nis/nis.inc index a968af174f..3ae0f7e95a 100644 --- a/m

[oe] [meta-oe] [PATCH] monit: upgrade 5.28.0 -> 5.28.1

2021-08-04 Thread wangmy
Signed-off-by: Wang Mingyu --- .../recipes-support/monit/{monit_5.28.0.bb => monit_5.28.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-support/monit/{monit_5.28.0.bb => monit_5.28.1.bb} (94%) diff --git a/meta-oe/recipes-support/monit/monit_5.28.0.bb b/meta

[oe] [meta-oe] [PATCH] libqmi: upgrade 1.28.6 -> 1.28.8

2021-08-04 Thread wangmy
Signed-off-by: Wang Mingyu --- .../libqmi/{libqmi_1.28.6.bb => libqmi_1.28.8.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-connectivity/libqmi/{libqmi_1.28.6.bb => libqmi_1.28.8.bb} (90%) diff --git a/meta-oe/recipes-connectivity/libqmi/libqmi_1

[oe] [meta-oe] [PATCH] libblockdev: upgrade 2.25 -> 2.26

2021-08-04 Thread wangmy
New minor release of the libblockdev library with multiple fixes. See below for details. Full list of changes Manuel Wassermann (1): exec: Fix deprecated glib function call Glib will rename "g_spawn_check_exit_status()" to "g_spawn_check_wait_status()" in version 2.69. Tomasz Pawe?? Gajc (1):

[oe] [meta-oe] [PATCH] iwd: upgrade 1.15 -> 1.16

2021-08-04 Thread wangmy
Signed-off-by: Wang Mingyu --- meta-oe/recipes-connectivity/iwd/{iwd_1.15.bb => iwd_1.16.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-connectivity/iwd/{iwd_1.15.bb => iwd_1.16.bb} (94%) diff --git a/meta-oe/recipes-connectivity/iwd/iwd_1.15.bb b/meta-oe/reci

Re: [oe] [meta-python][PATCH 1/2] meta-oe: python3-gmpy: Add native support

2021-08-04 Thread Andrew Jeffery
On Thu, 5 Aug 2021, at 12:27, Khem Raj wrote: > > > On 8/4/21 7:29 PM, Andrew Jeffery wrote: > > python3-gmpy is a transitive dependency of meta-aspeed's socsec package, > > via python3-ecdsa. socsec is a set of tools for signing bootloaders and > > forming a hardware root of trust for ASPEED B

Re: [oe] [meta-python][PATCH 1/2] meta-oe: python3-gmpy: Add native support

2021-08-04 Thread Khem Raj
On 8/4/21 7:29 PM, Andrew Jeffery wrote: python3-gmpy is a transitive dependency of meta-aspeed's socsec package, via python3-ecdsa. socsec is a set of tools for signing bootloaders and forming a hardware root of trust for ASPEED BMC SoCs. Thanks for your contributions Andrew, a small nit o

Re: [oe] [meta-oe][hardknott][PATCH] mariadb: Update SRC_URI

2021-08-04 Thread Yu, Mingli
Yes, https://archive.mariadb.org/${BP}/source/${BP}.tar.gz is just the one we want to use in the patch. Thanks, From: Khem Raj Sent: Thursday, August 5, 2021 10:52 To: Yu, Mingli Cc: akuster808 ; openembedded-devel@lists.openembedded.org Subject: Re: [oe] [me

Re: [oe] [meta-oe][hardknott][PATCH] mariadb: Update SRC_URI

2021-08-04 Thread Khem Raj
On 8/4/21 7:48 PM, Yu, Mingli wrote: Hi Khem, The one we want to update is the persistent archive and also send a patch to master. Can we point the SRC_URI at https://archive.mariadb.org/${BP}/source/${BP}.tar.gz ? Thanks, -

Re: [oe] [meta-oe][hardknott][PATCH] mariadb: Update SRC_URI

2021-08-04 Thread Yu, Mingli
Hi Khem, The one we want to update is the persistent archive and also send a patch to master. Thanks, From: Khem Raj Sent: Thursday, August 5, 2021 10:42 To: Yu, Mingli Cc: akuster808 ; openembedded-devel@lists.openembedded.org Subject: Re: [oe] [meta-oe][ha

[oe] [meta-oe][PATCH] fvwm: Fix build time paths in target perl/python scripts

2021-08-04 Thread Khem Raj
Add rdeps as needed Fixes shebang-size QA warnings Signed-off-by: Khem Raj --- meta-oe/recipes-graphics/fvwm/fvwm_2.6.9.bb | 7 +++ 1 file changed, 7 insertions(+) diff --git a/meta-oe/recipes-graphics/fvwm/fvwm_2.6.9.bb b/meta-oe/recipes-graphics/fvwm/fvwm_2.6.9.bb index 54e0a0ef4d..e0449

[oe] [meta-oe][PATCH] mariadb: Update SRC_URI

2021-08-04 Thread Yu, Mingli
From: Mingli Yu The previous SRC_URI only stores the latest source tarball and we will meet do_fetch issue if not upgrade timely. Update the SRC_URI which stores all versions to fix some warning like below: WARNING: mariadb-10.5.9-r0 do_fetch: Failed to fetch URL https://downloads.mariadb.org/i

[oe] [meta-oe][PATCH V3] audit: fix compile error for 2.8.5

2021-08-04 Thread Yi Zhao
* Backport a patch to fix the compile error * Refresh the patches to fix the patch-fuzz warning. * Minor tweaks to the recipe with reference to the 3.0 bb file. Fixes: tmp/work/core2-64-poky-linux/audit/2.8.5-r0/recipe-sysroot-native/usr/bin/x86_64-poky-linux/../../libexec/x86_64-poky-linux/gcc/x8

Re: [oe] [meta-oe][hardknott][PATCH] mariadb: Update SRC_URI

2021-08-04 Thread Khem Raj
On Wed, Aug 4, 2021 at 7:36 PM Yu, Mingli wrote: > > Hi Armin, > > Though the do_fetch issue is gone after upgrade mariadb to 10.5.11, but after > 10.5.12 comes out, the issue will be there again if we don't upgrade timely. > > Considering the previous URL only stores the latest tar ball and the

Re: [oe] [meta-oe][hardknott][PATCH] mariadb: Update SRC_URI

2021-08-04 Thread Yu, Mingli
Hi Armin, Though the do_fetch issue is gone after upgrade mariadb to 10.5.11, but after 10.5.12 comes out, the issue will be there again if we don't upgrade timely. Considering the previous URL only stores the latest tar ball and the updated one stores all the tar balls. It's better use the upd

[oe] [meta-python][PATCH 2/2] meta-oe: python3-ecdsa: Add native support

2021-08-04 Thread Andrew Jeffery
python3-ecdsa is a dependency of meta-aspeed's socsec package. socsec is a set of tools for signing bootloaders and forming a hardware root of trust for ASPEED BMC SoCs. Signed-off-by: Andrew Jeffery --- meta-python/recipes-devtools/python/python3-ecdsa_0.17.0.bb | 4 +++- 1 file changed, 3 inse

[oe] [meta-python][PATCH 1/2] meta-oe: python3-gmpy: Add native support

2021-08-04 Thread Andrew Jeffery
python3-gmpy is a transitive dependency of meta-aspeed's socsec package, via python3-ecdsa. socsec is a set of tools for signing bootloaders and forming a hardware root of trust for ASPEED BMC SoCs. Signed-off-by: Andrew Jeffery --- meta-python/recipes-devtools/python/python3-gmpy2_2.0.8.bb | 3

[oe] [meta-python][PATCH 0/2] Add native support for socsec dependencies

2021-08-04 Thread Andrew Jeffery
Hello, This series is two patches adding native support for dependencies of ASPEED's `socsec` package from OpenBMC's meta-aspeed layer: https://github.com/openbmc/openbmc/blob/04fa7fa906a548beb1012f3583a194a6b9798244/meta-aspeed/recipes-aspeed/python/socsec_git.bb socsec is a set of tools used t

[oe] [meta-networking] [PATCH] fetchmail: upgrade 6.4.19 -> 6.4.20

2021-08-04 Thread wangmy
Signed-off-by: Wang Mingyu --- .../fetchmail/{fetchmail_6.4.19.bb => fetchmail_6.4.20.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-networking/recipes-support/fetchmail/{fetchmail_6.4.19.bb => fetchmail_6.4.20.bb} (91%) diff --git a/meta-networking/recipes-support/

[oe] [meta-oe] [PATCH] ctags: upgrade 5.9.20210718.0 -> 5.9.20210801.0

2021-08-04 Thread wangmy
ci-env: use unified CI environment variable Signed-off-by: Wang Mingyu --- .../ctags/{ctags_5.9.20210718.0.bb => ctags_5.9.20210801.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-devtools/ctags/{ctags_5.9.20210718.0.bb => ctags_5.9.20210801.0.bb} (95%) dif

Re: [oe] [OE-core] [master][PATCH 0/4] Reproducible LTO builds

2021-08-04 Thread Randy MacLeod
On 2021-07-27 9:34 a.m., Tony Battersby wrote: Currently, enabling Link Time Optimization via: require conf/distro/include/lto.inc DISTRO_FEATURES_append = " lto" makes the build non-reproducible (as in https://reproducible-builds.org/).  This patch set fixes some of the problems, but is not ye

[oe] [meta-oe,meta-webserver][PATCH] emacs,libgpiod,cockpit: Fix override syntax in using FILES_${PN}

2021-08-04 Thread Khem Raj
Signed-off-by: Khem Raj --- meta-oe/recipes-support/emacs/emacs_27.2.bb| 2 +- meta-oe/recipes-support/libgpiod/libgpiod_1.6.3.bb | 2 +- meta-webserver/recipes-webadmin/cockpit/cockpit_220.bb | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/meta-oe/recipes-s

Re: [oe] [meta-oe][PATCH] klibc.bbclass, image_types_sparse.bbclass, packagegroup-meta-oe.bb: update the overrides syntax conversion

2021-08-04 Thread Martin Jansa
Looks the same when done on top of master-next, but I've resent it now. On Wed, Aug 4, 2021 at 6:14 PM Khem Raj wrote: > > > On 8/4/21 7:27 AM, Martin Jansa wrote: > > * re-run the latest version of the script which converts CONVERSION_CMD > as well since > > > https://git.openembedded.org/opene

[oe] [meta-oe][master-next][PATCH] klibc.bbclass, image_types_sparse.bbclass, packagegroup-meta-oe.bb: update the overrides syntax conversion

2021-08-04 Thread Martin Jansa
* re-run the latest version of the script which converts CONVERSION_CMD as well since https://git.openembedded.org/openembedded-core/commit/?h=master-next&id=d9e81d66db2bc2aa56d177cef78c814c29679a4a * skip many incorrect s/_linux/:linux/g changes which were introduced by: https://git.openemb

Re: [oe] [meta-oe][PATCH 2/2 V2] audit: fix compile error for 2.8.5

2021-08-04 Thread Khem Raj
Can rebase it on latest master/master-next and resend please On 8/2/21 11:56 PM, Yi Zhao wrote: * Backport a patch to fix the compile error. * Refresh the patches to fix the patch-fuzz warning. * Minor tweaks to the recipe with reference to 3.0 bb file. Fixes: tmp/work/core2-64-poky-linux/audit

Re: [oe] [OE-core] [PATCH] systemd-boot: use ld.bfd as efi-ld when gold is being used by default with ld-is-gold

2021-08-04 Thread Khem Raj
On 8/4/21 8:54 AM, Randy Li wrote: I found I sent this email to wrong list, let me CC to it. On Aug 4, 2021, at 3:28 AM, Martin Jansa > wrote: Probably as lld isn't supported as well: https://github.com/systemd/systemd/commit/e39288193fcdf3a36dbc49b78e6c9bf86a

Re: [oe] [meta-oe][PATCH] klibc.bbclass, image_types_sparse.bbclass, packagegroup-meta-oe.bb: update the overrides syntax conversion

2021-08-04 Thread Khem Raj
On 8/4/21 7:27 AM, Martin Jansa wrote: * re-run the latest version of the script which converts CONVERSION_CMD as well since https://git.openembedded.org/openembedded-core/commit/?h=master-next&id=d9e81d66db2bc2aa56d177cef78c814c29679a4a * skip many incorrect s/_linux/:linux/g changes whic

Re: [oe] [OE-core] [PATCH] systemd-boot: use ld.bfd as efi-ld when gold is being used by default with ld-is-gold

2021-08-04 Thread Randy Li
I found I sent this email to wrong list, let me CC to it. > On Aug 4, 2021, at 3:28 AM, Martin Jansa wrote: > > Probably as lld isn't supported as well: > https://github.com/systemd/systemd/commit/e39288193fcdf3a36dbc49b78e6c9bf86a764e31 > You can’t use systemd in Android of course, I decide to

[oe] [meta-oe][PATCH] klibc.bbclass, image_types_sparse.bbclass, packagegroup-meta-oe.bb: update the overrides syntax conversion

2021-08-04 Thread Martin Jansa
* re-run the latest version of the script which converts CONVERSION_CMD as well since https://git.openembedded.org/openembedded-core/commit/?h=master-next&id=d9e81d66db2bc2aa56d177cef78c814c29679a4a * skip many incorrect s/_linux/:linux/g changes which were introduced by: https://git.openemb

Re: [oe] [meta-oe][hardknott][PATCH] mariadb: Update SRC_URI

2021-08-04 Thread Armin Kuster
On 8/3/21 10:43 PM, Yu, Mingli wrote: > Ping. > > Thanks, > > On 7/27/21 2:32 PM, Yu, Mingli wrote: >> From: Mingli Yu >> >> Fixes: >> WARNING: mariadb-10.5.9-r0 do_fetch: Failed to fetch URL >> https://downloads.mariadb.org/interstitial/mariadb-10.5.9/source/mariadb-10.5.9.tar.gz, >> attempting

Re: [oe] [meta-python][hardknott][PATCH] python3-janus: introduce new recipe

2021-08-04 Thread Armin Kuster
On 8/4/21 2:19 AM, Holger Assmann wrote: > Signed-off-by: Holger Assmann Adding new packages are not allowed in stable branches per process. -armin > --- > .../recipes-devtools/python/python3-janus_0.6.1.bb| 11 +++ > 1 file changed, 11 insertions(+) > create mode 100644 meta-pyth

Re: [oe][meta-security][PATCH] meta: Fix typos

2021-08-04 Thread Martin Jansa
Acked-by: Martin Jansa On Mon, Aug 2, 2021 at 11:02 AM George Liu wrote: > Fix the variable spelling errors > s/SKIP_META_SECUIRTY_SANITY_CHECK/SKIP_META_SECURITY_SANITY_CHECK > > Signed-off-by: George Liu > --- > classes/sanity-meta-security.bbclass | 2 +- > 1 file changed, 1 insertion(+),

[oe] [meta-python][hardknott][PATCH] python3-janus: introduce new recipe

2021-08-04 Thread Holger Assmann
Signed-off-by: Holger Assmann --- .../recipes-devtools/python/python3-janus_0.6.1.bb| 11 +++ 1 file changed, 11 insertions(+) create mode 100644 meta-python/recipes-devtools/python/python3-janus_0.6.1.bb diff --git a/meta-python/recipes-devtools/python/python3-janus_0.6.1.bb b/met

[oe] [meta-oe][PATCH] hdf5: improve reproducibility

2021-08-04 Thread Yu, Mingli
From: Mingli Yu Remove the build flags to improve reproducibility. Signed-off-by: Mingli Yu --- .../files/0001-cmake-remove-build-flags.patch | 65 +++ meta-oe/recipes-support/hdf5/hdf5_1.8.21.bb | 1 + 2 files changed, 66 insertions(+) create mode 100644 meta-oe/recipes-s