From ed32af744826a18869646a7ec503c889e3ec64cb Mon Sep 17 00:00:00 2001 From: Adrian Mangeac Date: Tue, 17 Nov 2020 13:58:21 +0100 Subject: Exclude kernel-devsrc from the target image It is integrated only by the toolchain. Change-Id: I90780b1296b47f1881f71685e911b09bdb8b2834 Signed-off-by: Adrian Mangeac --- conf/template.zcu102-zynqmp/local.conf.sample | 2 ++ 1 file changed, 2 insertions(+) diff --git a/conf/template.zcu102-zynqmp/local.conf.sample b/conf/template.zcu102-zynqmp/local.conf.sample index 81d7e57..eed45b8 100644 --- a/conf/template.zcu102-zynqmp/local.conf.sample +++ b/conf/template.zcu102-zynqmp/local.conf.sample @@ -246,3 +246,5 @@ BBMASK += " \ meta-enea-bsp-arm/recipes-kernel/linux/linux-raspberrypi_4.9.bbappend \ meta-amp/recipes-kernel/linux/linux-intel_%.bbappend \ " +# For Ultrascale+ don't include the kernel source in the image +IMAGE_INSTALL_remove += "kernel-devsrc" -- cgit v1.2.3-54-g00ecf