From b629eee8c69bfafdd763b5cfc71f353f20dc1eab Mon Sep 17 00:00:00 2001 From: Jan-Simon Möller Date: Wed, 1 Jul 2020 03:19:12 +0200 Subject: Mask out linux-libc-headers from meta-renesas MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit As stated in the linux-libc-headers.inc by Richard Purdie: Thou shalt not make a copy of linux-libc-headers. See: https://git.yoctoproject.org/cgit.cgi/poky/plain/meta/recipes-kernel/linux-libc-headers/linux-libc-headers.inc Makes the build more reproducible and saves build time. Out-of-tree Kernel module's headers are to be installed in STAGING_KERNEL_DIR. This is then shipped using 'kernel-devsrc'. Bug-AGL: SPEC-3443 Signed-off-by: Jan-Simon Möller Change-Id: I6468d1a09cebef92eedab93ea3e606bd14af3ba2 --- meta-agl-bsp/conf/include/agl_rcar-nogfx.inc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'meta-agl-bsp/conf/include/agl_rcar-nogfx.inc') diff --git a/meta-agl-bsp/conf/include/agl_rcar-nogfx.inc b/meta-agl-bsp/conf/include/agl_rcar-nogfx.inc index a7fabfac8..9ba92d106 100644 --- a/meta-agl-bsp/conf/include/agl_rcar-nogfx.inc +++ b/meta-agl-bsp/conf/include/agl_rcar-nogfx.inc @@ -7,3 +7,5 @@ OSTREE_BOOTLOADER ?= "u-boot" WKS_FILE = "singlepart-noloader.wks" RENESAS_DATADIR = "/usr" + +BBMASK += "bsp/meta-renesas/meta-rcar-gen3/recipes-kernel/linux-libc-headers/*" -- cgit 1.2.3-korg