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 <neal@blueirislabs.com>
This commit is contained in:
Neal Jackson 2025-05-06 09:04:42 -06:00 committed by Benjamin Cabé
commit b13983a048

View file

@ -617,6 +617,13 @@ Audio
Other subsystems 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 Modules
******* *******