On 13 January 2017 at 15:39, Bruce Ashfield <[email protected]> wrote: > > > > On Fri, Jan 13, 2017 at 8:00 AM, Ross Burton <[email protected]> wrote: >> >> Hi, >> >> Another consolidated pull. Last run on the AB was mostly green: >> - byacc on beaglebone-lsb failed (upgrade removed) >> - checkuri failed (transient, works now) >> - selftest failed (fixed in branch, tests work locally now) > > > > Should I re-send my kernel queue ? It is now about 13 patches long, and I'm stacking > a few more on every couple of days. > > I assume there are still some outstanding issues with the 4.9 kernel, or more specifically > the 4.9 kernel headers ? > > If there's a pointer to the list of issues, that would be great, so I can help prod things > along (assuming I can sort out the build issues .. c libraries give me headaches ;)
There's at least the connman build issue on musl with 4.9 headers: http://errors.yoctoproject.org/Errors/Details/116506/ Musl defines IFF_LOWER_UP which breaks compilation with linux/if.h. kernel has uapi/linux/libc-compat.h for similar issues with glibc but at least currently it does not check for musl... See other discussion "musl: Upgrade to 1.1.16+ on master". - Jussi
-- _______________________________________________ Openembedded-core mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-core
