linuxkit/pkg/firmware
Rolf Neugebauer c7799a9080 pkgs: Update packages to the latest linuxkit/alpine
Signed-off-by: Rolf Neugebauer <rn@rneugeba.io>
2019-04-16 23:25:22 +01:00
..
build.yml pkg/firmware: Add a package with firmware required by enabled device drivers 2018-01-16 19:08:18 +00:00
Dockerfile pkgs: Update packages to the latest linuxkit/alpine 2019-04-16 23:25:22 +01:00
README.md pkg/firmware: Add a package with firmware required by enabled device drivers 2018-01-16 19:08:18 +00:00

The firmware package contains updated firmware files required by any driver compiled as a module. Based on the modules included in a recent LinuxKit kernel, copy the required firmware binaries as reported by 'modinfo'. We deliberately do not pick the latest version here to prevent it being updated on kernel updates. Firmware revisions do not change very often and we expect older and newer kernels to work with a range of firmware binaries.

Note: The current mechanism only handles firmware blobs required by modules and ignores firmware blobs required by drivers compiled into the kernel. However, with the LinuxKit kernels we typically compile all hardware drivers as modules.