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:
commit
f262a81a04
|
|
@ -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"
|
||||||
Loading…
Reference in New Issue