Skip to content

Commit

Permalink
kernel-module-hdmi21: Fix compatible machines
Browse files Browse the repository at this point in the history
We only want to build for select AMD FPGAs.

Signed-off-by: Mark Hatle <[email protected]>
  • Loading branch information
mhatle committed Oct 23, 2024
1 parent 656fc7b commit b2d1cb5
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ SRCREV = "26a1d40723c58783f7aedba028a208ab9410df5f"

S = "${WORKDIR}/git"

COMPATIBLE_MACHINE = "^$"
COMPATIBLE_MACHINE:zynqmp = "zynqmp"
COMPATIBLE_MACHINE:versal = "versal"

Expand Down

0 comments on commit b2d1cb5

Please sign in to comment.