Pull request #87: fix(cn9131-bldn-mbv): add phy firmware handling

Merge in ICO/coreos from fix_falcon_phy_firmware to master

* commit 'e003ccb91319299b73eaf8029288e3fde55fc71f':
  fix(cn9131-bldn-mbv): add phy firmware handling
This commit is contained in:
Patrick Vogelaar 2023-06-07 07:23:26 +02:00
commit f262a81a04
1 changed files with 5 additions and 1 deletions

View File

@ -9,4 +9,8 @@ IMAGE_INSTALL:append = " packagegroup-core-full-cmdline"
IMAGE_INSTALL:append = "${@bb.utils.contains("IMAGE_FEATURES", "swupdate", " swupdate-www", "", d)}" IMAGE_INSTALL:append = "${@bb.utils.contains("IMAGE_FEATURES", "swupdate", " swupdate-www", "", d)}"
# development tools # development tools
IMAGE_INSTALL:append = " systemd-analyze" IMAGE_INSTALL:append = " systemd-analyze"
### Device specific settings
# Needed for phy firmware
IMAGE_INSTALL:cn9131-bldn-mbv += "linux-firmware"