[yocto] [PATCH] umip: remove umip bbappend

2019-05-29 Thread Hongzhi.Song
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 100644 meta-cgl-common/recipes-extended/umip/umip_%.bbappend diff --git a/meta-cgl-common

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

2018-12-11 Thread Hongzhi.Song
The cmd line, , can't match all expect config options. This is because that it is not always space after 'config' in kernel-source/*/.../Kconfig. e.g. "config IP_VS_IPV6" in net/netfilter/ipvs/Kconfig So we should change the cmd to grep '^[ ]*\(menu\)*config\s&

[linux-yocto] [yocto-4.14][PATCH] cfg: add fragment on kernel selftest

2018-07-08 Thread Hongzhi.Song
When you want to run cases under tool/testing/selftest of kernel-source, these fragments are required. Signed-off-by: Hongzhi.Song --- cfg/debug-kselftest.cfg | 68 + cfg/debug-kselftest.scc | 4 +++ 2 files changed, 72 insertions(+) create mode

[yocto] [meta-systemdev][PATCH] turbostat: pass in LDFLAGS when building the recipe

2018-05-16 Thread Hongzhi.Song
options provided by the build system. Passing in LDFLAGS using TARGET_CC_ARCH can fix it. Signed-off-by: Hongzhi.Song --- recipes-kernel/turbostat/turbostat.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/recipes-kernel/turbostat/turbostat.bb b/recipes-kernel/turbostat/turbostat.bb index