Re: [yocto] Adding debug output in recipe

2018-04-07 Thread Raymond Yeung
Want to comment on this part of an earlier reply from Anuj: "Use EXTRA_OEMAKE += "='${STAGING_KERNEL_DIR}'" if the variable name used in your Makefile is different from KERNEL_PATH or KERNEL_SRC." A "bitbake -e " confirms that EXTRA_OEMAKE is already setup to use KERNEL_SRC. And I'd manually

Re: [yocto] Adding debug output in recipe

2018-04-06 Thread Raymond Yeung
lt;anuj.mit...@intel.com> Sent: Thursday, April 5, 2018 9:52 PM To: Raymond Yeung; yocto@yoctoproject.org Subject: Re: [yocto] Adding debug output in recipe On 04/05/2018 03:33 PM, Raymond Yeung wrote: > Is there a way to add simple debug output (ideally don't need to control > debu

Re: [yocto] Adding debug output in recipe

2018-04-06 Thread Raymond Yeung
vendor files)? Thanks, Raymond From: Anuj Mittal <anuj.mit...@intel.com> Sent: Thursday, April 5, 2018 11:39 PM To: Raymond Yeung; yocto@yoctoproject.org Subject: Re: [yocto] Adding debug output in recipe On 04/06/2018 02:05 PM, Raymond Yeung wrote: >

Re: [yocto] Adding debug output in recipe

2018-04-06 Thread Anuj Mittal
oking for simpler, more intuitive solution.  What about the > missing "-m64 -march=corei7 -mtune=corei7 -mfpmath=sse -msse4.2" in the > export? > > > Raymond > > > > > ---------------- > *From:* Anuj Mittal <anuj.mit...@intel.com> > *Sent:* Thursday, April 5

Re: [yocto] Adding debug output in recipe

2018-04-05 Thread Anuj Mittal
On 04/05/2018 03:33 PM, Raymond Yeung wrote: > Is there a way to add simple debug output (ideally don't need to control > debug level) to echo out values of variables?  I tried the bb.xxx > variants, but couldn't get them to work. > To find out what a variable is being set to, you can try:

[yocto] Adding debug output in recipe

2018-04-05 Thread Raymond Yeung
Is there a way to add simple debug output (ideally don't need to control debug level) to echo out values of variables? I tried the bb.xxx variants, but couldn't get them to work. Raymond -- ___ yocto mailing list yocto@yoctoproject.org