This patch removes the variable U_BOOT from the swupdate-config.bbclass. It also adds the suffix `SWUPDATE` to the variable BOOTLOADER.
If a custom u-boot is used in concunction with swupdate it is recommened to set `U_BOOT_CONFIG_PACKAGE` to '1'. This now adds a dependency from SWupdate to u-boot-{MACHINE}-config for installing fw_env.config.
Changes in V2: - fix typo in commit message - use variable in kas/opt/*.yml
Changes in V3: - remove variable U_BOOT - split into 2 commits
Thanks, applied to next. We may eventually also want to do a renaming of qemu-swupdate.yml to qemu-amd64-swupdate.yml - just for the case that there will also be ARM qemu target to demonstrate/test swupdate.
Alternative would be to change ` -WKS_FILE = "qemu-amd64-${SWUPDATE_BOOTLOADER}.wks" +WKS_FILE = "${MACHINE}-${SWUPDATE_BOOTLOADER}.wks" ` Quirin