Skip to content

Commit

Permalink
fix conflicting boot.scr if UBOOT_ENV is set
Browse files Browse the repository at this point in the history
Do not add u-boot-default-script to DEPENDS if UBOOT_ENV is set.
  • Loading branch information
asac committed Apr 22, 2024
1 parent 1879cb8 commit ba74562
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipes-bsp/u-boot/u-boot_%.bbappend
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ SRC_URI:append:rpi = " \

SRC_URI:append:rpi = " file://0001-rpi-always-set-fdt_addr-with-firmware-provided-FDT-address.patch"

DEPENDS:append:rpi = " u-boot-default-script"
DEPENDS:append:rpi = " ${@oe.utils.conditional('UBOOT_ENV', '', 'u-boot-default-script', '', d)}"

do_install:append:rpi () {
install -d ${D}${sysconfdir}
Expand Down

0 comments on commit ba74562

Please sign in to comment.