[OE-core] [oe-core][PATCH] recipetool: add missed module

2019-04-09 Thread Lei Yang
When I use recipetool to add a new recipe, it says: [snip] sys.exit(14) NameError: name 'sys' is not defined [snip] Signed-off-by: Lei Yang --- scripts/lib/recipetool/create_npm.py | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/lib/recipetool/create_npm.py b/s

Re: [OE-core] [PATCH] class/sanity: fix broken function check_not_nfs()

2019-03-12 Thread lei yang
On 2019年03月13日 11:46, Steven Hung (洪于玉) wrote: A previous commit 2f44b9b replace oe.utils.getstatusoutput() to subprocess.check_output(). check_output() don't remove a trailling newline. Fix check_not_nfs() by comparing "6969\n". Signed-off-by: Steven Hung (洪于玉) --- meta/classes/sanity.bb

Re: [OE-core] [PATCH V2 1/1] linux-yocto: add ptest support

2018-06-21 Thread lei yang
On 2018年06月14日 10:49, Dengke Du wrote: Signed-off-by: Dengke Du --- meta/recipes-kernel/linux/linux-yocto/run-ptest | 138 meta/recipes-kernel/linux/linux-yocto_4.14.bb | 9 ++ 2 files changed, 147 insertions(+) create mode 100644 meta/recipes-kernel/linux/li

Re: [OE-core] [PATCH 1/1] linux-yocto: add ptest support

2018-05-31 Thread lei yang
hi dengke, some of the kernel modules were rmmod-ed twice, some of them forget to be rmmod-ed when it fails, please take a look. Lei On 2018年05月31日 12:19, Bruce Ashfield wrote: On Wed, May 30, 2018 at 11:08 PM, Dengke Du > wrote: Signed-off-by: Deng

Re: [OE-core] [PATCH] net-tools: upgrade to v1.60-24.2

2013-02-04 Thread lei yang
On Monday, February 4, 2013, Iorga, Cristian wrote: > See my answers below. > > -Original Message- > From: Lei Yang [mailto:yanglei.f...@gmail.com ] > Sent: Sunday, February 03, 2013 4:15 AM > To: Iorga, Cristian > Cc: openembedded-core@lists.openembedded.org &g

Re: [OE-core] [PATCH] net-tools: upgrade to v1.60-24.2

2013-02-02 Thread Lei Yang
Sent from my iPhone On 2013-2-1, at 23:09, Cristian Iorga wrote: > Signed-off-by: Cristian Iorga > --- > .../net-tools-config.h |0 > .../net-tools-config.make|0 > .../net-tools/{net-tools_1.60-23.bb => n

Re: [OE-core] [V2 PATCH] libcgroup: fix the QA issue for pam_cgroup.so*

2013-01-26 Thread lei yang
On Sat, Jan 26, 2013 at 5:13 PM, Pascal Ouyang wrote: > 于 2013年01月24日 19:25, Xin Ouyang 写道: > >> PAM modules in ${base_libdir}/security/ should be binary .so files, >> not symlinks, so fix this. Since pam_cgroup.so is installed into >> ${base_libdir}/security, move libcgroup.so.* to ${base_libdir}

Re: [OE-core] [bitbake-devel] git address in SRC_URI, doesn't works for me

2013-01-19 Thread lei yang
On Sun, Jan 20, 2013 at 10:15 AM, Chris Larson wrote: > > On Sat, Jan 19, 2013 at 2:13 AM, lei yang wrote: >> >> SRC_URI = "git://git.opensvc.com/multipath-tools/.git;protocol=http" >> it doe noting,and trying to find COPING,but it doesn't clone it &g

Re: [OE-core] [bitbake-devel] git address in SRC_URI, doesn't works for me

2013-01-19 Thread lei yang
On Sun, Jan 20, 2013 at 10:15 AM, Chris Larson wrote: > > On Sat, Jan 19, 2013 at 2:13 AM, lei yang wrote: >> >> SRC_URI = "git://git.opensvc.com/multipath-tools/.git;protocol=http" >> it doe noting,and trying to find COPING,but it doesn't clone it &g

[OE-core] git address in SRC_URI, doesn't works for me

2013-01-19 Thread lei yang
Hi experts. One git address's prefix is "http" ---> http://git.opensvc.com/multipath-tools/.git, it means git clone http://git.opensvc.com/multipath-tools/.git -> works git clone git://git.opensvc.com/multipath-tools/.git -> doesn't work I tried SRC_URI with below, both failed

Re: [OE-core] [PATCH 1/1] replace portmap with rpcbind.

2013-01-14 Thread lei yang
Hi Rongqing, I just find rpcbind introduce some packages conflicts, both rpcbind and eglibc-utils provides rpcinfo. not sure who is responsible to fix this. Lei On Mon, Dec 24, 2012 at 9:02 AM, wrote: > From: "Roy.Li" > > Rpcbind has more features, like ipv6 support and nfs4 support; > Re

Re: [OE-core] [PATCH:V2] Remove the redundant "/" in base-files

2013-01-07 Thread Lei Yang
On 01/07/2013 09:38 PM, Richard Purdie wrote: On Mon, 2013-01-07 at 18:54 +0800, lei.y...@windriver.com wrote: From: Lei Yang I'm working on my virt-test,when I check this file find it has redundant "/" Signed-off-by: Lei Yang --- meta/recipes-core/base-files/base-files_3