From b13983a04873941060170a38ba318549022468b2 Mon Sep 17 00:00:00 2001 From: Neal Jackson Date: Tue, 6 May 2025 09:04:42 -0600 Subject: [PATCH] mgmt: hawkbit: add migration note for device_id prepend with custom id When `CONFIG_HAWKBIT_CUSTOM_DEVICE_ID` is selected, the device_id will no longer be automatically prepended with `CONFIG_BOARD`. Signed-off-by: Neal Jackson --- doc/releases/migration-guide-4.2.rst | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/doc/releases/migration-guide-4.2.rst b/doc/releases/migration-guide-4.2.rst index d3af0ccc646..e643142e0ba 100644 --- a/doc/releases/migration-guide-4.2.rst +++ b/doc/releases/migration-guide-4.2.rst @@ -617,6 +617,13 @@ Audio Other subsystems **************** +hawkBit +======= + +* When :kconfig:option:`CONFIG_HAWKBIT_CUSTOM_DEVICE_ID` is enabled, device_id will no longer + be prepended with :kconfig:option:`CONFIG_BOARD`. It is the user's responsibility to write a + callback that prepends the board name if needed. + Modules *******