Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH] kernel-devsrc: cp Documentation/ to sdk kernel
@ 2019-08-13  5:33 Hongzhi.Song
  2019-08-13 12:27 ` Bruce Ashfield
  0 siblings, 1 reply; 11+ messages in thread
From: Hongzhi.Song @ 2019-08-13  5:33 UTC (permalink / raw)
  To: openembedded-core

A new patch let kernel source Documentation/Kconfig in top Kconfig
So kernel-devsrc should include Documentation/ too.
Otherwise "make scripts" will fails.

patch:
commit b1663d7e3a7961fc45262fd68a89253f2803036c
Author: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
Date:   Tue Jun 4 09:26:27 2019 -0300

    docs: Kbuild/Makefile: allow check for missing docs at build time

    While this doesn't make sense for production Kernels, in order to
    avoid regressions when documents are touched, let's add a
    check target at the make file.

    Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
    Signed-off-by: Jonathan Corbet <corbet@lwn.net>

Signed-off-by: Hongzhi.Song <hongzhi.song@windriver.com>
---
 meta/recipes-kernel/linux/kernel-devsrc.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-kernel/linux/kernel-devsrc.bb b/meta/recipes-kernel/linux/kernel-devsrc.bb
index 5ec5929..a874e06 100644
--- a/meta/recipes-kernel/linux/kernel-devsrc.bb
+++ b/meta/recipes-kernel/linux/kernel-devsrc.bb
@@ -65,7 +65,7 @@ do_install() {
     )
 
     # then drop all but the needed Makefiles/Kconfig files
-    rm -rf $kerneldir/build/Documentation
+    #rm -rf $kerneldir/build/Documentation
     rm -rf $kerneldir/build/scripts
     rm -rf $kerneldir/build/include
 
-- 
2.8.1



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

end of thread, other threads:[~2019-08-15  3:00 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-08-13  5:33 [PATCH] kernel-devsrc: cp Documentation/ to sdk kernel Hongzhi.Song
2019-08-13 12:27 ` Bruce Ashfield
2019-08-14  1:58   ` Hongzhi, Song
2019-08-14  2:53     ` Bruce Ashfield
2019-08-14  3:01       ` Hongzhi, Song
2019-08-14  3:04         ` Bruce Ashfield
2019-08-14  3:39           ` Bruce Ashfield
2019-08-14  3:48             ` Bruce Ashfield
2019-08-14  9:47               ` Hongzhi, Song
2019-08-14 15:33                 ` Bruce Ashfield
2019-08-15  3:00                   ` Hongzhi, Song

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox