All of lore.kernel.org
 help / color / mirror / Atom feed
* Kernel Header UAPI Issue
@ 2021-02-23  0:52 Karthik Poduval
  2021-02-23  0:58 ` [yocto] " Khem Raj
  2021-02-23  1:14 ` Bruce Ashfield
  0 siblings, 2 replies; 9+ messages in thread
From: Karthik Poduval @ 2021-02-23  0:52 UTC (permalink / raw)
  To: Yocto list discussion

I have a 5.4 kernel where I applied a patch (using a .scc file) from
kernel 5.6 which brings in dmabuf heaps.

The patch exports a uapi header
include/uapi/linux/dma-heap.h.
I am trying to write an application that uses dmabuf with a recipe (no
special DEPENDS).

It is able to find
#include<linux/dma-buf.h>
but not
#include<linux/dma-heap.h> (this file is introduced in the patch)

I looked at the recipe's sysroot
recipe-sysroot/usr/linux/include
and  dma-buf.h is there but not  dma-heap.h

Why is the header not being imported ?

-- 
Regards,
Karthik Poduval

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2021-02-24  6:42 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-02-23  0:52 Kernel Header UAPI Issue Karthik Poduval
2021-02-23  0:58 ` [yocto] " Khem Raj
2021-02-23  1:14 ` Bruce Ashfield
2021-02-23  1:38   ` Karthik Poduval
2021-02-23 13:18     ` Mikko Rapeli
2021-02-23 14:56       ` Karthik Poduval
2021-02-23 15:07         ` Mikko Rapeli
2021-02-23 18:50         ` Bruce Ashfield
2021-02-24  6:42           ` Karthik Poduval

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.