| Summary: | python-rpi-gpio only should depend on BR2_arm || BR2_aarch64 | ||
|---|---|---|---|
| Product: | buildroot | Reporter: | Yuntian Zhang <yuntian.zh> |
| Component: | Other | Assignee: | unassigned |
| Status: | RESOLVED INVALID | ||
| Severity: | normal | CC: | buildroot |
| Priority: | P5 | ||
| Version: | unspecified | ||
| Target Milestone: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Host: | Target: | ||
| Build: | |||
|
Description
Yuntian Zhang
2018-09-06 19:05:21 UTC
After testing with this dependency the python-rpi-gpio is included in the sdcard.img for 3_64_defconfig. However /proc/cpuinfo doesn't match the output of 3_defconfig, which fails rpi.gpio/source/cpuinfo.c:get_rpi_info() test. So, in other words, upstream never tested/supported using on AArch64 it seems, so there is no point in enabling this package on AArch64 in Buildroot at the moment. So, I'll mark the bug as INVALID. You can take this up with the upstream project, and then update the package in Buildroot. Thanks! |