linux-gbmc: Add task for userspace programs that need headers

This makes it possible for programs to depend on the userspace headers
from the kernel by adding:

```
CFLAGS:append = " -I${STAGING_KERNEL_BUILDDIR}/include"
do_configure[depends] += "virtual/kernel:do_shared_headers"
DEPENDS += "virtual/kernel"
```

Change-Id: Icc3278618d0c03d65cd7b59cea7a7e4092d3b52a
Signed-off-by: William A. Kennington III <wak@google.com>
1 file changed
tree: f3e79eaff4dada0a85a2aac2c05351b349da3895
  1. conf/
  2. dynamic-layers/
  3. meta-nuvoton-npcm8xx/
  4. recipes-connectivity/
  5. recipes-core/
  6. recipes-devtools/
  7. recipes-extended/
  8. recipes-google/
  9. recipes-kernel/
  10. recipes-phosphor/
  11. LICENSE
  12. README.md
README.md

meta-gbmc-staging

This repository contains additions to the openbmc/meta-google layer that are not yet ready for OpenBMC inclusion.

How to use this layer

  1. Clone openbmc/openbmc from GitHub.
  2. Clone this layer from GitHub into a subdirectory of openbmc.