| Summary: | the new version of mesa3d cannot support etnaviv when compiled with --enable-autotools | ||
|---|---|---|---|
| Product: | buildroot | Reporter: | Hichem <hfekih> |
| Component: | Other | Assignee: | unassigned |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | buildroot |
| Priority: | P5 | ||
| Version: | unspecified | ||
| Target Milestone: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Host: | Target: | ||
| Build: | |||
|
Description
Hichem
2019-05-24 08:31:36 UTC
just for info: this bug is related to the latest release candidate buildroot-2019.05-rc2 Hi, kmsro driver is currently only available for vc4 GPU since Buildroot (2019.05) currently use autotools build system. See [1]. As you noticed, building kmsro driver for etnaviv require to use the meson build system. There is an existing patch series in the patchwork doing so [2]. There is even a patch adding the support for kmsro driver for etnaviv [3]. It would be great if you can test this series and send a feedback (Tested-by). See [4] for further details. So this is not really a bug, this is a missing feature due to the late switching to meson build system in mesa3d package. Best regards, Romain [1] https://git.buildroot.net/buildroot/commit/?id=c19e2f44cccf65f34c416ecda9a9ebd96608891f [2] http://patchwork.ozlabs.org/project/buildroot/list/?series=106301 [3] http://patchwork.ozlabs.org/patch/1095779 [4] http://nightly.buildroot.org/manual.html#_reviewing_and_testing_patches Hello thank you for the info. I have verified your patch and it is working well for my i.mx6 board. I still did not figure out how to send a feedback "(Tested-by)", but I will try to do it in next days thank you for your help I don't know when this is resolved. but I tested buildroot-2019.11.1 and the Problem does not exist anymore. the kmsro can be built, since mesa build system is switched to meson |