summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdrian Mangeac <Adrian.Mangeac@enea.com>2020-11-17 13:58:21 +0100
committerAdrian Mangeac <Adrian.Mangeac@enea.com>2020-11-17 13:59:51 +0100
commited32af744826a18869646a7ec503c889e3ec64cb (patch)
treea5830a3e62315be3579b0bc4b94308d032aa4f92
parenta63cd3a571bdc8d26a48efff6504823e81768ca9 (diff)
downloadmeta-el-accelerated-ed32af744826a18869646a7ec503c889e3ec64cb.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.sample2
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
250IMAGE_INSTALL_remove += "kernel-devsrc"