summaryrefslogtreecommitdiffstats
path: root/conf/machine/ls1046afrwy.conf
diff options
context:
space:
mode:
authorLiu Yiding <liuyd.fnst@fujitsu.com>2025-06-13 12:06:43 +0800
committerLiu Yiding <liuyd.fnst@fujitsu.com>2025-06-24 14:04:15 +0800
commitc7f82d7e4b0a17f3e188f6bbf350f686766021c3 (patch)
treec5bb60f78b2cb0973769f46105d31fe0388436c4 /conf/machine/ls1046afrwy.conf
parent82f87af9e0ace771aed07e1b2ee18248c698c9ee (diff)
downloadmeta-freescale-c7f82d7e4b0a17f3e188f6bbf350f686766021c3.tar.gz
Replace kernel-fitimage KERNER_CLASSES with kernel-fit-extra-artifacts
kernel-fitimage class has been replaced by kernel-fit-image class in following commit of poky: | 1d8c78c8cd6 kernel-fitimage.bbclass: remove it and according to migration-5.3.rst |d01f9c44ed98d0b2517 migration-5.3: replace kernel-fitimage by kernel-fit-image now we should set KERNEL_CLASSES to kernel-fit-extra-artifacts " - ``kernel-fitimage.bbclass``: the class has been replaced by the :ref:`ref-classes-kernel-fit-image` class. The new implementation resolves the long-standing :yocto_bugs:`bug 12912</show_bug.cgi?id=12912>`. If you are using the kernel FIT image support, you will need to: #. Make sure to include ``kernel-fit-extra-artifacts`` in your :term:`KERNEL_CLASSES` variable to ensure the required files are exposed to the :term:`DEPLOY_DIR_IMAGE` directory:: KERNEL_CLASSES += "kernel-fit-extra-artifacts" " Signed-off-by: Liu Yiding <liuyd.fnst@fujitsu.com>
Diffstat (limited to 'conf/machine/ls1046afrwy.conf')
-rw-r--r--conf/machine/ls1046afrwy.conf3
1 files changed, 1 insertions, 2 deletions
diff --git a/conf/machine/ls1046afrwy.conf b/conf/machine/ls1046afrwy.conf
index eb3c0bb6f..4de0d9def 100644
--- a/conf/machine/ls1046afrwy.conf
+++ b/conf/machine/ls1046afrwy.conf
@@ -11,8 +11,7 @@ require conf/machine/include/arm/arch-arm64.inc
11 11
12MACHINE_FEATURES += "optee" 12MACHINE_FEATURES += "optee"
13 13
14KERNEL_CLASSES = " kernel-fitimage " 14KERNEL_CLASSES += "kernel-fit-extra-artifacts"
15KERNEL_IMAGETYPES = "fitImage"
16 15
17UBOOT_DTB_LOADADDRESS = "0x90000000" 16UBOOT_DTB_LOADADDRESS = "0x90000000"
18UBOOT_ENTRYPOINT = "0x80080000" 17UBOOT_ENTRYPOINT = "0x80080000"