| Summary: | RPI-firmware package: DTB-overlay dependency | ||
|---|---|---|---|
| Product: | buildroot | Reporter: | Melanie <melanie> |
| Component: | Other | Assignee: | unassigned |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | buildroot, yann.morin.1998 |
| Priority: | P5 | ||
| Version: | 2020.02.1 | ||
| Target Milestone: | --- | ||
| Hardware: | All | ||
| OS: | All | ||
| Host: | Target: | ||
| Build: | |||
|
Description
Melanie
2020-05-02 02:52:42 UTC
Right and wrong at the same time, in principle your are right, but the raspberrypi linux-kernel 32-bit seems to enable the overlay support auto-magical, only for the 64-bit versions an explicit BR2_LINUX_KERNEL_DTB_OVERLAY_SUPPORT is needed (did not test with mainline kernels)..., see e.g. [1], [2] and [3] [1] http://lists.busybox.net/pipermail/buildroot/2019-November/265550.html [2] http://lists.busybox.net/pipermail/buildroot/2019-November/265772.html [3] https://git.buildroot.net/buildroot/commit/?id=2aa92335cdc5f71c2d09391dc49fcf3c7627d6f0 Okay interesting, thanks for the explanation. Do you prefer to keep it as is? After reading the links in your comment, I still believe that changing the dependency to 'BR2_LINUX_KERNEL_DTB_OVERLAY_SUPPORT' (and enabling this config option in all raspberrypi-defconfigs) is a more "correct" approach ... I have submitted https://patchwork.ozlabs.org/project/buildroot/patch/20200516140221.1464063-1-thomas.petazzoni@bootlin.com/ to fix this issue. Melanie, All, Fixed with chagnes from Thomas: https://git.buildroot.org/buildroot/commit/?id=9fd1d4fec1c88f9f3f4e41f9b6dc8a740538217b Thanks for the report. Regards, Yann E. MORIN. |