Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

u-boot-imx_2023.04.bb: Add UUU_BOOTLOADER_UNTAGGED variable #1763

Merged

Conversation

hiagofranco
Copy link
Contributor

After commit 5a90636 ("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.

After commit 5a90636 ("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.

Signed-off-by: Hiago De Franco <[email protected]>
@otavio otavio merged commit 2e10518 into Freescale:master Mar 9, 2024
Copy link
Contributor

github-actions bot commented Mar 9, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants