[yocto] [meta-anaconda][PATCH] anaconda_oe.py: correct image name

2023-10-17 Thread Changqing Li
From: Changqing Li Since oe-core commit 26d97acc713 [image-artifact-names: include ${IMAGE_NAME_SUFFIX} directly in both ${IMAGE_NAME} and ${IMAGE_LINK_NAME}], image name has changed to core-image-minimal-qemux86.rootfs.ext4, change accordingly to fix error: INSTALLER_TARGET_BUILD does not exist

[yocto] [kirkstone][PATCH] meta-cgl-common: fix ParseError

2023-10-11 Thread Changqing Li
From: Changqing Li Layeindex update.py report warning: WARNING: Error parsing distro configuration file /meta-cgl/meta-cgl-common/conf/distro/poky-cgl.conf: ParseError at /meta-cgl/meta-cgl-common/conf/distro/poky-cgl.conf:1: Could not include required file conf/distro/poky-lsb.conf Refer

[yocto] [master][PATCH] meta-cgl-common: fix ParseError

2023-10-11 Thread Changqing Li
From: Changqing Li Layeindex update.py report warning: WARNING: Error parsing distro configuration file /meta-cgl/meta-cgl-common/conf/distro/poky-cgl.conf: ParseError at /meta-cgl/meta-cgl-common/conf/distro/poky-cgl.conf:1: Could not include required file conf/distro/poky-lsb.conf Refer

[yocto] [kirkstone][mickledore][master][PATCH] mingw-libgnurx: dev package conflicts with libc6-dev

2023-09-25 Thread Changqing Li
From: Changqing Li bitbake core-image-minimal, do_rootfs will fail with following configs: SDKMACHINE = "x86_64-mingw32" IMAGE_INSTALL:append = " mingw-libgnurx" EXTRA_IMAGE_FEATURES = "dbg-pkgs dev-pkgs debug-tweaks" libgnurx is the regex functionality from glibc

[yocto] [meta-tensorflow][PATCH] Update SRC_URI git default protocol

2022-01-21 Thread Changqing Li
From: Changqing Li Signed-off-by: Changqing Li --- recipes-framework/tensorflow/keras_2.6.0.bb | 2 +- recipes-framework/tensorflow/tensorflow-estimator_2.6.bb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes-framework/tensorflow/keras_2.6.0.bb b

[yocto] [meta-anaconda][PATCH] Update SRC_URI git default branch

2022-01-20 Thread Changqing Li
From: Changqing Li Signed-off-by: Changqing Li --- recipes-installer/python3-dasbus/python3-dasbus_1.6.bb | 2 +- recipes-installer/python3-productmd/python3-productmd_1.21.bb | 2 +- recipes-installer/python3-simpleline/python3-simpleline_1.3.bb | 2 +- 3 files changed, 3 insertions

[yocto] [layerindex-web][PATCH] import_layer.py: support import layer to non-master branch

2021-10-21 Thread Changqing Li
From: Changqing Li Before this commit, it only support create layer on master branch, support import layer to other branch to fix following issue: For layer A, it only works on NON-MASTER branch. If we import it use this tool, it will by default import it to master branch. In master branch

[yocto] [layerindex-web][PATCH] update.py: add option -s for send mail

2021-10-21 Thread Changqing Li
From: Changqing Li Add option -s to support send mail to admin when update_layer.py return non-zero value. So that admin can find issues ASAP. Signed-off-by: Changqing Li --- layerindex/update.py | 27 ++ templates/layerindex/updatefailure.txt | 11

Re: [yocto] [layerindex-web][PATCH] recipeparse.py: add BBLAYERS in bblayers.conf

2021-09-26 Thread Changqing Li
Hi, Please ignore this patch, I need to send a V2 Thanks Changqing On 9/26/21 9:32 AM, Changqing Li wrote: From: Changqing Li since commit [97183e10f cookerdata: Show error for no BBLAYERS in bblayers.conf], no BBLAYERS in bblayers.conf will cause layerindex update failed with below error

[yocto] [layerindex-web][PATCH] recipeparse.py: add BBLAYERS in bblayers.conf

2021-09-25 Thread Changqing Li
From: Changqing Li since commit [97183e10f cookerdata: Show error for no BBLAYERS in bblayers.conf], no BBLAYERS in bblayers.conf will cause layerindex update failed with below error: ERROR: Traceback (most recent call last): File "update_layer.py", line 478, in main (tinfoi

[yocto] layer index update failed

2021-09-18 Thread Changqing Li
Hi, Richard Layer Index "https://layers.openembedded.org/; not works since below update failure.  I don't know who is the maintainer, Could you help to handle this to proper person? Thanks. Besides, I am trying to add a funtion that when there are errors, send a mail to maintainer, so we

Re: [yocto] [layerindex-web][PATCH] models.py: extend max_length of name in YPCompatibleVersions to 100

2021-07-12 Thread Changqing Li
add Paul Eggleton On 7/13/21 10:44 AM, Changqing Li wrote: From: Changqing Li Now, YPCompatibleVersions's name is only designed for using version like 2.0 3.0, the max_length is 25. but we mostly use Codename for layer compatibility, eg: LAYERSERIES_COMPAT_dpdk = "dunfell gatesgarth hard

[yocto] [layerindex-web][PATCH] models.py: extend max_length of name in YPCompatibleVersions to 100

2021-07-12 Thread Changqing Li
From: Changqing Li Now, YPCompatibleVersions's name is only designed for using version like 2.0 3.0, the max_length is 25. but we mostly use Codename for layer compatibility, eg: LAYERSERIES_COMPAT_dpdk = "dunfell gatesgarth hardknott", in this case, it's not enough to save the

Re: [yocto] [meta-mingw][PATCH] openssl: support for building nativesdk of mingw

2021-07-08 Thread Changqing Li
On 7/7/21 1:23 AM, Joshua Watt wrote: **[Please note: This e-mail is from an EXTERNAL e-mail address] On 1/4/21 9:31 PM, Changqing Li wrote: * add support for mingw32 * Engines are installed in a slightly different path, which is urgly, patch it to make the path shorter * remove runtime

Re: [yocto] [meta-mingw][PATCH] openssl: support for building nativesdk of mingw

2021-07-04 Thread Changqing Li
ping On 1/13/21 10:23 AM, Changqing Li wrote: ping On 1/5/21 11:31 AM, Changqing Li wrote: * add support for mingw32 * Engines are installed in a slightly different path, which is urgly, patch it to make the path shorter * remove runtime dependency from perl for mingw nativesdk since

Re: [yocto] [meta-raspberrypi][PATCH] 99-com.rules: fix error invalid substitution type

2021-05-13 Thread Changqing Li
On 5/13/21 11:48 AM, Khem Raj wrote: [Please note: This e-mail is from an EXTERNAL e-mail address] On 5/12/21 8:42 PM, Changqing Li wrote: From: Changqing Li fix below error: /etc/udev/rules.d/99-com.rules:10 Invalid value "/bin/sh -c 'ALIASES=/proc/device-tree/aliases; if cmp -s $AL

[yocto] [meta-raspberrypi][PATCH] 99-com.rules: fix error invalid substitution type

2021-05-12 Thread Changqing Li
From: Changqing Li fix below error: /etc/udev/rules.d/99-com.rules:10 Invalid value "/bin/sh -c 'ALIASES=/proc/device-tree/aliases; if cmp -s $ALIASES/uart0 $ALIASES/serial0; then echo 0;elif cmp -s $ALIASES/uart0 $ALIASES/serial1; then echo 1; else exit 1; fi'" for PROGRAM (char 5

Re: [yocto] [meta-cgl][PATCH] pacemaker: upgrade 2.0.3 -> 2.0.5

2021-03-04 Thread Changqing Li
cemaker/pacemaker/0001-pacemaker-fix-compile-error-of-musl-libc.patch @@ -1,4 +1,4 @@ -From 51b0df9242bb1e3eb41362381472a00727910f64 Mon Sep 17 00:00:00 2001 +From ba9e4810a09893521d28f6c699fb7f213d4a4b34 Mon Sep 17 00:00:00 2001 From: Changqing Li Date: Fri, 10 Aug 2018 15:08:31 +0800 Subject

Re: [yocto] [meta-mingw][PATCH] openssl: support for building nativesdk of mingw

2021-01-12 Thread Changqing Li
ping On 1/5/21 11:31 AM, Changqing Li wrote: * add support for mingw32 * Engines are installed in a slightly different path, which is urgly, patch it to make the path shorter * remove runtime dependency from perl for mingw nativesdk since commit 70da1f956bfbb627691c47eba7451182aca758e3

[yocto] [meta-mingw][PATCH] openssl: support for building nativesdk of mingw

2021-01-04 Thread Changqing Li
support mingw well. so remove the dependency of perl, don't support c_rehash for mingw. Signed-off-by: Changqing Li --- ...ile.tmpl-don-t-add-prefix-for-libdir.patch | 32 +++ .../openssl/openssl_%.bbappend| 31 ++ 2 files changed, 63 insertions

[yocto] [meta-selinux][PATCH] libselinux-python: Fix one invalid link

2020-04-23 Thread Changqing Li
From: Changqing Li when host arch and target arch are different, the extension suffix of host is different with target one, so there will be a invalid link. Fix by update the way to create the link. Signed-off-by: Changqing Li --- recipes-security/selinux/libselinux-python_3.0.bb | 1

Re: [yocto] [error-report-web][PATCH V2] Add local.conf and auto.conf into error details

2020-02-13 Thread Changqing Li
Hi, Paul Could you help to check my reply below, thanks. On 12/11/19 1:45 PM, Changqing Li wrote: On 11/13/19 6:36 PM, Paul Eggleton wrote: Hi Changqing, Some comments below. On Tuesday, 12 November 2019 9:32:53 PM NZDT changqing...@windriver.com wrote: From: Changqing Li Support

[yocto] [meta-gplv2][PATCH] bison: fix builds with gettext 0.20.x

2020-01-15 Thread Changqing Li
From: Changqing Li Fix configure error like: error: possibly undefined macro: gl_AC_HEADER_STDINT_H Signed-off-by: Changqing Li --- recipes-devtools/bison/bison/bison-2.3_m4.patch | 121 1 file changed, 61 insertions(+), 60 deletions(-) diff --git a/recipes-devtools

[yocto] [patchest-oe][PATCH] Add SPDX-License-Identifier: GPL-2.0-or-later to source files

2019-12-16 Thread Changqing Li
From: Changqing Li [YOCTO #13532] Signed-off-by: Changqing Li --- selftest/selftest| 2 ++ tests/base.py| 2 ++ tests/pyparsing/common.py| 2 ++ tests/pyparsing/parse_shortlog.py| 2 ++ tests/pyparsing

Re: [yocto] [error-report-web][PATCH V2] Add local.conf and auto.conf into error details

2019-12-10 Thread Changqing Li
On 11/13/19 6:36 PM, Paul Eggleton wrote: Hi Changqing, Some comments below. On Tuesday, 12 November 2019 9:32:53 PM NZDT changqing...@windriver.com wrote: From: Changqing Li Support to display local.conf and auto.conf on error report web. Here is commit in oe-core, which add local.conf