Pull request #95: fix(coreos-image-testable): phy firmware not available in coreos-image-testable
Merge in ICO/coreos from change_firmware_handling to master * commit '1a9e19c1449193571cd8cffebd5238d536989669': fix(coreos-image-testable): phy firmware not available in coreos-image-testable
This commit is contained in:
commit
e2d30321b9
|
|
@ -10,7 +10,3 @@ 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:append:cn9131-bldn-mbv = " linux-firmware"
|
||||
|
|
@ -6,3 +6,7 @@
|
|||
require conf/machine/include/cn913x.inc
|
||||
|
||||
PREFERRED_VERSION_u-boot = "2019.10-solidrun"
|
||||
|
||||
### Device specific settings
|
||||
# Needed for phy firmware
|
||||
MACHINE_EXTRA_RDEPENDS += "linux-firmware-microchip"
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
Subproject commit 717b9f18a51e9c9fd5a471238aa2ea4de439ef17
|
||||
Subproject commit a70209cc6b111957b8dda9190e1291911a52286b
|
||||
Loading…
Reference in New Issue