Re: [yocto] [ptest-runner][PATCH v2 4/4] utils: ensure child can be session leader

2019-06-27 Thread Anibal Limon
On Wed, 26 Jun 2019 at 10:56, Randy MacLeod wrote: > On 6/25/19 9:51 PM, Anibal Limon wrote: > > > > > > On Wed, 19 Jun 2019 at 12:50, Randy MacLeod > > wrote: > > > > On 6/14/19 10:48 AM, Randy MacLeod wrote: > > > When running the run-execscript bas

[yocto] [PATCH 2/2] nss-pam-ldapd: add required distro feature check for pam

2019-06-27 Thread mingli.yu
From: Mingli Yu As nss-pam-ldapd depends on libpam, it should do required distro feature check for pam. Signed-off-by: Mingli Yu --- recipes-support/nss-pam-ldapd/nss-pam-ldapd_0.9.8.bb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/recipes-support/nss-pam-ldapd/nss-pam-

[yocto] [PATCH 1/2] meta-cloud-services: add layer depends on networking-layer

2019-06-27 Thread mingli.yu
From: Mingli Yu Since spice of meta-cloud-services depends on cyrus-sasl which comes from networking-layer, add missing layer depends back. Signed-off-by: Mingli Yu --- conf/layer.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/layer.conf b/conf/layer.conf index 2

Re: [yocto] bitbak command: No recipe available for

2019-06-27 Thread Burton, Ross
Then ensure that the oe-core or poky or whatever provides your meta/ layer is at the same version as the meta-bbb expects. Basically this should all be in the meta-bbb instructions, and if it isn't then ask them. I've never used meta-bbb. Ross On Thu, 27 Jun 2019 at 08:53, danwe wrote: > > Hi.

Re: [yocto] bitbak command: No recipe available for

2019-06-27 Thread danwe
Hi. Thank you. Could you tell me how I can ensure that these are on the same branch? There is just one meta-bbb I can download... Am Do., 27. Juni 2019 um 09:37 Uhr schrieb Burton, Ross < ross.bur...@intel.com>: > The problem is that oe-core and meta-bbb are different releases so the > versions d

Re: [yocto] bitbak command: No recipe available for

2019-06-27 Thread Burton, Ross
The problem is that oe-core and meta-bbb are different releases so the versions don't match up. Ensure that oe-core and meta-bbb are on the same branch. Ross On Thu, 27 Jun 2019 at 07:33, danwe wrote: > > while using the command: > daniel@daniel-VirtualBox:~/bbb$ MACHINE=beaglebone bitbake core

Re: [yocto] bitbak command: No recipe available for

2019-06-27 Thread ChenQi
On 06/27/2019 03:34 PM, danwe wrote: Hi, thank you very much. So now I don't get errors but warnings. So for what do I need those .bbappend files? Are you sure there will be no problems later? You need to ask the maintainer of meta-bbb. Best Regards, Chen Qi Thanks. Daniel Am Do., 27.

Re: [yocto] bitbak command: No recipe available for

2019-06-27 Thread danwe
Hi, thank you very much. So now I don't get errors but warnings. So for what do I need those .bbappend files? Are you sure there will be no problems later? Thanks. Daniel Am Do., 27. Juni 2019 um 09:18 Uhr schrieb ChenQi : > Set the following in some conf file, e.g. distro.conf, local.conf. >

Re: [yocto] bitbak command: No recipe available for

2019-06-27 Thread ChenQi
Set the following in some conf file, e.g. distro.conf, local.conf. BB_DANGLINGAPPENDS_WARNONLY = "true" Best Regards, Chen Qi On 06/27/2019 02:31 PM, danwe wrote: while using the command: daniel@daniel-VirtualBox:~/bbb$ MACHINE=beaglebone bitbake core-immage-full cmdline I get the following ou