ilbers / isar

Integration System for Automated Root filesystem generation
Other
183 stars 73 forks source link

Help integrating linux-firmware in Isar #65

Open githubchriste opened 3 years ago

githubchriste commented 3 years ago

Hi,

I would like to make a build using Isar environment for x86 platform, in order to integrate a driver for rtl8821cu. For this I have to add linux-firmware to the build, but I don't know how to do this. Can anyone help me?

Thank you!

amikan commented 3 years ago

The package you are probably searching for is called firmware-realtek. To add it to the target rootfs you can use something like:

IMAGE_PREINSTALL += "firmware-realtek"

in your image recipe (isar-image-base.bb?)