Closed hiagofranco closed 8 months ago
Backport failed for kirkstone
, because it was unable to cherry-pick the commit(s).
Please cherry-pick the changes locally.
git fetch origin kirkstone
git worktree add -d .worktree/backport-1763-to-kirkstone origin/kirkstone
cd .worktree/backport-1763-to-kirkstone
git checkout -b backport-1763-to-kirkstone
ancref=$(git merge-base 65fd27c74856b1e98a439827f18ccfa6f5bfc9e5 35f3ef016c219ded1ade0629dc8fe00fa95dc638)
git cherry-pick -x $ancref..35f3ef016c219ded1ade0629dc8fe00fa95dc638
After commit 5a906365fd29 ("uuu_bootloader_tag.bbclass: Add UUU_BOOTLOADER_UNTAGGED"), the option for a untagged binary was added to uuu_bootloader_tag.bbclass. The u-boot-imx recipe also uses this binary, thefore add UUU_BOOTLOADER_TAGGED to this recipe as well.