fix(cn9131-bldn-mbv): add phy firmware handling

This commit is contained in:
Patrick Vogelaar 2023-06-01 14:32:46 +02:00
parent e04b6cf215
commit e003ccb913
1 changed files with 5 additions and 1 deletions

View File

@ -10,3 +10,7 @@ IMAGE_INSTALL:append = "${@bb.utils.contains("IMAGE_FEATURES", "swupdate", " swu
# development tools
IMAGE_INSTALL:append = " systemd-analyze"
### Device specific settings
# Needed for phy firmware
IMAGE_INSTALL:cn9131-bldn-mbv += "linux-firmware"