mirror of
git://git.yoctoproject.org/meta-raspberrypi.git
synced 2025-07-19 03:49:08 +02: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:
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 = "(-)"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user