diff options
author | Adrian Mangeac <Adrian.Mangeac@enea.com> | 2020-11-17 13:58:21 +0100 |
---|---|---|
committer | Adrian Mangeac <Adrian.Mangeac@enea.com> | 2020-11-17 13:59:51 +0100 |
commit | ed32af744826a18869646a7ec503c889e3ec64cb (patch) | |
tree | a5830a3e62315be3579b0bc4b94308d032aa4f92 | |
parent | a63cd3a571bdc8d26a48efff6504823e81768ca9 (diff) | |
download | meta-el-accelerated-warrior.tar.gz |
Exclude kernel-devsrc from the target imagewarrior
It is integrated only by the toolchain.
Change-Id: I90780b1296b47f1881f71685e911b09bdb8b2834
Signed-off-by: Adrian Mangeac <Adrian.Mangeac@enea.com>
-rw-r--r-- | conf/template.zcu102-zynqmp/local.conf.sample | 2 |
1 files changed, 2 insertions, 0 deletions
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 += " \ | |||
246 | meta-enea-bsp-arm/recipes-kernel/linux/linux-raspberrypi_4.9.bbappend \ | 246 | meta-enea-bsp-arm/recipes-kernel/linux/linux-raspberrypi_4.9.bbappend \ |
247 | meta-amp/recipes-kernel/linux/linux-intel_%.bbappend \ | 247 | meta-amp/recipes-kernel/linux/linux-intel_%.bbappend \ |
248 | " | 248 | " |
249 | # For Ultrascale+ don't include the kernel source in the image | ||
250 | IMAGE_INSTALL_remove += "kernel-devsrc" | ||