Pull request #91: fix(cn9131-bldn-mbv): fix IMAGE_INSTALL assignement

Merge in ICO/coreos from fix_bootguard_tools to master

* commit '1dae191afa1a67cb0b97d5fab7e7fdec2322fe59':
  fix(cn9131-bldn-mbv): fix IMAGE_INSTALL assignement
This commit is contained in:
Patrick Vogelaar 2023-06-13 13:12:07 +02:00
commit 22be4c5a76
1 changed files with 1 additions and 1 deletions

View File

@ -13,4 +13,4 @@ IMAGE_INSTALL:append = " systemd-analyze"
### Device specific settings
# Needed for phy firmware
IMAGE_INSTALL:cn9131-bldn-mbv += "linux-firmware"
IMAGE_INSTALL:append:cn9131-bldn-mbv = " linux-firmware"