diff options
author | Ryan Eatmon <reatmon@ti.com> | 2023-03-20 11:24:04 +0000 |
---|---|---|
committer | Ryan Eatmon <reatmon@ti.com> | 2023-03-21 13:03:29 -0500 |
commit | 0288443726ba9969e2732d8e47e68cf30e99d75e (patch) | |
tree | f23797d6fb1b2a2e17b239b56f35f9f0c470823a | |
parent | 666a488046bcb1dd43ffb2520ccda5f797bef1a8 (diff) | |
download | meta-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>
-rw-r--r-- | meta-ti-bsp/conf/machine/include/k3.inc | 2 |
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" | |||
15 | PREFERRED_PROVIDER_u-boot ?= "u-boot-ti-staging" | 15 | PREFERRED_PROVIDER_u-boot ?= "u-boot-ti-staging" |
16 | 16 | ||
17 | KERNEL_IMAGETYPE = "Image" | 17 | KERNEL_IMAGETYPE = "Image" |
18 | KERNEL_IMAGETYPES = "Image vmlinux.gz fitImage" | 18 | KERNEL_IMAGETYPES = "Image fitImage" |
19 | KERNEL_CLASSES += "kernel-fitimage" | 19 | KERNEL_CLASSES += "kernel-fitimage" |
20 | 20 | ||
21 | UBOOT_ARCH = "arm" | 21 | UBOOT_ARCH = "arm" |