summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRyan Eatmon <reatmon@ti.com>2022-12-05 12:05:46 -0600
committerRyan Eatmon <reatmon@ti.com>2022-12-05 12:05:46 -0600
commit923c656b43732763b6505bdc1050f120f6b33a03 (patch)
tree4f81e45a8305b17b33c9301a913649f85cdc0c54
parentbf4076e990494093fda3bddc4706d42f1f7438e3 (diff)
downloadmeta-ti-923c656b43732763b6505bdc1050f120f6b33a03.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>
-rw-r--r--conf/machine/include/k3.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/include/k3.inc b/conf/machine/include/k3.inc
index 8109cd02..349f4fda 100644
--- a/conf/machine/include/k3.inc
+++ b/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"
19 19
20UBOOT_ARCH = "arm" 20UBOOT_ARCH = "arm"
21UBOOT_ENTRYPOINT = "0x80008000" 21UBOOT_ENTRYPOINT = "0x80008000"