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 f
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
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
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 they
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 recipes-se
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 (hopefully
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 --g
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.
>
>