diff options
Diffstat (limited to 'meta/recipes-kernel')
-rw-r--r-- | meta/recipes-kernel/linux/kernel-devsrc.bb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta/recipes-kernel/linux/kernel-devsrc.bb b/meta/recipes-kernel/linux/kernel-devsrc.bb index 5758572221..361ad21e1f 100644 --- a/meta/recipes-kernel/linux/kernel-devsrc.bb +++ b/meta/recipes-kernel/linux/kernel-devsrc.bb | |||
@@ -210,6 +210,9 @@ do_install() { | |||
210 | cp -a --parents kernel/bounds.c $kerneldir/build | 210 | cp -a --parents kernel/bounds.c $kerneldir/build |
211 | cp -a --parents Kbuild $kerneldir/build | 211 | cp -a --parents Kbuild $kerneldir/build |
212 | fi | 212 | fi |
213 | |||
214 | # required to build scripts/selinux/genheaders/genheaders | ||
215 | cp -a --parents security/selinux/include/* $kerneldir/build/ | ||
213 | ) | 216 | ) |
214 | 217 | ||
215 | # Make sure the Makefile and version.h have a matching timestamp so that | 218 | # Make sure the Makefile and version.h have a matching timestamp so that |