Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | kexecboot_0.6: fix build with gcc 5 | Andrea Adami | 2015-10-13 | 1 | -0/+34 |
| | | | | | | | | | | | | | | Resolving the issue: rgb.h:55:1: warning: inline function 'rgba2comp' declared but never defined | rgba2comp(kx_rgba rgba, kx_ccomp *red, kx_ccomp *green, | ^ Fix C99 inline semantic as documented here: https://gcc.gnu.org/gcc-5/porting_to.html Signed-off-by: Andrea Adami <andrea.adami@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> | ||||
* | kexecboot: apply OE specific fixes (pending upstream) | Andrea Adami | 2014-12-09 | 4 | -0/+326 |
After 78ee4d8b1782445caecce8331e68efe83fc32044 in oe-core the kernel is an *absolute* symlink in /boot. Unfortunately this implies the stock images built with OE can not be booted. The last patch of this commit fixes this issue. The other patches are fixing build when S!=B, autotools-brokensep and configure warnings. Signed-off-by: Andrea Adami <andrea.adami@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> |