Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-03-30 | multilib_header: Update wrapper to handle arm 32/64 bit | Richard Purdie | |
Having arm 32/64 bit headers coexisting turns out to be tricky. Unfortunately our wrapper works using wordsize.h and this differs on arm so we can't use it. Therefore replicate the logic here for arm. I did look into writing our own wordsize.h but we also need to remap kernel headers on arm and since wordsize.h comes from libc, that doesn't work for kernel headers. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> | |||
2011-07-27 | multilib_header.bbclass: Add oe_multilib_header wrapper | Mark Hatle | |
This helper function and associated header will allow us to resolve two/three header files that conflict due to contents that change based on wordsize and ABI. Signed-off-by: Mark Hatle <mark.hatle@windriver.com> |