summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel/linux-libc-headers
diff options
context:
space:
mode:
authorPatrick Williams <patrick@stwcx.xyz>2016-06-22 11:31:46 -0500
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-07-01 16:22:45 +0100
commit6d2bcc247334d2e79e83e1398ac40f7ddfbf86b8 (patch)
treea94a9669c424698d2949abdc2e2d946dfd2a47df /meta/recipes-kernel/linux-libc-headers
parentaa2da211387bcb40d0476cad2c86c0fd6cb9eceb (diff)
downloadpoky-6d2bcc247334d2e79e83e1398ac40f7ddfbf86b8.tar.gz
linux-libc-headers: Update doc for recipe depends
The previous documentation has not been accurate since at least commit 6a1ff0e. Recipes that follow the old documentation will not correctly build when sstate is enabled because the kernel source will not actually be available. (From OE-Core rev: 8e7522aae65b3ab0a2ded257d5c82e030fe2d710) Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-kernel/linux-libc-headers')
-rw-r--r--meta/recipes-kernel/linux-libc-headers/linux-libc-headers.inc7
1 files changed, 4 insertions, 3 deletions
diff --git a/meta/recipes-kernel/linux-libc-headers/linux-libc-headers.inc b/meta/recipes-kernel/linux-libc-headers/linux-libc-headers.inc
index 2ba6ed51df..92acf8aa0b 100644
--- a/meta/recipes-kernel/linux-libc-headers/linux-libc-headers.inc
+++ b/meta/recipes-kernel/linux-libc-headers/linux-libc-headers.inc
@@ -18,9 +18,10 @@ LICENSE = "GPLv2"
18# But you have some kernel headers you need for some driver? That is fine 18# But you have some kernel headers you need for some driver? That is fine
19# but get them from STAGING_KERNEL_DIR where the kernel installs itself. 19# but get them from STAGING_KERNEL_DIR where the kernel installs itself.
20# This will make the package using them machine specific but this is much 20# This will make the package using them machine specific but this is much
21# better than having a machine specific C library. This does mean your 21# better than having a machine specific C library. This does mean your
22# recipe needs a DEPENDS += "virtual/kernel" but again, that is fine and 22# recipe needs a
23# makes total sense. 23# do_configure[depends] += "virtual/kernel:do_shared_workdir"
24# but again, that is fine and makes total sense.
24# 25#
25# There can also be a case where your kernel extremely old and you want 26# There can also be a case where your kernel extremely old and you want
26# an older libc ABI for that old kernel. The headers installed by this 27# an older libc ABI for that old kernel. The headers installed by this