fpga-image: Restrict compatible machines
This avoid a warning when building for machines which don't have an fpga.
This commit is contained in:
parent
50916d798c
commit
8b20e8ef04
|
|
@ -4,6 +4,7 @@ LIC_FILES_CHKSUM = "file://${COREBASE}/meta/files/common-licenses/Proprietary;md
|
||||||
|
|
||||||
inherit deploy
|
inherit deploy
|
||||||
|
|
||||||
|
COMPATIBLE_MACHINE = "(armada-385-hw17|armada-385-nrhw18)"
|
||||||
SRC_URI = "file://LG00000000"
|
SRC_URI = "file://LG00000000"
|
||||||
|
|
||||||
PACKAGE_ARCH = "${MACHINE_ARCH}"
|
PACKAGE_ARCH = "${MACHINE_ARCH}"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue