Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Help integrating linux-firmware in Isar #65

Open
githubchriste opened this issue Apr 19, 2021 · 1 comment
Open

Help integrating linux-firmware in Isar #65

githubchriste opened this issue Apr 19, 2021 · 1 comment

Comments

@githubchriste
Copy link

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
Copy link
Collaborator

amikan commented May 7, 2021

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?)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants