Re: [yocto] can't find libudev.h

2019-03-15 Thread Tim Orling
On Fri, Mar 15, 2019 at 10:23 AM Burton, Ross wrote: > On Fri, 15 Mar 2019 at 17:00, Derek Dresser wrote: > > | gcc -fPIC -c -g -MMD -MP -MF build/Debug/GNU-Linux-x86/hid.o.d -o > build/Debug/GNU-Linux-x86/hid.o hid.c > > 'gcc' isn't a cross compiler, and it isn't using the sysroot flags. > >

[yocto] [meta-security][PATCH] keyutils: fix QA WARNING

2019-03-15 Thread Armin Kuster
WARNING: keyutils-1.6-r0 do_package: QA Issue: keyutils: Files/directories were installed but not shipped in any package: /lib/pkgconfig /lib/pkgconfig/libkeyutils.pc Signed-off-by: Armin Kuster --- recipes-security/keyutils/keyutils_1.6.bb | 3 +++ 1 file changed, 3 insertions(+) diff

Re: [yocto] [OE-core] OE Summit report from SCaLE17x

2019-03-15 Thread akuster808
Trevor, Thank you for leading this effort. Its much appreciated. On 3/15/19 7:27 AM, Trevor Woerner wrote: > Hi, > > Earlier this week I got back from SCaLE17x during which I taught an E-ALE > class on Buildroot, was a TA for the other E-ALE classes, organized and ran > the first ever

[yocto] [meta-security][PATCH] libseccomp: update to 2.4.0

2019-03-15 Thread Armin Kuster
Update the syscall table for Linux v5.0-rc5. also a security releated issue; https://github.com/seccomp/libseccomp/issues/139 Signed-off-by: Armin Kuster --- .../libseccomp/{libseccomp_2.3.3.bb => libseccomp_2.4.0.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename

Re: [yocto] can't find libudev.h

2019-03-15 Thread Burton, Ross
On Fri, 15 Mar 2019 at 17:00, Derek Dresser wrote: > | gcc -fPIC -c -g -MMD -MP -MF build/Debug/GNU-Linux-x86/hid.o.d -o > build/Debug/GNU-Linux-x86/hid.o hid.c 'gcc' isn't a cross compiler, and it isn't using the sysroot flags. The problem with people writing their own makefiles is that

[yocto] can't find libudev.h

2019-03-15 Thread Derek Dresser
Hello, I am trying to build a recipe that has a header dependency on libudev.h. I have added a DEPENDS += "systemd" because it looks like systemd provides libudev, but I continue to get the following error: hid.c:44:21: fatal error: libudev.h: No such file or directory This is what a find

[yocto] OE Summit report from SCaLE17x

2019-03-15 Thread Trevor Woerner
Hi, Earlier this week I got back from SCaLE17x during which I taught an E-ALE class on Buildroot, was a TA for the other E-ALE classes, organized and ran the first ever (hopefully of more to come) OE Summit, and gave a general intro talk on OE. I wasn't planning on giving an OE talk at SCaLE, but

Re: [yocto] OE Summit report from SCaLE17x

2019-03-15 Thread Trevor Woerner
On Fri, Mar 15, 2019 at 10:27 AM Trevor Woerner wrote: > I'd like to thank the OE Board of Directors who > gave me permission to create and run a mini-conference on their behalf. > ... and provided funding!! (without which this event would never have been able to happen) So thanks to the Board