[oe] [meta-python][PATCH v2] python3-dasbus: Add new recipe

2024-05-28 Thread Yu, Mingli
From: Mingli Yu Dasbus is a DBus library written in Python 3, based on GLib and inspired by pydbus. Signed-off-by: Mingli Yu --- .../recipes-devtools/python/python3-dasbus_1.7.bb | 15 +++ 1 file changed, 15 insertions(+) create mode 100644

Re: [oe] [meta-python][PATCH] python3-dasbus: Add new recipe

2024-05-28 Thread Yu, Mingli
Will update the LICENSE field in v2. Thanks, On 5/28/24 17:56, Yu, Mingli wrote: From: Mingli Yu Dasbus is a DBus library written in Python 3, based on GLib and inspired by pydbus. Signed-off-by: Mingli Yu --- .../recipes-devtools/python/python3-dasbus_1.7.bb | 15 +++ 1

[oe] [meta-python][PATCH] python3-dasbus: Add new recipe

2024-05-28 Thread Yu, Mingli
From: Mingli Yu Dasbus is a DBus library written in Python 3, based on GLib and inspired by pydbus. Signed-off-by: Mingli Yu --- .../recipes-devtools/python/python3-dasbus_1.7.bb | 15 +++ 1 file changed, 15 insertions(+) create mode 100644

Re: [oe] [meta-python][kirkstone][PATCH] python3-pyyaml-include: Drop pytest --automake

2024-05-15 Thread Yu, Mingli
Ping. Thanks, On 4/30/24 16:53, Yu, Mingli wrote: From: Mingli Yu The python3-unittest-automake-output is not supported [1], so drop "pytest --automake". [1] https://lore.kernel.org/all/20240327072236.2221619-1-mingli...@windriver.com/T/#mda91919809cf156aba24f099bef65142067cd3

[oe] [meta-python][kirkstone][PATCH] python3-pyyaml-include: Drop pytest --automake

2024-04-30 Thread Yu, Mingli
From: Mingli Yu The python3-unittest-automake-output is not supported [1], so drop "pytest --automake". [1] https://lore.kernel.org/all/20240327072236.2221619-1-mingli...@windriver.com/T/#mda91919809cf156aba24f099bef65142067cd318 Signed-off-by: Mingli Yu ---

Re: [oe] [meta-python][kirkstone][PATCH 2/3] python3-pyyaml-include: switch to pytest --automake

2024-04-30 Thread Yu, Mingli
On 4/30/24 15:45, Martin Jansa wrote: CAUTION: This email comes from a non Wind River email account! Do not click links or open attachments unless you recognize the sender and know the content is safe. On Tue, Apr 30, 2024 at 9:28 AM Yu, Mingli wrote: On 4/30/24 15:16, Martin Jansa

Re: [oe] [meta-python][kirkstone][PATCH 2/3] python3-pyyaml-include: switch to pytest --automake

2024-04-30 Thread Yu, Mingli
On 4/30/24 15:16, Martin Jansa wrote: CAUTION: This email comes from a non Wind River email account! Do not click links or open attachments unless you recognize the sender and know the content is safe. On Wed, Mar 27, 2024 at 8:16 AM Yu, Mingli wrote: From: Tim Orling * Also replace

[oe] [meta-gnome][PATCH] msgraph: Add opengl to REQUIRED_DISTRO_FEATURES

2024-04-29 Thread Yu, Mingli
From: Mingli Yu Fixes the below yocto compliance issue: ERROR: Nothing PROVIDES 'rest' (but /build/layers/meta-openembedded/meta-gnome/recipes-gnome/msgraph/msgraph_0.2.1.bb DEPENDS on or otherwise requires it) rest was skipped: missing required distro feature 'opengl' (not in

[oe] [meta-oe][PATCH] c-ares: Improve the ptest output

2024-04-15 Thread Yu, Mingli
From: Mingli Yu Before the patch: # ./run-ptest [snip] [ DISABLED ] LibraryTest.DISABLED_ParseAReplyVariantCnameLast [ RUN ] LibraryTest.ParseAReplyErrors [ OK ] LibraryTest.ParseAReplyErrors (4 ms) [ RUN ] LibraryTest.ParseAReplyAllocFail [ OK ]

[oe] [meta-python][kirkstone][PATCH 3/3] python3-pyyaml-include: Upgrade 1.3.2 -> 1.4.1

2024-03-27 Thread Yu, Mingli
From: Mingli Yu * Upgrade to 1.4.1 to make it work with setuptools 59.x as it doesn't support pep 621 [1], so remove pyproject.toml and add setup.cfg back [2]. * Add python3-toml to RDEPENDS to fix below error: self = def __call__(self): if sys.version_info >= (3, 11):

[oe] [meta-python][kirkstone][PATCH 2/3] python3-pyyaml-include: switch to pytest --automake

2024-03-27 Thread Yu, Mingli
From: Tim Orling * Also replace ${PYTHON_PN} with python3 Signed-off-by: Tim Orling Signed-off-by: Khem Raj (cherry picked from commit 182f31a182f6572a3538b875cec7ee761e2da1e6) Signed-off-by: Mingli Yu --- .../python/python3-pyyaml-include/run-ptest| 2 +-

[oe] [meta-python][kirkstone][PATCH 1/3] python3-pyyaml-include: add initial recipe for version 1.3.2

2024-03-27 Thread Yu, Mingli
From: Derek Straka Add a recipe for the pyyaml-include package that extends PyYAML to include YAML files within YAML files. Add a ptest to run the unit tests and include the tests as part of the package lists in meta-python Signed-off-by: Derek Straka Signed-off-by: Khem Raj (cherry picked

[oe] polkit: any idea how to enable logging with polkit.log() function

2024-03-18 Thread Yu, Mingli
Hi, I'm trying to enable logging with polkit.log() function. 1, Remove --no-debug flag from ExecStart command in polkit.service. 2, Add log rule as below: $ cat /etc/polkit-1/rules.d/00-log-access.rules polkit.addRule(function(action, subject) { polkit.log(action);

[oe] [meta-oe][PATCH] nss: Upgrade 3.74 -> 3.98

2024-03-06 Thread Yu, Mingli
From: Mingli Yu * Remove one backported patch and rebase two patches to the new version. * License update: Copyright year updated to 2023 Signed-off-by: Mingli Yu --- ...validation-date-for-PayPalEE-test-ce.patch | 64 --- ...figure-option-to-disable-ARM-HW-cryp.patch | 14

[oe] [meta-oe][PATCH 1/2] googletest: Pass -fPIC to CFLAGS

2024-03-06 Thread Yu, Mingli
From: Mingli Yu Fail to build re2 which depends on googletest as below: /build/tmp-glibc/work/core2-64-wrs-linux/re2/2024.03.01/recipe-sysroot-native/usr/bin/x86_64-wrs-linux/../../libexec/x86_64-wrs-linux/gcc/x86_64-wrs-linux/13.2.0/ld:

[oe] [meta-oe][PATCH 2/2] re2: Upgrade 2023.03.01 -> 2024.03.01

2024-03-06 Thread Yu, Mingli
From: Mingli Yu 1, Add abseil-cpp, gtest and benchmark to DEPENDS to fix the below kind configure error. CMake Error at CMakeLists.txt:81 (find_package): By not providing "Findabsl.cmake" in CMAKE_MODULE_PATH this project has asked CMake to find a package configuration file provided by

[oe] [meta-oe][PATCH] gosu: Upgrade to 1.17

2024-03-06 Thread Yu, Mingli
From: Mingli Yu The new version is built on github.com/moby/sys/user 0.1.0 [1]. [1] https://github.com/tianon/gosu/releases/tag/1.17 Signed-off-by: Mingli Yu --- .../gosu/{gosu_1.16.bb => gosu_1.17.bb} | 13 - 1 file changed, 8 insertions(+), 5 deletions(-) rename

[oe] [meta-oe][PATCH] nlohmann-json: Upgrade to 3.11.3

2024-03-03 Thread Yu, Mingli
From: Mingli Yu Remove two backported patches and the ptest output as below. # ./run-ptest PASS: test-algorithms_cpp11 PASS: test-allocator_cpp11 PASS: test-alt-string_cpp11 PASS: test-assert_macro_cpp11 PASS: test-binary_formats_cpp11 PASS: test-bjdata_cpp11 PASS: test-bson_cpp11 PASS:

[oe] [meta-oe][PATCH v2] mariadb: Upgrade to 10.11.7

2024-02-26 Thread Yu, Mingli
From: Mingli Yu As the change [1] introduced in 10.11.7, there comes below configure failure: | -- Performing Test HAVE_SYSTEM_LIBFMT | CMake Error: try_run() invoked in cross-compiling mode, please set the following cache variables appropriately: |HAVE_SYSTEM_LIBFMT_EXITCODE (advanced)

Re: [oe] [meta-oe][PATCH] mariadb: Upgrade to 10.11.7

2024-02-26 Thread Yu, Mingli
. Thanks, On Wed, Feb 21, 2024 at 11:03 PM Yu, Mingli wrote: From: Mingli Yu As the change [1] introduced in 10.11.7, there comes below configure failure: | -- Performing Test HAVE_SYSTEM_LIBFMT | CMake Error: try_run() invoked in cross-compiling mode, please set the following cache

[oe] [meta-oe][PATCH] mariadb: Upgrade to 10.11.7

2024-02-21 Thread Yu, Mingli
From: Mingli Yu As the change [1] introduced in 10.11.7, there comes below configure failure: | -- Performing Test HAVE_SYSTEM_LIBFMT | CMake Error: try_run() invoked in cross-compiling mode, please set the following cache variables appropriately: |HAVE_SYSTEM_LIBFMT_EXITCODE (advanced)

[oe] [meta-oe][PATCH] ipmitool: Make the version consistent

2024-01-09 Thread Yu, Mingli
From: Mingli Yu The git revison info is added [1] to make the version more descriptive to produce an incremental revision number like 1.8.18.13 or 1.8.18.14 and etc and more clear in terms of "what codebase was used" like `1.8.18.13.gee01aa5`. But it also introduces the version inconsistence.

[oe] [meta-oe][PATCH] usleep: Make the version consistent

2024-01-03 Thread Yu, Mingli
From: Mingli Yu The package version is inconsistent as below: # rpm -qa | grep usleep usleep-1.0-r0.core2_64 # usleep --version usleep version 1.2 usleep --help for more info And there is below logic in meta-oe/recipes-core/usleep/files/usleep.c. if (showVersion) {

[oe] [meta-oe][PATCH] tk: Remove buildpath issue

2023-12-19 Thread Yu, Mingli
From: Mingli Yu Though the S defined as ${WORKDIR}/${BPN}${PV}/unix, but some source files come from such as ${WORKDIR}/${BPN}${PV}/unix/../generic, so add "-fdebug-prefix-map=${S}/../" to fix the below buildpath issue: WARNING: tk-8.6.10-r0 do_package_qa: QA Issue: File

[oe] [meta-oe][PATCH] mariadb: Upgrade to 10.11.6

2023-12-14 Thread Yu, Mingli
From: Mingli Yu Remove one patch as the logic is included in the new version [1] [2]. Upgrade mariadb to 10.11.6 [3]. [1] https://github.com/MariaDB/server/commit/f4cec369a392c8a6056207012992ad4a5639965a [2] https://github.com/MariaDB/server/commit/cd5808eb8da13c5626d4bdeb452cef6ada29cb1d

[oe] [meta-oe][kirkstone][PATCH] nlohmann-json: Add ptest support

2023-11-14 Thread Yu, Mingli
From: Mingli Yu * Fetch the test data during do_fetch phase to avoid internet access during test as some tests need test data. # ./run-ptest PASS: test-algorithms PASS: test-allocator PASS: test-alt-string PASS: test-assert_macro PASS: test-bson PASS: test-byte_container_with_subtype PASS:

[oe] [meta-oe][mickledore][PATCH] nlohmann-json: Avoid usage of nobranch=1

2023-11-12 Thread Yu, Mingli
From: Sourav Pramanik The usage of nobranch=1 in SRC_URI allows using unprotected branches. This change updates the real branch name in place of nobranch=1. Signed-off-by: Sourav Kumar Pramanik Signed-off-by: Khem Raj (cherry picked from commit eec3c65b8136fe492f3be81ab62717d7c8922d04)

Re: [oe] [meta-oe][PATCH 1/2] nlohmann-json: Add ptest support

2023-11-10 Thread Yu, Mingli
v2 sent. Thanks, From: Khem Raj Sent: Friday, November 10, 2023 12:49 To: Yu, Mingli Cc: openembedded-devel@lists.openembedded.org Subject: Re: [oe] [meta-oe][PATCH 1/2] nlohmann-json: Add ptest support CAUTION: This email comes from a non Wind River email

[oe] [meta-oe][PATCH v2 1/2] nlohmann-json: Add ptest support

2023-11-10 Thread Yu, Mingli
From: Mingli Yu * Backport 2 patches [1] [2] to fix the build failure under tests dir. * Fetch the test data during do_fetch phase to avoid internet access during test as some tests need test data. # ./run-ptest PASS: test-algorithms_cpp11 PASS: test-allocator_cpp11 PASS: test-alt-string_cpp11

[oe] [meta-oe][PATCH v2 2/2] ptest-packagelists-meta-oe.inc: Add nlohmann-json

2023-11-10 Thread Yu, Mingli
From: Mingli Yu Signed-off-by: Mingli Yu --- meta-oe/conf/include/ptest-packagelists-meta-oe.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/meta-oe/conf/include/ptest-packagelists-meta-oe.inc b/meta-oe/conf/include/ptest-packagelists-meta-oe.inc index bab9d4372..33aff7f44 100644 ---

[oe] [meta-oe][PATCH 2/2] ptest-packagelists-meta-oe.inc: Add nlohmann-json

2023-11-09 Thread Yu, Mingli
From: Mingli Yu Signed-off-by: Mingli Yu --- meta-oe/conf/include/ptest-packagelists-meta-oe.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/meta-oe/conf/include/ptest-packagelists-meta-oe.inc b/meta-oe/conf/include/ptest-packagelists-meta-oe.inc index bab9d4372..33aff7f44 100644 ---

[oe] [meta-oe][PATCH 1/2] nlohmann-json: Add ptest support

2023-11-09 Thread Yu, Mingli
From: Mingli Yu * Backport 2 patches [1] [2] to fix the build failure under tests dir. * Fetch the test data during do_fetch phase to avoid internet access during test as some tests need test data. # ./run-ptest PASS: test-algorithms_cpp11 PASS: test-allocator_cpp11 PASS: test-alt-string_cpp11

[oe] [meta-oe][PATCH v4] vboxguestdrivers: Remove the buildpath

2023-11-05 Thread Yu, Mingli
From: Mingli Yu Fixes: WARNING: vboxguestdrivers-7.0.10-r0 do_package_qa: QA Issue: File /usr/lib/modules/6.1.51-yocto-standard/kernel/misc/vboxsf.ko in package kernel-module-vboxsf-6.1.51-yocto-standard contains reference to TMPDIR [buildpaths] WARNING: vboxguestdrivers-7.0.10-r0

[oe] [meta-oe][PATCH v3] vboxguestdrivers: Remove the buildpath

2023-11-02 Thread Yu, Mingli
From: Mingli Yu Fixes: WARNING: vboxguestdrivers-7.0.10-r0 do_package_qa: QA Issue: File /usr/lib/modules/6.1.51-yocto-standard/kernel/misc/vboxsf.ko in package kernel-module-vboxsf-6.1.51-yocto-standard contains reference to TMPDIR [buildpaths] WARNING: vboxguestdrivers-7.0.10-r0

Re: [oe] [meta-oe][PATCH v2] vboxguestdrivers: Remove the buildpath

2023-11-01 Thread Yu, Mingli
Hi Anuj, On 11/2/23 11:33, Mittal, Anuj wrote: CAUTION: This email comes from a non Wind River email account! Do not click links or open attachments unless you recognize the sender and know the content is safe. On Thu, 2023-11-02 at 11:29 +0800, Yu, Mingli wrote: From: Mingli Yu Fixes

[oe] [meta-oe][PATCH v2] vboxguestdrivers: Remove the buildpath

2023-11-01 Thread Yu, Mingli
From: Mingli Yu Fixes: WARNING: vboxguestdrivers-7.0.10-r0 do_package_qa: QA Issue: File /usr/lib/modules/6.1.51-yocto-standard/kernel/misc/vboxsf.ko in package kernel-module-vboxsf-6.1.51-yocto-standard contains reference to TMPDIR [buildpaths] WARNING: vboxguestdrivers-7.0.10-r0

[oe] [meta-oe][PATCH] vboxguestdrivers: Remove the buildpath

2023-10-16 Thread Yu, Mingli
From: Mingli Yu Fixes: WARNING: vboxguestdrivers-7.0.10-r0 do_package_qa: QA Issue: File /usr/lib/modules/6.1.51-yocto-standard/kernel/misc/vboxsf.ko in package kernel-module-vboxsf-6.1.51-yocto-standard contains reference to TMPDIR [buildpaths] WARNING: vboxguestdrivers-7.0.10-r0

[oe] [meta-oe][PATCH] mozjs-102: Remove the buildpath

2023-09-27 Thread Yu, Mingli
From: Mingli Yu Fixes: WARNING: mozjs-102-102.9.0-r0 do_package_qa: QA Issue: File /usr/src/debug/mozjs-102/102.9.0-r0/intl/components/Unified_cpp_intl_components4.cpp in package mozjs-102-src contains reference to TMPDIR File

[oe] [meta-oe][PATCH] vlock: Use EXTRA_CFLAGS

2023-09-19 Thread Yu, Mingli
From: Mingli Yu The CFLAGS is hardcoded as DEFAULT_CFLAGS or DEBUG_CFLAGS in configure script, so use EXTRA_CFLAGS to make sure -fdebug-prefix-map option passed to compiler and also need to put EXTRA_CFLAGS configure option after debug option to avoid the CFLAGS overrided by DEBUG_CFLAGS when

[oe] [meta-oe][PATCH] hdf5: Upgrade to 1.14.2

2023-09-19 Thread Yu, Mingli
From: Mingli Yu License Update: link update from http://support.hdfgroup.org/ftp/HDF5/releases/COPYING_LBNL_HDF5 to https://raw.githubusercontent.com/hdfgroup/hdf5/develop/COPYING_LBNL_HDF5. Rework the patch 0001-cmake-remove-build-flags.patch to fix the build path issue. Add zlib depends to

[oe] [meta-oe][PATCH] minifi-cpp: Remove the buildpath issue

2023-09-18 Thread Yu, Mingli
From: Mingli Yu Don't override CFLAGS and just append the "-fPIC" to CFLAGS to make sure -fdebug-prefix-map option passed to compiler to fix the below issue: WARNING: minifi-cpp-0.7.0-r0 do_package_qa: QA Issue: File /usr/bin/.debug/minificontroller in package minifi-cpp-dbg contains

[oe] [meta-oe][kirkstone][PATCH] hdf5: Fix CVE-2021-37501

2023-09-11 Thread Yu, Mingli
From: Mingli Yu Backport a patch [1] to fix CVE-2021-37501. [1] https://github.com/HDFGroup/hdf5/commit/b16ec83d4bd79f9ffaad85de16056419f3532887 Signed-off-by: Mingli Yu --- .../hdf5/files/CVE-2021-37501.patch | 37 +++ meta-oe/recipes-support/hdf5/hdf5_1.8.21.bb

Re: [oe] [meta-oe][PATCH] thrift: Remove buildpaths

2023-08-30 Thread Yu, Mingli
Hi Khem, On 8/30/23 00:14, Khem Raj wrote: ** *CAUTION: This email comes from a non Wind River email account!* Do not click links or open attachments unless you recognize the sender and know the content is safe. On Tue, Aug 29, 2023 at 2:54 AM Yu, Mingli <mailto:mingli...@eng.windriver.

[oe] [meta-oe][PATCH] thrift: Remove buildpaths

2023-08-29 Thread Yu, Mingli
From: Mingli Yu Fixes: WARNING: thrift-0.18.1-r0 do_package_qa: QA Issue: File /usr/lib64/cmake/thrift/thriftnbTargets.cmake in package thrift-dev contains reference to TMPDIR File /usr/lib64/cmake/thrift/thrift_c_glibTargets.cmake in package thrift-dev contains reference to TMPDIR File

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

2023-08-24 Thread Yu, Mingli
From: Mingli Yu Update the SRC_URI to fix the do_fetch warning. Signed-off-by: Mingli Yu --- meta-oe/recipes-support/gnulib/gnulib_2018-12-18.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-oe/recipes-support/gnulib/gnulib_2018-12-18.bb

[oe] [meta-oe][PATCH] dialog: Update the SRC_URI

2023-08-24 Thread Yu, Mingli
From: Mingli Yu Update the SRC_URI to fix the do_fetch error. Signed-off-by: Mingli Yu --- meta-oe/recipes-extended/dialog/dialog_1.3-20210509.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-oe/recipes-extended/dialog/dialog_1.3-20210509.bb

[oe] [meta-oe][mickledore][PATCH] mcelog: Drop unneeded autotools-brokensep

2023-08-16 Thread Yu, Mingli
From: Mingli Yu Drop unneeded autotools-brokensep class inherit, this package has traditional makefile build. This change also fixes the below buildpaths issue altogether. WARNING: mcelog-191-r0 do_package_qa: QA Issue: File /usr/sbin/.debug/mcelog in package mcelog-dbg contains reference to

[oe] [meta-oe][PATCH] mariadb: Upgrade to 10.11.5

2023-08-15 Thread Yu, Mingli
From: Mingli Yu Signed-off-by: Mingli Yu --- .../{mariadb-native_10.11.4.bb => mariadb-native_10.11.5.bb}| 0 meta-oe/recipes-dbs/mysql/mariadb.inc | 2 +- .../mysql/{mariadb_10.11.4.bb => mariadb_10.11.5.bb}| 0 3 files changed, 1 insertion(+), 1

[oe] [mickledore][PATCH] php: Upgrade to 8.2.8

2023-08-11 Thread Yu, Mingli
From: Mingli Yu php 8.2.7 is a security release and the php 8.2.8 is a bug fix release and more details at [1]. [1] https://www.php.net/ChangeLog-8.php#8.2.7 Signed-off-by: Mingli Yu --- meta-oe/recipes-devtools/php/{php_8.2.6.bb => php_8.2.8.bb} | 2 +- 1 file changed, 1 insertion(+), 1

[oe] [mickledore][PATCH] iniparser: Fix CVE-2023-33461

2023-08-11 Thread Yu, Mingli
From: Mingli Yu Handle null return from iniparser_getstring to fix CVE-2023-33461. Signed-off-by: Mingli Yu --- .../iniparser/iniparser/CVE-2023-33461.patch | 52 +++ .../iniparser/iniparser_4.1.bb| 3 +- 2 files changed, 54 insertions(+), 1 deletion(-)

[oe] [mickledore][PATCH] yajl: Fix CVE-2023-33460

2023-08-11 Thread Yu, Mingli
From: Mingli Yu Backport 2 patches [1] [2] to fix CVE-2023-33460. [1] https://github.com/openEuler-BaseService/yajl/commit/3d65cb0c6db4d433e5e42ee7d91d8a04e21337cf [2] https://github.com/openEuler-BaseService/yajl/commit/23a122eddaa28165a6c219000adcc31ff9a8a698 Signed-off-by: Mingli Yu ---

[oe] [meta-oe][PATCH] mariadb: Upgrade to 10.11.4

2023-07-24 Thread Yu, Mingli
From: Mingli Yu Rebase patch 0001-Add-missing-includes-cstdint-and-cstdio.patch to the new version. After the commit [1] introduced in the new version, there is below build failure though uca-dump installed as [2], so copy the uca-dump to the right place to fix the below failure. make[2]: ***

[oe] [meta-initramfs][PATCH] dracut: Remove busybox from RRECOMMENDS

2023-07-20 Thread Yu, Mingli
From: Mingli Yu The coreutils which defined in RRECOMMENDS has already provide the basic command and it conflicts with busybox. Signed-off-by: Mingli Yu --- meta-initramfs/recipes-devtools/dracut/dracut_056.bb | 1 - 1 file changed, 1 deletion(-) diff --git

[oe] [meta-oe][mickledore][PATCH 2/2] gnulib: Update SRC_URI

2023-07-18 Thread Yu, Mingli
From: Mingli Yu Update the SRC_URI to fix the do_fetch warning. Signed-off-by: Mingli Yu --- meta-oe/recipes-support/gnulib/gnulib_2018-12-18.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-oe/recipes-support/gnulib/gnulib_2018-12-18.bb

[oe] [meta-oe][mickledore][PATCH 1/2] dialog: Update the SRC_URI

2023-07-18 Thread Yu, Mingli
From: Mingli Yu Update the SRC_URI to fix the do_fetch error. Signed-off-by: Mingli Yu --- meta-oe/recipes-extended/dialog/dialog_1.3-20210509.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-oe/recipes-extended/dialog/dialog_1.3-20210509.bb

[oe] [meta-networking][PATCH] snort: Add systemd unit file

2023-07-12 Thread Yu, Mingli
From: Mingli Yu Add systemd unit file snort.service. Reference: https://salsa.debian.org/lts-team/packages/snort/-/blob/debian/buster/debian/snort.service.example Signed-off-by: Mingli Yu --- .../snort/snort/snort.default | 1 + .../snort/snort/snort.service

[oe] [meta-oe][mickledore][PATCH] php: Link with libatomic on rv64

2023-05-22 Thread Yu, Mingli
From: Mingli Yu Fixes: | /usr/src/debug/php/8.2.5-r0/Zend/zend_atomic.h:105: undefined reference to `__atomic_exchange_1' Signed-off-by: Mingli Yu --- meta-oe/recipes-devtools/php/php_8.2.5.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta-oe/recipes-devtools/php/php_8.2.5.bb

[oe] [meta-oe][PATCH] php: Link with libatomic on rv64

2023-05-22 Thread Yu, Mingli
From: Mingli Yu Fixes: | /usr/src/debug/php/8.2.6-r0/Zend/zend_atomic.h:105: undefined reference to `__atomic_exchange_1' Signed-off-by: Mingli Yu --- meta-oe/recipes-devtools/php/php_8.2.6.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta-oe/recipes-devtools/php/php_8.2.6.bb

[oe] [meta-oe][PATCH] minicoredumper: correct the sysvinit service file attribute

2023-05-15 Thread Yu, Mingli
From: Mingli Yu Add the execute attribute for sysvinit service file to fix the below error: $ service minicoredumper status minicoredumper: unrecognized service Signed-off-by: Mingli Yu --- meta-oe/recipes-kernel/minicoredumper/minicoredumper_2.0.3.bb | 2 +- 1 file changed, 1

[oe] [meta-oe][PATCH] php: Fix GCC 12 -Og

2023-04-12 Thread Yu, Mingli
From: Mingli Yu Change whether to inline XXH3_hashLong_withSecret to a config option to fix GCC 12 -Og. Ref: https://github.com/Cyan4973/xxHash/commit/ace22bddc7a366a5dd8a71e8b8247694530684ec Signed-off-by: Mingli Yu --- ...o-inline-XXH3_hashLong_withSecret-to.patch | 93 +++

[oe] [meta-oe][PATCH] mcelog: improve the ptest output

2023-03-30 Thread Yu, Mingli
From: Mingli Yu Before: # ./run-ptest [snip] code 0xd2d: [PASS] After: # ./run-ptest [snip] PASS: code 0xd2d Signed-off-by: Mingli Yu --- meta-oe/recipes-support/mcelog/mcelog/run-ptest | 8 +++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git

[oe] [kirkstone][PATCH] mariadb: Fix CVE-2022-47015

2023-03-22 Thread Yu, Mingli
From: Mingli Yu Backport patch [1] to fix CVE-2022-47015 [2]. [1] https://github.com/MariaDB/server/commit/b98375f9df0 [2] https://jira.mariadb.org/browse/MDEV-29644 Signed-off-by: Mingli Yu --- meta-oe/recipes-dbs/mysql/mariadb.inc | 1 +

[oe] [meta-oe][kirkstone][PATCH] mariadb: Upgrade to 10.7.8

2023-03-14 Thread Yu, Mingli
From: Mingli Yu Upgrade mariadb to 10.7.8 [1]. [1] https://mariadb.com/kb/en/mariadb-10-7-8-release-notes Signed-off-by: Mingli Yu --- .../{mariadb-native_10.7.7.bb => mariadb-native_10.7.8.bb} | 0 meta-oe/recipes-dbs/mysql/mariadb.inc | 2 +-

[oe] [meta-oe][PATCH] mcelog: Upgrade to v191

2023-03-12 Thread Yu, Mingli
From: Mingli Yu Signed-off-by: Mingli Yu --- meta-oe/recipes-support/mcelog/{mcelog_189.bb => mcelog_191.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-support/mcelog/{mcelog_189.bb => mcelog_191.bb} (95%) diff --git

[oe] [meta-oe][PATCH] crash: Upgrade to 8.0.2

2023-03-08 Thread Yu, Mingli
From: Mingli Yu Upgrade crash to 8.0.2 and rebase 4 patches to the new version. Signed-off-by: Mingli Yu --- .../0001-cross_add_configure_option.patch | 19 +-- .../crash/crash/7003cross_ranlib.patch| 19 --- ...donnot-extract-gdb-during-do-compile.patch | 32

[oe] [meta-oe][PATCH] opencv: Upgrade to 4.7.0

2023-03-07 Thread Yu, Mingli
From: Mingli Yu Upgrade opencv to 4.7.0 [1] and remove backported patch. [1] https://github.com/opencv/opencv/wiki/ChangeLog#version470 Signed-off-by: Mingli Yu --- ...ng-header-for-LIBAVCODEC_VERSION_INT.patch | 26 --- .../{opencv_4.6.0.bb => opencv_4.7.0.bb} | 5 ++--

[oe] [kirkstone][meta-oe][PATCH] php: Upgrade to 8.1.16

2023-03-03 Thread Yu, Mingli
From: Mingli Yu Upgrade php to 8.1.16 [1]. [1] https://www.php.net/ChangeLog-8.php#8.1.16 Signed-off-by: Mingli Yu --- meta-oe/recipes-devtools/php/{php_8.1.12.bb => php_8.1.16.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-devtools/php/{php_8.1.12.bb =>

[oe] [meta-oe][PATCH] mariadb: Upgrade to 10.11.2

2023-02-21 Thread Yu, Mingli
From: Mingli Yu Upgrade mariadb to 10.11.2 [1]. [1] https://mariadb.com/kb/en/mariadb-10-11-2-release-notes Signed-off-by: Mingli Yu --- .../{mariadb-native_10.11.1.bb => mariadb-native_10.11.2.bb}| 0 meta-oe/recipes-dbs/mysql/mariadb.inc | 2 +-

[oe] [meta-oe][PATCH] opencv: disable intel IPP

2023-02-20 Thread Yu, Mingli
From: Mingli Yu The ipp related code has IP issue as below. = $ cat tmp/work/corei7-64-wrs-linux/opencv/4.6.0-r0/git/ippicv_lnx/icv/include/ippicv.h | head -n 30 /* // Copyright 2014-2019 Intel Corporation All Rights

[oe] [meta-multimedia][PATCH 3/3] xdg-desktop-portal-wlr: add opengl to REQUIRED_DISTRO_FEATURES

2023-01-06 Thread Yu, Mingli
From: Mingli Yu Fixes: ERROR: Nothing PROVIDES 'virtual/libgbm' (but /build/layers/meta-openembedded/meta-multimedia/recipes-support/xdg-desktop-portal-wlr/xdg-desktop-portal-wlr_0.6.0.bb DEPENDS on or otherwise requires it). ERROR: Required build target 'meta-world-pkgdata' has no

[oe] [meta-gnome][PATCH 2/3] gnome-photos: add opengl to REQUIRED_DISTRO_FEATURES

2023-01-06 Thread Yu, Mingli
From: Mingli Yu gnome-photos depends on libportal which needs opengl DISTRO_FEATURES, so add the required DISTRO_FEATURES for gnome-photos. Signed-off-by: Mingli Yu --- meta-gnome/recipes-gnome/gnome-photos/gnome-photos_43.0.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[oe] [meta-gnome][PATCH 1/3] file-roller: add opengl to REQUIRED_DISTRO_FEATURES

2023-01-06 Thread Yu, Mingli
From: Mingli Yu file-roller depends on libportal which needs opengl DISTRO_FEATURE, so add the required distro also for file-roller. Signed-off-by: Mingli Yu --- meta-gnome/recipes-gnome/file-roller/file-roller_43.0.bb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git

[oe] [kirkstone][meta-oe][PATCH v2 2/2] mariadb: Upgrade to 10.7.7

2023-01-04 Thread Yu, Mingli
From: Mingli Yu Remove the backported patch mariadb-openssl3.patch. Signed-off-by: Mingli Yu --- ...ive_10.7.4.bb => mariadb-native_10.7.7.bb} | 0 meta-oe/recipes-dbs/mysql/mariadb.inc | 3 +- .../mysql/mariadb/mariadb-openssl3.patch | 416 --

[oe] [kirkstone][meta-oe][PATCH v2 1/2] mariadb: not use qemu to run cross-compiled binaries

2023-01-04 Thread Yu, Mingli
From: Mingli Yu The build fails when use qemu to run build for amd64 as below: | make -f libmariadb/libmariadb/CMakeFiles/mariadbclient.dir/build.make libmariadb/libmariadb/CMakeFiles/mariadbclient.dir/depend | make -f libmariadb/libmariadb/CMakeFiles/libmariadb.dir/build.make

Re: [oe] [kirkstone][meta-oe][PATCH] php: Upgrade to 8.1.12

2023-01-04 Thread Yu, Mingli
ping. Thanks, From: openembedded-devel@lists.openembedded.org on behalf of Yu, Mingli Sent: Thursday, December 22, 2022 18:10 To: openembedded-devel@lists.openembedded.org Subject: [oe] [kirkstone][meta-oe][PATCH] php: Upgrade to 8.1.12 From: Mingli Yu

[oe] [kirkstone][meta-oe][PATCH] mariadb: Upgrade to 10.7.7

2022-12-23 Thread Yu, Mingli
From: Mingli Yu Remove the backported patch mariadb-openssl3.patch. Signed-off-by: Mingli Yu --- ...ive_10.7.4.bb => mariadb-native_10.7.7.bb} | 0 meta-oe/recipes-dbs/mysql/mariadb.inc | 3 +- .../mysql/mariadb/mariadb-openssl3.patch | 416 --

[oe] [kirkstone][meta-oe][PATCH] php: Upgrade to 8.1.12

2022-12-22 Thread Yu, Mingli
From: Mingli Yu This is a security release[1]. [1] https://www.php.net/ChangeLog-8.php#8.1.12 Signed-off-by: Mingli Yu --- meta-oe/recipes-devtools/php/{php_8.1.10.bb => php_8.1.12.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-devtools/php/{php_8.1.10.bb

[oe] [meta-gnome][PATCH 3/3] geary: add opengl to REQUIRED_DISTRO_FEATURES

2022-12-21 Thread Yu, Mingli
From: Mingli Yu Fixes: ERROR: Nothing PROVIDES 'evolution-data-server' (but /build/layers/meta-openembedded/meta-gnome/recipes-connectivity/geary/geary_43.0.bb DEPENDS on or otherwise requires it) evolution-data-server was skipped: missing required distro feature 'opengl' (not in

[oe] [meta-gnome][PATCH 2/3] libgweather4: add opengl to REQUIRED_DISTRO_FEATURES

2022-12-21 Thread Yu, Mingli
From: Mingli Yu Fixes: ERROR: Nothing PROVIDES 'gtk4' (but /build/layers/meta-openembedded/meta-gnome/recipes-gnome/libgweather/libgweather4_4.2.0.bb DEPENDS on or otherwise requires it) gtk4 was skipped: missing required distro feature 'opengl' (not in DISTRO_FEATURES) ERROR: Required

[oe] [meta-gnome][PATCH 1/3] evolution-data-server: add opengl to REQUIRED_DISTRO_FEATURES

2022-12-21 Thread Yu, Mingli
From: Mingli Yu Fixes: ERROR: Nothing PROVIDES 'gtk4' (but /build/layers/meta-openembedded/meta-gnome/recipes-gnome/evolution-data-server/evolution-data-server.bb DEPENDS on or otherwise requires it) gtk4 was skipped: missing required distro feature 'opengl' (not in DISTRO_FEATURES)

[oe] [meta-oe][PATCH 1/3] frame: add opengl to REQUIRED_DISTRO_FEATURES

2022-12-09 Thread Yu, Mingli
From: Mingli Yu Fixes: ERROR: Nothing PROVIDES 'virtual/xserver' (but /build/layers/meta-openembedded/meta-oe/recipes-support/canonical-multitouch/frame_2.5.0.bb DEPENDS on or otherwise requires it) xserver-xorg PROVIDES virtual/xserver but was skipped: missing required distro feature

[oe] [meta-oe][PATCH 2/3] grail: add opengl to REQUIRED_DISTRO_FEATURES

2022-12-09 Thread Yu, Mingli
From: Mingli Yu Fixes: ERROR: Nothing PROVIDES 'frame' (but /build/layers/meta-openembedded/meta-oe/recipes-support/canonical-multitouch/grail_3.1.1.bb DEPENDS on or otherwise requires it) frame was skipped: missing required distro feature 'opengl' (not in DISTRO_FEATURES) ERROR: Required

[oe] [meta-oe][PATCH 3/3] geis: add opengl to REQUIRED_DISTRO_FEATURES

2022-12-09 Thread Yu, Mingli
From: Mingli Yu Fixes: ERROR: Nothing PROVIDES 'grail' (but /build/layers/meta-openembedded/meta-oe/recipes-support/canonical-multitouch/geis_2.2.17.bb DEPENDS on or otherwise requires it) grail was skipped: missing required distro feature 'opengl' (not in DISTRO_FEATURES) ERROR: Required

[oe] [meta-networking][PATCH 2/2] spice-gtk: add opengl to REQUIRED_DISTRO_FEATURES

2022-12-09 Thread Yu, Mingli
From: Mingli Yu Fixes: ERROR: Nothing PROVIDES 'libepoxy' (but /build/layers/meta-openembedded/meta-networking/recipes-support/spice/spice-gtk_0.4.1.bb DEPENDS on or otherwise requires it) libepoxy was skipped: missing required distro feature 'opengl' (not in DISTRO_FEATURES) ERROR:

[oe] [meta-oe][PATCH 1/2] xf86-video-amdgpu: add opengl to REQUIRED_DISTRO_FEATURES

2022-12-09 Thread Yu, Mingli
From: Mingli Yu Fix the below yocto compliance issue: ERROR: Nothing PROVIDES 'virtual/libgbm' (but /build/layers/meta-openembedded/meta-oe/recipes-graphics/xorg-driver/xf86-video-amdgpu_22.0.0.bb DEPENDS on or otherwise requires it). Close matches: virtual/libc virtual/libomxil

[oe] [meta-gnome][PATCH 14/14] gnome-calendar: add opengl to REQUIRED_DISTRO_FEATURES

2022-11-10 Thread Yu, Mingli
From: Mingli Yu Fixes: ERROR: Nothing PROVIDES 'libadwaita' (but /build/layers/meta-openembedded/meta-gnome/recipes-gnome/gnome-calendar/gnome-calendar_42.0.bb DEPENDS on or otherwise requires it) libadwaita was skipped: missing required distro feature 'opengl' (not in DISTRO_FEATURES)

[oe] [meta-gnome][PATCH 13/14] evince: add opengl to REQUIRED_DISTRO_FEATURES

2022-11-10 Thread Yu, Mingli
From: Mingli Yu Add opengl to REQUIRED_DISTRO_FEATURES if x11 is enabled in DISTRO_FEATURES as it needs gnome-desktop when x11 enabled. Fixes: ERROR: Nothing PROVIDES 'gnome-desktop' (but /build/layers/meta-openembedded/meta-gnome/recipes-gnome/evince/evince_42.3.bb DEPENDS on or otherwise

[oe] [meta-gnome][PATCH 12/14] gnome-bluetooth: add opengl to REQUIRED_DISTRO_FEATURES

2022-11-10 Thread Yu, Mingli
From: Mingli Yu Fixes: ERROR: Nothing PROVIDES 'gtk4-native' (but /build/layers/meta-openembedded/meta-gnome/recipes-gnome/gnome-bluetooth/gnome-bluetooth_42.4.bb DEPENDS on or otherwise requires it) gtk4-native was skipped: missing required distro feature 'opengl' (not in

[oe] [meta-gnome][PATCH 11/14] nautilus: add opengl to REQUIRED_DISTRO_FEATURES

2022-11-10 Thread Yu, Mingli
From: Mingli Yu Fixes: ERROR: Nothing PROVIDES 'gnome-desktop' (but /build/layers/meta-openembedded/meta-gnome/recipes-gnome/nautilus/nautilus_42.2.bb DEPENDS on or otherwise requires it) gnome-desktop was skipped: missing required distro feature 'opengl' (not in DISTRO_FEATURES) ERROR:

[oe] [meta-gnome][PATCH 10/14] ibus: add opengl related check

2022-11-10 Thread Yu, Mingli
From: Mingli Yu Add opengl to REQUIRED_DISTRO_FEATURES when gtk4 is configured in PACKAGECONFIG. Fixes: ERROR: Nothing PROVIDES 'gtk4' (but /build/layers/meta-openembedded/meta-gnome/recipes-support/ibus/ibus.bb DEPENDS on or otherwise requires it) gtk4 was skipped: missing required

[oe] [meta-gnome][PATCH 09/14] gnome-desktop: add opengl to REQUIRED_DISTRO_FEATURES

2022-11-10 Thread Yu, Mingli
From: Mingli Yu Fixes: ERROR: Nothing PROVIDES 'gtk4' (but /build/layers/meta-openembedded/meta-gnome/recipes-gnome/gnome-desktop/gnome-desktop_42.0.bb DEPENDS on or otherwise requires it) gtk4 was skipped: missing required distro feature 'opengl' (not in DISTRO_FEATURES) ERROR:

[oe] [meta-xfce][PATCH 08/14] libxfce4ui: check opengl DISTRO_FEATURES

2022-11-10 Thread Yu, Mingli
From: Mingli Yu Check opengl DISTRO_FEATURES to determine enable x11 in PACKAGECONFIG or not as it make libxfce4ui depend on libepoxy when x11 enabled in PACKAGECONFIG part. Fixes: ERROR: Nothing PROVIDES 'libepoxy' (but

[oe] [meta-gnome][PATCH 07/14] gnome-font-viewer: add opengl to REQUIRED_DISTRO_FEATURES

2022-11-10 Thread Yu, Mingli
From: Mingli Yu Fixes: ERROR: Nothing PROVIDES 'libadwaita' (but /build/layers/meta-openembedded/meta-gnome/recipes-gnome/gnome-font-viewer/gnome-font-viewer_43.0.bb DEPENDS on or otherwise requires it) libadwaita was skipped: missing required distro feature 'opengl' (not in

[oe] [meta-gnome][PATCH 06/14] gtksourceview5: add opengl to REQUIRED_DISTRO_FEATURES

2022-11-10 Thread Yu, Mingli
From: Mingli Yu Fixes: ERROR: Nothing PROVIDES 'gtk4' (but /build/layers/meta-openembedded/meta-gnome/recipes-gnome/gtksourceview/gtksourceview5_5.4.2.bb DEPENDS on or otherwise requires it) gtk4 was skipped: missing required distro feature 'opengl' (not in DISTRO_FEATURES) ERROR:

[oe] [meta-multimedia][PATCH 05/14] gssdp: check opengl is enabled or not

2022-11-10 Thread Yu, Mingli
From: Mingli Yu The sniffer PACKAGECONFIG will make gssdp depend on gtk4 as below. PACKAGECONFIG[sniffer] = "-Dsniffer=true,-Dsniffer=false,gtk4," But gtk4 needs the opengl DISTRO_FEATURES enabled, so also check opengl in gssdp recipe to keep consistent. Fixes: ERROR: Nothing PROVIDES 'gtk4'

[oe] [meta-gnome][PATCH 04/14] network-manager-applet: add opengl to REQUIRED_DISTRO_FEATURES

2022-11-10 Thread Yu, Mingli
From: Mingli Yu Fixes: ERROR: Nothing PROVIDES 'libnma' (but /build/layers/meta-openembedded/meta-gnome/recipes-connectivity/network-manager-applet/network-manager-applet_1.26.0.bb DEPENDS on or otherwise requires it) libnma was skipped: missing required distro feature 'opengl' (not in

[oe] [meta-gnome][PATCH 03/14] libnma: add opengl to REQUIRED_DISTRO_FEATURES

2022-11-10 Thread Yu, Mingli
From: Mingli Yu libnma depends on gtk4 which needs opengl DISTRO_FEATURES enabled. Fixes: ERROR: Nothing PROVIDES 'gtk4' (but /build/layers/meta-openembedded/meta-gnome/recipes-connectivity/libnma/libnma_1.8.38.bb DEPENDS on or otherwise requires it) gtk4 was skipped: missing required

[oe] [meta-oe][PATCH 02/14] waylandpp: add opengl to REQUIRED_DISTRO_FEATURES

2022-11-10 Thread Yu, Mingli
From: Mingli Yu waylandpp needs virtual/libgles2 which is available when opengl is enabled in mesa recipe, so also add the check for waylandpp. Fixes: ERROR: Nothing PROVIDES 'virtual/libgles2' (but /build/layers/meta-openembedded/meta-oe/recipes-graphics/wayland/waylandpp_1.0.0.bb DEPENDS

[oe] [meta-gnome][PATCH 01/14] gnome-calculator: add opengl to REQUIRED_DISTRO_FEATURES

2022-11-10 Thread Yu, Mingli
From: Mingli Yu gnome-calculator depends on gtk4 which depends on libepoxy(an opengl related library) [1]. Fixes: ERROR: Nothing PROVIDES 'gtk4-native' (but /build/layers/meta-openembedded/meta-gnome/recipes-gnome/gnome-calculator/gnome-calculator_42.2.bb DEPENDS on or otherwise requires

[oe] [PATCH 14/14] gnome-calendar: add opengl to REQUIRED_DISTRO_FEATURES

2022-11-10 Thread Yu, Mingli
From: Mingli Yu Fixes: ERROR: Nothing PROVIDES 'libadwaita' (but /build/layers/meta-openembedded/meta-gnome/recipes-gnome/gnome-calendar/gnome-calendar_42.0.bb DEPENDS on or otherwise requires it) libadwaita was skipped: missing required distro feature 'opengl' (not in DISTRO_FEATURES)

  1   2   3   4   >