Hi Aristo,
On 7/15/25 4:52 AM, Aristo Chen wrote:
mkimage introduced a validation step to ensure that the 'default'
property under the /configurations node in a FIT image refers to a
valid subnode. This exposed an issue in the
k3-am65-iot2050-boot-image.dtsi, where the 'default' property was set to
"ti/k3-am6528-iot2050-basic" and "ti/k3-am6528-iot2050-basic-pg2", which
do not correspond to actual configuration node names.
This patch updates both /configurations nodes to reference the correct
subnode.
Without this fix, mkimage will fail with an error:
"ERROR: Default configuration 'ti/k3-am6528-iot2050-basic' not found
under /configurations"
Signed-off-by: Aristo Chen <aristo.c...@canonical.com>
Please reorder the patches so that the builds still pass when applying
patch 1.
You can simply update the last sentence of the commit log to say that an
upcoming commit will validate the default configuration exists and would
therefore fail the build (as it should).
Cheers,
Quentin