summaryrefslogtreecommitdiffstats
path: root/meta-ti-bsp/conf/machine/include
diff options
context:
space:
mode:
authorRyan Eatmon <reatmon@ti.com>2023-03-20 11:24:04 +0000
committerRyan Eatmon <reatmon@ti.com>2023-03-21 13:03:29 -0500
commit0288443726ba9969e2732d8e47e68cf30e99d75e (patch)
treef23797d6fb1b2a2e17b239b56f35f9f0c470823a /meta-ti-bsp/conf/machine/include
parent666a488046bcb1dd43ffb2520ccda5f797bef1a8 (diff)
downloadmeta-ti-0288443726ba9969e2732d8e47e68cf30e99d75e.tar.gz
conf: Remove vmlinux.gz from KERNEL_IMAGETYPES
With a recent patch to the TI kernel that includes debug symbols, the vmlinux.gz file grew in size that impacted the testing. This file is not needed to be in the final image so remove it from the list. Signed-off-by: Ryan Eatmon <reatmon@ti.com> Signed-off-by: Denys Dmytriyenko <denys@konsulko.com> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
Diffstat (limited to 'meta-ti-bsp/conf/machine/include')
-rw-r--r--meta-ti-bsp/conf/machine/include/k3.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-ti-bsp/conf/machine/include/k3.inc b/meta-ti-bsp/conf/machine/include/k3.inc
index 3b59645b..e4ef2f94 100644
--- a/meta-ti-bsp/conf/machine/include/k3.inc
+++ b/meta-ti-bsp/conf/machine/include/k3.inc
@@ -15,7 +15,7 @@ PREFERRED_PROVIDER_virtual/bootloader ?= "u-boot-ti-staging"
15PREFERRED_PROVIDER_u-boot ?= "u-boot-ti-staging" 15PREFERRED_PROVIDER_u-boot ?= "u-boot-ti-staging"
16 16
17KERNEL_IMAGETYPE = "Image" 17KERNEL_IMAGETYPE = "Image"
18KERNEL_IMAGETYPES = "Image vmlinux.gz fitImage" 18KERNEL_IMAGETYPES = "Image fitImage"
19KERNEL_CLASSES += "kernel-fitimage" 19KERNEL_CLASSES += "kernel-fitimage"
20 20
21UBOOT_ARCH = "arm" 21UBOOT_ARCH = "arm"