Re: [OE-core] The change pointed to by a .scc file not detected when compile kernel

2020-06-07 Thread Yu, Mingli
Hi Bruce, On 6/4/20 9:04 PM, Bruce Ashfield wrote: On Thu, Jun 4, 2020 at 12:52 AM Yu, Mingli wrote: Hi Bruce, Currently, the change pointed to by a .scc file not detected when compile kernel, for example: 1, add DISTRO_FEATURES_append = " virtualization" to conf/local.conf to enable virtua

[OE-core] [PATCH] xkeyboard-config:upgrade 2.29 -> 2.30

2020-06-07 Thread zangrc
-0001-fix-python3-support.patch Removed since this is included in 2.30. Signed-off-by: Zang Ruochen --- .../0001-fix-python3-support.patch| 34 --- ...onfig_2.29.bb => xkeyboard-config_2.30.bb} | 5 ++- 2 files changed, 2 insertions(+), 37 deletions(-) delete mode 1

Re: [OE-core][PATCH] Revert "vim: do not adjust script paths building for target"

2020-06-07 Thread Chen Qi
On 06/08/2020 01:16 AM, Slater, Joseph wrote: The INSANE_SKIP is intended to avoid the script dependencies. Perhaps it is of the wrong form or there is now some other sanity check producing the error? Joe It solves do_package_qa issue but introduces do_rootfs problem if vim-tools is install

Re: [OE-core][PATCH] Revert "vim: do not adjust script paths building for target"

2020-06-07 Thread Chen Qi
Please ignore this patch. Something is wrong with my thunderbird client. On 06/08/2020 09:24 AM, Chen Qi wrote: This reverts commit 8972fe5581b9fe8ef14d539001758bb13bca6737. The above commit causes regression when vim-tools is installed. The error is like below. Error: Problem: conflicting r

Re: [OE-core][PATCH] Revert "vim: do not adjust script paths building for target"

2020-06-07 Thread Chen Qi
On 06/05/2020 02:40 PM, Richard Purdie wrote: On Fri, 2020-06-05 at 10:13 +0800, Chen Qi wrote: This reverts commit 8972fe5581b9fe8ef14d539001758bb13bca6737. The above commit causes regression when vim-tools is installed. The error is like below. Error: Problem: conflicting requests - no

[OE-core][PATCH V2] vim: restore the 'chmod -x' workaround in do_install

2020-06-07 Thread Chen Qi
These workarounds are removed because a previous patch solve the host path reference for gawk and perl, and it skips the do_package_qa issue by setting the INSANE_SKIP. But it introduces regression for do_rootfs. The dependencies are calculated and will require packages like python, perl, gawk and

[OE-core][PATCH] Revert "vim: do not adjust script paths building for target"

2020-06-07 Thread Chen Qi
This reverts commit 8972fe5581b9fe8ef14d539001758bb13bca6737. The above commit causes regression when vim-tools is installed. The error is like below. Error: Problem: conflicting requests - nothing provides /bin/csh needed by vim-tools-8.2-r0.corei7_64 - nothing provides /usr/bin/nawk need

Re: [OE-core][PATCH] Revert "vim: do not adjust script paths building for target"

2020-06-07 Thread Joe Slater
The INSANE_SKIP is intended to avoid the script dependencies. Perhaps it is of the wrong form or there is now some other sanity check producing the error? Joe -Original Message- From: openembedded-core@lists.openembedded.org On Behalf Of Richard Purdie Sent: Thursday, June 4, 2020 11:

[OE-core] [PATCH] iptables: upgrade 1.8.4 -> 1.8.5

2020-06-07 Thread Pierre-Jean Texier via lists.openembedded.org
This release contains the following fixes and enhancements: xtables-save/xtables-restore: - Fix parser in `--noflush' mode incorrectly rejecting chain definitions and empty lines. - Fix crash when restoring or dumping while other ruleset changes happen in parallel. iptables-apply: - Install t

[OE-core] why does populate_sdk.bbclass do an "addtask" twice for same task?

2020-06-07 Thread Robert P. J. Day
perusing recipes for SDKs and noticed that populate_sdk.bbclass consists wholly of (note the addtask of populate_sdk): inherit populate_sdk_base addtask populate_sdk after do_install before do_build whereupon if one examines populate_sdk_base.bbclass, right at the very end, one reads: .

[OE-core] [PATCH 1/2] mdadm: remove service template from SYSTEMD_SERVICE

2020-06-07 Thread kai
From: Kai Kang Remove service template mdmon@.service from SYSTEMD_SERVICE which should be not started by systemctl directly. It is hanlded by udev rules. Replace tab with spaces in SRC_URI as well. Signed-off-by: Kai Kang --- meta/recipes-extended/mdadm/mdadm_4.1.bb | 6 +++--- 1 file change

[OE-core] [PATCH 2/2] wpa-supplicant: remove service templates from SYSTEMD_SERVICE

2020-06-07 Thread kai
From: Kai Kang Remove service templates wpa_supplicant-nl80211@.service and wpa_supplicant-wired@.service from SYSTEMD_SERVICE that they should NOT be started/stopped by calling 'systemctl' in postinst and prerm scripts. Signed-off-by: Kai Kang --- .../wpa-supplicant/wpa-supplicant_2.9.bb

[OE-core] [PATCH] encodings: rdepends on mkfontscale

2020-06-07 Thread kai
From: Kai Kang It runs mkfontdir and mkfontdir during postinst script which are from package mkfontscale. So make encodings rdepends on mkfontscale. Signed-off-by: Kai Kang --- meta/recipes-graphics/xorg-font/encodings_1.0.5.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git