diff options
author | Bruce Ashfield <bruce.ashfield@windriver.com> | 2014-03-27 13:22:32 -0400 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-03-30 10:10:34 +0100 |
commit | fb8b51c4ffdb0dc384429e29b17ef7f6841e248f (patch) | |
tree | 55ba5d2df7eb5a42e74b88f1268a35b09193a395 /scripts/hob | |
parent | d00ca40312a756646eec6db8dedea09c0b652006 (diff) | |
download | poky-fb8b51c4ffdb0dc384429e29b17ef7f6841e248f.tar.gz |
linux-yocto/3.10: fix drm build failure
Andrea Adami reported the following build failure:
.../drm/drm_mm.h:105:2: error: implicit declaration of function
'BUG_ON' [-Werror=implicit-function-declaration]
| BUG_ON(!hole_node->hole_follows);
| ^
| CC drivers/pci/setup-res.o
| CC drivers/gpu/drm/i915/i915_drv.o
| cc1: some warnings being treated as errors
| make[6]: *** [drivers/gpu/drm/ttm/ttm_agp_backend.o] Error 1
| make[5]: *** [drivers/gpu/drm/ttm] Error 2
Cherry picking mainline commit 86e81f0e6 [drm/mm: include required headers in drm_mm.h]
fixes the build problems.
cc: Andrea Adami <andrea.adami@gmail.com>
(From OE-Core rev: 42c0eba4fac6b8bd28b58ec04574d04b0ab0c457)
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'scripts/hob')
0 files changed, 0 insertions, 0 deletions