From e003ccb91319299b73eaf8029288e3fde55fc71f Mon Sep 17 00:00:00 2001 From: Patrick Vogelaar Date: Thu, 1 Jun 2023 14:32:46 +0200 Subject: [PATCH] fix(cn9131-bldn-mbv): add phy firmware handling --- .../recipes-core/images/coreos-image-all-features.bb | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/layers/meta-belden-coreos/recipes-core/images/coreos-image-all-features.bb b/layers/meta-belden-coreos/recipes-core/images/coreos-image-all-features.bb index d87c99f..db81beb 100644 --- a/layers/meta-belden-coreos/recipes-core/images/coreos-image-all-features.bb +++ b/layers/meta-belden-coreos/recipes-core/images/coreos-image-all-features.bb @@ -9,4 +9,8 @@ IMAGE_INSTALL:append = " packagegroup-core-full-cmdline" IMAGE_INSTALL:append = "${@bb.utils.contains("IMAGE_FEATURES", "swupdate", " swupdate-www", "", d)}" # development tools -IMAGE_INSTALL:append = " systemd-analyze" \ No newline at end of file +IMAGE_INSTALL:append = " systemd-analyze" + +### Device specific settings +# Needed for phy firmware +IMAGE_INSTALL:cn9131-bldn-mbv += "linux-firmware" \ No newline at end of file