summaryrefslogtreecommitdiffstats
path: root/meta-agl-bsp/conf/include
diff options
context:
space:
mode:
authorJan-Simon Möller <jsmoeller@linuxfoundation.org>2020-07-01 03:19:12 +0200
committerJan-Simon Möller <jsmoeller@linuxfoundation.org>2020-07-02 19:05:17 +0200
commitb629eee8c69bfafdd763b5cfc71f353f20dc1eab (patch)
tree4d797702fe892dc5429488a043c7fcb25f89013c /meta-agl-bsp/conf/include
parent1f7c63cb0f2d85325d7dcc7b49cd3038e395b42a (diff)
Mask out linux-libc-headers from meta-renesas
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 <jsmoeller@linuxfoundation.org> Change-Id: I6468d1a09cebef92eedab93ea3e606bd14af3ba2
Diffstat (limited to 'meta-agl-bsp/conf/include')
-rw-r--r--meta-agl-bsp/conf/include/agl_rcar-nogfx.inc2
1 files changed, 2 insertions, 0 deletions
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/*"