diff options
author | Liu Yiding <liuyd.fnst@fujitsu.com> | 2025-06-13 12:06:43 +0800 |
---|---|---|
committer | Liu Yiding <liuyd.fnst@fujitsu.com> | 2025-06-24 14:04:15 +0800 |
commit | c7f82d7e4b0a17f3e188f6bbf350f686766021c3 (patch) | |
tree | c5bb60f78b2cb0973769f46105d31fe0388436c4 /recipes-extended/secure-obj/secure-obj_git.bb | |
parent | 82f87af9e0ace771aed07e1b2ee18248c698c9ee (diff) | |
download | meta-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 'recipes-extended/secure-obj/secure-obj_git.bb')
0 files changed, 0 insertions, 0 deletions