Re: [yocto] changing kernel config in Morty build

2018-10-08 Thread Bruce Ashfield
On 2018-10-05 7:26 PM, Greg Wilson-Lindberg wrote: Hi Bruce, I've been able to reproduce the problem in a more minimal environment. To build a basic Yocto Raspberry Pi environment I based my build on the instructions found here: https://themeaningfulengineer.github.io/exploring-yocto-with-raspb

Re: [yocto] how to install files in nativesdk

2018-10-08 Thread Steve Scott
Thanks Ross. That helped me pull it all together. -steve > -Original Message- > From: Burton, Ross [mailto:ross.bur...@intel.com] > Sent: Monday, October 08, 2018 4:11 AM > To: ssc...@san.rr.com > Cc: Yocto-mailing-list > Subject: Re: [yocto] how to install files in nativesdk > > On Sat

[yocto] YP 2.7 Planning

2018-10-08 Thread Jolley, Stephen K
All, We have begun planning for YP 2.7. In prior versions, items that we didn't have the bandwidth to do were assigned the target milestone of 2.99. Since YP 2.7 planning has just begun, I would like each of you to review the bugs and enhancements in YP 2.99 and determine if you will have th

[yocto] Yocto Project Unassigned Bugs - Help Needed

2018-10-08 Thread Jolley, Stephen K
All, The triage team meets weekly and does its best to handle the bugs reported into the bugzilla. The number of people attending that meeting has fallen, as have the number of people available to help fix bugs. One of the things we hear users report is they don't know how to help. We (the tr

Re: [yocto] DEPENDS=libusb1 | libusb-compat not building package

2018-10-08 Thread Burton, Ross
Yes, that's odd. Can you share the recipe? Ross On Thu, 4 Oct 2018 at 19:24, Tim Hammer wrote: > > Even with libusb1 in DEPENDS it fails. It may be in the configure script > (which works fine "outside" of a bitbake build), but what I am confused > about is the lack of any libusb content in my

Re: [yocto] how to install files in nativesdk

2018-10-08 Thread Burton, Ross
On Sat, 6 Oct 2018 at 06:18, Steve Scott wrote: > I am able to generate a standard SDK with native and target > sysroots. The target sysroot has header files for my custom > libraries. The header files are generally installed in > /usr/include/ > > We use cmake and googletest running on the *host*

[yocto] Industrial IO drivers

2018-10-08 Thread Mathew K Tharakan
Hi, I'm working on iMX6ULL evaluation kit. We are using the Yocto Project. I was trying to interface a heart rate sensor with the processor. I configured it as an IIO device and wrote a device driver for that. All functionalities are working fine. But I'm facing some timing issues in the system.

Re: [yocto] [meta-gplv2] gnutls: use https mirror for SRC_URI instead of ftp

2018-10-08 Thread Oleksandr Kravchuk
It is not. Thank you for spotting. I have resent the patch. On 04/10/2018 19:34, Andre McCurdy wrote: > On Wed, Oct 3, 2018 at 9:16 AM, Oleksandr Kravchuk > wrote: >> Signed-off-by: Oleksandr Kravchuk >> --- >> recipes-support/gnutls/gnutls.inc | 2 +- >> 1 file changed, 1 insertion(+), 1 delet

[yocto] [meta-gplv2] gnutls: use https mirror for SRC_URI instead of ftp

2018-10-08 Thread Oleksandr Kravchuk
Signed-off-by: Oleksandr Kravchuk --- recipes-support/gnutls/gnutls.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-support/gnutls/gnutls.inc b/recipes-support/gnutls/gnutls.inc index 4cf375f..428248f 100644 --- a/recipes-support/gnutls/gnutls.inc +++ b/recipes-su