Skip to content

Commit

Permalink
firmware-nxp-wifi: make it compatible with imx-generic-bsp
Browse files Browse the repository at this point in the history
There multiple providers for this so make this one imx-generic-bsp compatible
and chose linux-firmware provider in other bsp.
Otherwise when other bsp layers are available we need to set the PREFERRED_RPROVIDER.

Signed-off-by: Jose Quaresma <[email protected]>
  • Loading branch information
quaresmajose committed Oct 19, 2023
1 parent e0939d9 commit 128e972
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions recipes-bsp/firmware-imx/firmware-nxp-wifi_1.0.bb
Original file line number Diff line number Diff line change
Expand Up @@ -194,3 +194,5 @@ RDEPENDS:${PN}-nxpiw612-sdio += "${PN}-nxp-common"
RPROVIDES:${PN}-nxpiw612-sdio = "linux-firmware-nxpiw612-sdio"
RREPLACES:${PN}-nxpiw612-sdio = "linux-firmware-nxpiw612-sdio"
RCONFLICTS:${PN}-nxpiw612-sdio = "linux-firmware-nxpiw612-sdio"

COMPATIBLE_MACHINE = "(imx-generic-bsp)"

0 comments on commit 128e972

Please sign in to comment.