Re: [yocto] [meta-security][PATCH 3/3] linux-stable/5.2: add stable bbappend

2019-08-20 Thread Hongzhi, Song
Hi Armin, Do you know where is linux-stable_5.2.bb? Thanks, --Hongzhi On 8/14/19 7:54 AM, Armin Kuster wrote: Signed-off-by: Armin Kuster --- recipes-kernel/linux/linux-stable_5.2.bbappend | 4 1 file changed, 4 insertions(+) create mode 100644 recipes-kernel/linux/linux-stable_5.

Re: [yocto] [PATCH] umip: remove umip bbappend

2019-06-11 Thread Hongzhi, Song
ping Thanks, --Hongzhi On 5/30/19 10:26 AM, Hongzhi, Song wrote: This patch is for meta-cgl Thanks, --Hongzhi On 5/30/19 10:23 AM, Hongzhi.Song wrote: umip has been removed, so its bbappend should be removed too. Signed-off-by: Hongzhi.Song ---   meta-cgl-common/recipes-extended/umip

Re: [yocto] [PATCH] umip: remove umip bbappend

2019-05-29 Thread Hongzhi, Song
This patch is for meta-cgl Thanks, --Hongzhi On 5/30/19 10:23 AM, Hongzhi.Song wrote: umip has been removed, so its bbappend should be removed too. Signed-off-by: Hongzhi.Song --- meta-cgl-common/recipes-extended/umip/umip_%.bbappend | 1 - 1 file changed, 1 deletion(-) delete mode 10

Re: [yocto] [yocto-kernel-tools][PATCH] tools/kconf_check: modify grep pattern

2018-12-12 Thread Hongzhi, Song
Thanks. So would you help to remedy the commit log while merging the patch? --Hongzhi On 12/13/2018 02:45 AM, Bruce Ashfield wrote: On 12/11/18 5:12 AM, Hongzhi.Song wrote: The cmd line, , can't match all expect config options. This is because that it is not always space after 'config' T

Re: [yocto] [OE-core] Questions about udev rule and systemd-udev,relevant to mounting block device

2018-03-01 Thread Hongzhi, Song
Hi all, Does anyone have suggestion for me? Thanks. Hongzhi.Song On 2018年03月01日 18:35, Hongzhi, Song wrote: Defect:     The exiting method of automount of udev in /oe-core/meta/ /is using /automount.rules/ which call /mount.sh/ that using //bin/mount/ to mount device. But systemd

[yocto] Questions about udev rule and systemd-udev,relevant to mounting block device

2018-03-01 Thread Hongzhi, Song
Defect:     The exiting method of automount of udev in /oe-core/meta/ /is using /automount.rules/ which call /mount.sh/ that using //bin/mount/ to mount device. But systemd-udevd detaches /mount()/ operations done within the service from the rest of the system with MountFlag=slave, this mean