mirror of
https://git.yoctoproject.org/meta-raspberrypi
synced 2026-07-27 07:26:57 +00:00
u-boot_%.bbappend: Skip for Raspberry Pi 5
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 <leon.anavi@konsulko.com>
This commit is contained in:
committed by
Andrei Gherzan
parent
df13222776
commit
4814f09e49
@@ -12,3 +12,6 @@ do_install:append:rpi () {
|
|||||||
install -d ${D}${sysconfdir}
|
install -d ${D}${sysconfdir}
|
||||||
install -m 0644 ${WORKDIR}/fw_env.config ${D}${sysconfdir}/fw_env.config
|
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 = "(-)"
|
||||||
|
|||||||
Reference in New Issue
Block a user