| Summary: | imx-alsa-plugins | ||
|---|---|---|---|
| Product: | buildroot | Reporter: | YitzchokRosenfeld <YitzchokRosenfeld> |
| Component: | Other | Assignee: | unassigned |
| Status: | RESOLVED WONTFIX | ||
| Severity: | normal | CC: | buildroot |
| Priority: | P5 | ||
| Version: | 2022.02.8 | ||
| Target Milestone: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Host: | Target: | ||
| Build: | |||
|
Description
YitzchokRosenfeld@outlook.com
2023-01-12 23:23:45 UTC
Most likely, you are trying to build these without using an i.MX-specific Linux kernel. But as documented in ./package/freescale-imx/imx-alsa-plugins/Config.in:
comment "imx-alsa-libs needs an imx-specific Linux kernel to be built"
depends on BR2_arm
depends on !BR2_LINUX_KERNEL
There's not much we can do about it: this NXP user-space code includes header files from the i.MX specific Linux kernel.
|