fpga-image: Restrict compatible machines

This avoid a warning when building for machines which don't have an
fpga.
This commit is contained in:
Alexandre Bard 2022-06-10 19:07:10 +02:00
parent 50916d798c
commit 8b20e8ef04
1 changed files with 1 additions and 0 deletions

View File

@ -4,6 +4,7 @@ LIC_FILES_CHKSUM = "file://${COREBASE}/meta/files/common-licenses/Proprietary;md
inherit deploy
COMPATIBLE_MACHINE = "(armada-385-hw17|armada-385-nrhw18)"
SRC_URI = "file://LG00000000"
PACKAGE_ARCH = "${MACHINE_ARCH}"