Skip to content

Commit

Permalink
u-boot_%.bbappend: Skip for Raspberry Pi 5
Browse files Browse the repository at this point in the history
Temporary avoid Raspberry Pi 5 machines because U-Boot has not been
ported to it yet.

This work was sponsored by GOVCERT.LU.

Signed-off-by: Leon Anavi <[email protected]>
  • Loading branch information
leon-anavi authored and floion committed Nov 25, 2023
1 parent da80483 commit 4a3ff5e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions recipes-bsp/u-boot/u-boot_%.bbappend
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,7 @@ do_install:append:rpi () {
install -d ${D}${sysconfdir}
install -m 0644 ${WORKDIR}/fw_env.config ${D}${sysconfdir}/fw_env.config
}

# Temporary avoid Raspberry Pi 5 because U-Boot has not been ported yet
COMPATIBLE_MACHINE:raspberrypi5-64 = "(-)"
COMPATIBLE_MACHINE:raspberrypi5 = "(-)"

0 comments on commit 4a3ff5e

Please sign in to comment.