|
[meta-cgl][PATCH] ucarp: fix build error with gcc-10
Could you please send out one?
Could you please send out one?
|
By
Chen Qi
· #50785
·
|
|
[meta-cgl][PATCH] meta-cgl-common: depend on meta-python2 layer
It requires meta-python2 to be there at the moment. More specifically, the crmsh recipe needs python-setuptools-native. Signed-off-by: Chen Qi <Qi.Chen@...> --- meta-cgl-common/conf/layer.co
It requires meta-python2 to be there at the moment. More specifically, the crmsh recipe needs python-setuptools-native. Signed-off-by: Chen Qi <Qi.Chen@...> --- meta-cgl-common/conf/layer.co
|
By
Chen Qi
· #50783
·
|
|
[meta-cgl][PATCH] ucarp: fix build error with gcc-10
gcc-10 uses '-fno-common' by default, causing multiple definition error. Use '-fcommon' to fix this problem. Signed-off-by: Chen Qi <Qi.Chen@...> --- meta-cgl-common/recipes-cgl/ucarp/ucarp_
gcc-10 uses '-fno-common' by default, causing multiple definition error. Use '-fcommon' to fix this problem. Signed-off-by: Chen Qi <Qi.Chen@...> --- meta-cgl-common/recipes-cgl/ucarp/ucarp_
|
By
Chen Qi
· #50782
·
|
|
[meta-cgl][PATCH] pacemaker: Fix build with -fno-common
From: Mingli Yu <mingli.yu@...> Starting with GCC >= 10.x, -fno-common is used as default instead of -fcommon. Make the function definiton extern to fix the build failure. Signed-off-by: Min
From: Mingli Yu <mingli.yu@...> Starting with GCC >= 10.x, -fno-common is used as default instead of -fcommon. Make the function definiton extern to fix the build failure. Signed-off-by: Min
|
By
Chen Qi
· #50781
·
|
|
[meta-security][PATCH] nss: update patch to fix do_patch error
Currently sssd's do_patch task fails. Update the patch to fix this problem. Signed-off-by: Chen Qi <Qi.Chen@...> --- ...s-Collision-with-external-nss-symbol.patch | 155 +++++++++--------- 1
Currently sssd's do_patch task fails. Update the patch to fix this problem. Signed-off-by: Chen Qi <Qi.Chen@...> --- ...s-Collision-with-external-nss-symbol.patch | 155 +++++++++--------- 1
|
By
Chen Qi
· #50512
·
|
|
[meta-security][PATCH] dhcp: remove bbappend file
Thanks. I've sent out a new patch, changing the title to use 'meta-selinux'. Regards, Chen Qi
Thanks. I've sent out a new patch, changing the title to use 'meta-selinux'. Regards, Chen Qi
|
By
Chen Qi
· #50507
·
|
|
[meta-selinux][PATCH] dhcp: remove bbappend file
Issue: LINUXEXEC-9571 dhcp has been removed, thus removing its bbappend file. (LOCAL REV: NOT UPSTREAM) -- sent to yocto on 20200907 Signed-off-by: Chen Qi <Qi.Chen@...> --- recipes-connecti
Issue: LINUXEXEC-9571 dhcp has been removed, thus removing its bbappend file. (LOCAL REV: NOT UPSTREAM) -- sent to yocto on 20200907 Signed-off-by: Chen Qi <Qi.Chen@...> --- recipes-connecti
|
By
Chen Qi
· #50506
·
|
|
[meta-security][PATCH] dhcp: remove bbappend file
dhcp has been removed, thus removing its bbappend file. Signed-off-by: Chen Qi <Qi.Chen@...> --- recipes-connectivity/dhcp/dhcp_%.bbappend | 1 - recipes-connectivity/dhcp/dhcp_selinux.inc |
dhcp has been removed, thus removing its bbappend file. Signed-off-by: Chen Qi <Qi.Chen@...> --- recipes-connectivity/dhcp/dhcp_%.bbappend | 1 - recipes-connectivity/dhcp/dhcp_selinux.inc |
|
By
Chen Qi
· #50452
·
|
|
[meta-cgl][PATCH] resource-agents: fix QA issue
Fix the following QA issue. ERROR: resource-agents-4.5.0-r0 do_package: QA Issue: resource-agents: Files/directories were installed but not shipped in any package: /usr/lib/tmpfiles.d /usr/lib/tmpfile
Fix the following QA issue. ERROR: resource-agents-4.5.0-r0 do_package: QA Issue: resource-agents: Files/directories were installed but not shipped in any package: /usr/lib/tmpfiles.d /usr/lib/tmpfile
|
By
Chen Qi
· #48930
·
|
|
[meta-cgl][PATCH 17/20] pacemaker: Update to 2.0.3
file://0001-Fix-python3-usage.patch is missing, causing do_fetch failure. Regards, Chen Qi
file://0001-Fix-python3-usage.patch is missing, causing do_fetch failure. Regards, Chen Qi
|
By
Chen Qi
· #48917
·
|
|
[meta-tensorflow][PATCH] tensorflow: fix logger issue on python 3.8
We met the following error with python 3.8. TypeError: _logger_find_caller() takes from 0 to 1 positional arguments but 2 were given Backport a patch to fix this issue. Signed-off-by: Chen Qi <Qi.Chen
We met the following error with python 3.8. TypeError: _logger_find_caller() takes from 0 to 1 positional arguments but 2 were given Backport a patch to fix this issue. Signed-off-by: Chen Qi <Qi.Chen
|
By
Chen Qi
· #48549
·
|
|
[meta-tensorflow][PATCH] tensorflow: fix compilation error
Fix the following compliation error. error: cannot convert 'std::nullptr_t' to 'Py_ssize_t {aka long int}' in initialization This patch references: https://github.com/tensorflow/tensorflow/issues/3419
Fix the following compliation error. error: cannot convert 'std::nullptr_t' to 'Py_ssize_t {aka long int}' in initialization This patch references: https://github.com/tensorflow/tensorflow/issues/3419
|
By
Chen Qi
· #48548
·
|
|
[meta-tensorflow][PATCH 1/2] bazel-native: inherit pythonnative to fix do_compile error
The compilation process needs python (python2) to be there, so fix it by making bazel-native inherit pythonnative. Signed-off-by: Chen Qi <Qi.Chen@...> --- recipes-devtools/bazel/bazel-nativ
The compilation process needs python (python2) to be there, so fix it by making bazel-native inherit pythonnative. Signed-off-by: Chen Qi <Qi.Chen@...> --- recipes-devtools/bazel/bazel-nativ
|
By
Chen Qi
· #48547
·
|
|
[meta-tensorflow][PATCH 2/2] layer.conf: depend on meta-python2
bazel-native needs python2-native, so depend on meta-python2. Also update the README file. Signed-off-by: Chen Qi <Qi.Chen@...> --- README.md | 4 ++++ conf/layer.conf | 1 + 2 files changed,
bazel-native needs python2-native, so depend on meta-python2. Also update the README file. Signed-off-by: Chen Qi <Qi.Chen@...> --- README.md | 4 ++++ conf/layer.conf | 1 + 2 files changed,
|
By
Chen Qi
· #48546
·
|
|
Awkward line wrapping in bash
How about using `tput smam'? Regards, Chen Qi
How about using `tput smam'? Regards, Chen Qi
|
By
Chen Qi
· #46653
·
|
|
[meta-security][PATCH 2/2] ecryptfs-utils: fix race condition in do_install
The rootsbindir is a self-defined directory. The install-rootsbinPROGRAMS is actually treated as part of install-data instead of install-exec. Do making install-exec-am depend on it actually results i
The rootsbindir is a self-defined directory. The install-rootsbinPROGRAMS is actually treated as part of install-data instead of install-exec. Do making install-exec-am depend on it actually results i
|
By
Chen Qi
· #46422
·
|
|
[meta-security][PATCH 1/2] ecryptfs-utils: remove openssl PACKAGECONFIG
ecryptfs-utils does not build with openssl1.1. Previously this openssl PACKAGECONFIG is disabled by default, so we are not getting build failures by default. But if we enable it, we get do_compile fai
ecryptfs-utils does not build with openssl1.1. Previously this openssl PACKAGECONFIG is disabled by default, so we are not getting build failures by default. But if we enable it, we get do_compile fai
|
By
Chen Qi
· #46423
·
|
|
To enable all service files
By design, yes. Best Regards, Chen Qi
By design, yes. Best Regards, Chen Qi
|
By
Chen Qi
· #46402
·
|
|
Can Yocto build to set up process running priority in service?
I didn't try it out. But I think the answer is likely to be 'No'. systemd does not like the old 'nice'. So there's no mechanism integrated in systemd. You can use more modern way of CPUWeight, which m
I didn't try it out. But I think the answer is likely to be 'No'. systemd does not like the old 'nice'. So there's no mechanism integrated in systemd. You can use more modern way of CPUWeight, which m
|
By
Chen Qi
· #46378
·
|
|
Can Yocto build to set up process running priority in service?
Not sure about your exact needs. But as far as I know, nice value is inherited. You can just set it for the shell that starts a yocto build. If you are using some scripts, the same logic holds. Best R
Not sure about your exact needs. But as far as I know, nice value is inherited. You can just set it for the shell that starts a yocto build. If you are using some scripts, the same logic holds. Best R
|
By
Chen Qi
· #46374
·
|