On Fri, Aug 31, 2018 at 3:07 PM Niko Mauno <[email protected]> wrote: > > https://git.yoctoproject.org/cgit/cgit.cgi/poky/commit/?id=eb24d4aeacaad9d41ddcbefd8d2ac96e95548183 > apparently is needed for 4.15, but it breaks with 4.14 as we get > > ERROR: linux-libc-headers-4.14-r0 do_install: oe_multilib_header: > Unable to find header asm/bpf_perf_event.h. > > I used following to work this around in our own linux-libc-headers_4.14.bb: > > do_install_armmultilib_prepend() { > touch ${D}${includedir}/asm/bpf_perf_event.h > } > > but curious if somebody could suggest a better mitigation >
We do not encourage to fork off linux uapi package ( linux-libc-headers) so changes in .inc files may become incompatible with other versions more often than not. Your fix if it works for you might be ok to carry in your layer. > -Niko > -- > _______________________________________________ > Openembedded-core mailing list > [email protected] > http://lists.openembedded.org/mailman/listinfo/openembedded-core -- _______________________________________________ Openembedded-core mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-core
