Skip to content

Commit

Permalink
Merge pull request #1762 from hiagofranco/backport_fix_uuu_bootloader…
Browse files Browse the repository at this point in the history
…_tag

uuu_bootloader_tag.bbclass: Add UUU_BOOTLOADER_UNTAGGED
  • Loading branch information
otavio authored Mar 9, 2024
2 parents 4999c52 + 4375edb commit e7167f2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions classes/uuu_bootloader_tag.bbclass
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
do_deploy:append() {
if [ "${UUU_BOOTLOADER}" != "" ]; then
cp ${DEPLOYDIR}/${UUU_BOOTLOADER} ${DEPLOYDIR}/${UUU_BOOTLOADER_TAGGED}
cp ${DEPLOYDIR}/${UUU_BOOTLOADER} ${DEPLOYDIR}/${UUU_BOOTLOADER_UNTAGGED}
ln -sf ${UUU_BOOTLOADER_TAGGED} ${DEPLOYDIR}/${UUU_BOOTLOADER}
stat -L -cUUUBURNXXOEUZX7+A-XY5601QQWWZ%sEND ${DEPLOYDIR}/${UUU_BOOTLOADER} \
>> ${DEPLOYDIR}/${UUU_BOOTLOADER}
Expand Down
1 change: 1 addition & 0 deletions recipes-bsp/imx-mkimage/imx-boot_1.0.bb
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ inherit deploy uuu_bootloader_tag

UUU_BOOTLOADER = "${BOOT_NAME}"
UUU_BOOTLOADER_TAGGED = "${BOOT_NAME}-tagged"
UUU_BOOTLOADER_UNTAGGED = "${BOOT_NAME}-untagged"

# Add CFLAGS with native INCDIR & LIBDIR for imx-mkimage build
CFLAGS = "-O2 -Wall -std=c99 -I ${STAGING_INCDIR_NATIVE} -L ${STAGING_LIBDIR_NATIVE}"
Expand Down

0 comments on commit e7167f2

Please sign in to comment.