fix(coreos-image-testable): phy firmware not available in coreos-image-testable
Reason was that the actual firmware was just added to the coreos-image-all-feature. * use MACHINE_ESSENTIALS_EXTRA_RDEPENDS instead of IMAGE_INSTALL and move to machine config * refined linux-firmware recipe to just have microchip on its own.
This commit is contained in:
parent
58bbecd416
commit
1a9e19c144
|
|
@ -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