mirror of
https://git.yoctoproject.org/poky
synced 2026-02-28 12:29:40 +01:00
linux-libc-headers: kernel headers are installed in STAGING_KERNEL_BUILDDIR
Since 'fido', kernel headers are installed in STAGING_KERNEL_BUILDDIR, not STAGING_KERNEL_DIR. So this message in the linux-libc-headers recipe is slightly misleading. (From OE-Core rev: bdd06f8ed58ed1c4983f8188e98f1a132da91e3d) Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
daa8aeed53
commit
b36dfafb69
@@ -16,7 +16,7 @@ LICENSE = "GPLv2"
|
||||
# and have a machine specific libc.
|
||||
#
|
||||
# But you have some kernel headers you need for some driver? That is fine
|
||||
# but get them from STAGING_KERNEL_DIR where the kernel installs itself.
|
||||
# but get them from STAGING_KERNEL_BUILDDIR where the kernel installs itself.
|
||||
# This will make the package using them machine specific but this is much
|
||||
# better than having a machine specific C library. This does mean your
|
||||
# recipe needs a
|
||||
|
||||
Reference in New Issue
Block a user