From: "Antonin Godard" <antonin.godard@bootlin.com>
To: <quentin.schulz@cherry.de>, <adrian.freihofer@siemens.com>,
<openembedded-core@lists.openembedded.org>
Cc: <marex@denx.de>, "docs" <docs@lists.yoctoproject.org>
Subject: Re: [OE-core] [PATCH v3 22/22] release-notes: drop references to kernel-fitimage.bbclass
Date: Mon, 19 May 2025 10:51:12 +0200 [thread overview]
Message-ID: <DA00BYY3P9AL.3HV8STH1PXTJA@bootlin.com> (raw)
In-Reply-To: <22cdbc6e-7b9f-4f46-b000-39ea4867457b@cherry.de>
On Thu May 15, 2025 at 3:06 PM CEST, Quentin Schulz via lists.openembedded.org wrote:
> This needs to go through yocto-docs ML and git repo.
>
> Cc docs
>
> On 5/14/25 8:51 PM, Adrian Freihofer via lists.openembedded.org wrote:
>> From: Adrian Freihofer <adrian.freihofer@siemens.com>
>>
>> This commit drops references to the kernel-fitimage.bbclass to prevent
>> from build errors when the label is no longer available.
>>
>> Signed-off-by: Adrian Freihofer <adrian.freihofer@siemens.com>
>> ---
>> documentation/migration-guides/release-notes-5.1.rst | 2 +-
>> documentation/migration-guides/release-notes-5.2.rst | 4 ++--
>> 2 files changed, 3 insertions(+), 3 deletions(-)
>>
>> diff --git a/documentation/migration-guides/release-notes-5.1.rst b/documentation/migration-guides/release-notes-5.1.rst
>> index 267934a71ed..bab0c145814 100644
>> --- a/documentation/migration-guides/release-notes-5.1.rst
>> +++ b/documentation/migration-guides/release-notes-5.1.rst
>> @@ -377,7 +377,7 @@ New Features / Enhancements in 5.1
>> :term:`SIGGEN_EXCLUDERECIPES_ABISAFE` and does not trigger a rebuild on a
>> change for dependent tasks.
>>
>> - - In :ref:`ref-classes-kernel-fitimage`, the existence of
>> + - In ``kernel-fitimage``, the existence of
>> :term:`EXTERNAL_KERNEL_DEVICETREE` is checked more thoroughly to avoid
>> false positives.
>>
>> diff --git a/documentation/migration-guides/release-notes-5.2.rst b/documentation/migration-guides/release-notes-5.2.rst
>> index dd541a7e3a4..42c6d60f9b8 100644
>> --- a/documentation/migration-guides/release-notes-5.2.rst
>> +++ b/documentation/migration-guides/release-notes-5.2.rst
>> @@ -29,7 +29,7 @@ New Features / Enhancements in |yocto-ver|
>> ``RuntimeWatchdogSec`` option in ``/etc/systemd/system.conf``.
>>
>> - :term:`FIT_UBOOT_ENV` to allow including a u-boot script as a text in a
>> - fit image. See the :ref:`ref-classes-kernel-fitimage` for more information.
>> + fit image. See the ``kernel-fitimage`` for more information.
>>
>> - :ref:`ref-classes-meson`: :term:`MESON_INSTALL_TAGS` to allow passing
>> install tags (``--tags``) to the ``meson install`` command during the
>> @@ -684,7 +684,7 @@ New Features / Enhancements in |yocto-ver|
>> command-line tool was added to the different Yocto Project and OpenEmbedded
>> repositories.
>>
>> - - :ref:`ref-classes-kernel-fitimage`: handle :doc:`multiconfig
>> + - ``kernel-fitimage``: handle :doc:`multiconfig
>> </dev-manual/multiconfig>` dependency when
>> :term:`INITRAMFS_MULTICONFIG` is set.
>>
>
> Please write some word for the migration manual to 5.3 (Antonin, can you
> add some placeholder like we did for 5.2?) so people know how to go from
> 5.2 kernel fitimage creation to 5.3+ kernel fitimage creation.
These are in master-next on yocto-docs at the moment. They'll be merged soon
but in the meantime checkout from the master-next branch.
Thanks,
Antonin
--
Antonin Godard, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com
next prev parent reply other threads:[~2025-05-19 8:51 UTC|newest]
Thread overview: 29+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-05-14 18:50 [PATCH v3 00/22] FIT image improvements AdrianF
2025-05-14 18:50 ` [PATCH v3 01/22] oe-selftest: fitimage: test coverage for ext dtb AdrianF
2025-05-14 18:50 ` [PATCH v3 02/22] kernel-signing-keys-native: refactor key generation into a new recipe AdrianF
2025-05-14 18:50 ` [PATCH v3 03/22] kernel-uboot: do not require the kernel build folder AdrianF
2025-05-14 18:50 ` [PATCH v3 04/22] kernel-devicetree: export dtbs to sysroot AdrianF
2025-05-15 12:45 ` [OE-core] " Quentin Schulz
2025-05-19 11:13 ` Freihofer, Adrian
2025-05-14 18:50 ` [PATCH v3 05/22] kernel.bbclass: stage the sysroot-only folder AdrianF
2025-05-14 18:50 ` [PATCH v3 06/22] kernel-uboot.bbclass: stage the kernel binary AdrianF
2025-05-14 18:50 ` [PATCH v3 07/22] kernel-fitimage: refactor order in its AdrianF
2025-05-14 18:50 ` [PATCH v3 08/22] kernel-fit-image.bbclass: add a new FIT image implementation AdrianF
2025-05-14 18:50 ` [PATCH v3 09/22] maintainers: add myself for linux-yocto-fitimage AdrianF
2025-05-14 18:50 ` [PATCH v3 10/22] oe-selftest: fitimage add tests for fitimage.py AdrianF
2025-05-14 18:50 ` [PATCH v3 11/22] oe-selftest: fitimage refactor kernel-fitimage.bbclass AdrianF
2025-05-14 18:50 ` [PATCH v3 12/22] oe-selftest: fitimage: run all tests for the FIT image recipe AdrianF
2025-05-14 18:50 ` [PATCH v3 13/22] oe-selftest: fitimage refactor classes AdrianF
2025-05-14 18:50 ` [PATCH v3 14/22] kernel-fitimage: re-write its code in Python AdrianF
2025-05-14 18:50 ` [PATCH v3 15/22] kernel.bbclass: remove support for type fitImage AdrianF
2025-05-14 18:51 ` [PATCH v3 16/22] oe-selftest: fitimage: remove kernel-fitimage tests AdrianF
2025-05-14 18:51 ` [PATCH v3 17/22] kernel-fitimage.bbclass: remove it AdrianF
2025-05-14 18:51 ` [PATCH v3 18/22] kernel-uboot.bbclass: merge it into kernel-uimage.bbclass AdrianF
2025-05-14 18:51 ` [PATCH v3 19/22] oe-selftest: fitimage: drop initramfs bundle test AdrianF
2025-05-14 18:51 ` [PATCH v3 20/22] kernel-fit-image.bbclass: ignore INITRAMFS_IMAGE_BUNDLE AdrianF
2025-05-14 18:51 ` [PATCH v3 21/22] ref-manual: replace kernel-fitimage.bbclass by kernel-fit-image.bbclass AdrianF
2025-05-15 13:04 ` [OE-core] " Quentin Schulz
2025-05-14 18:51 ` [PATCH v3 22/22] release-notes: drop references to kernel-fitimage.bbclass AdrianF
2025-05-15 13:06 ` [OE-core] " Quentin Schulz
2025-05-19 8:51 ` Antonin Godard [this message]
2025-05-14 22:33 ` [OE-core] [PATCH v3 00/22] FIT image improvements Richard Purdie
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=DA00BYY3P9AL.3HV8STH1PXTJA@bootlin.com \
--to=antonin.godard@bootlin.com \
--cc=adrian.freihofer@siemens.com \
--cc=docs@lists.yoctoproject.org \
--cc=marex@denx.de \
--cc=openembedded-core@lists.openembedded.org \
--cc=quentin.schulz@cherry.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox