raspberrypi / userland

Source code for ARM side libraries for interfacing to Raspberry Pi GPU.
BSD 3-Clause "New" or "Revised" License
2.03k stars 1.09k forks source link

README doesn't state where to file issues #60

Closed pbrkr closed 8 years ago

pbrkr commented 11 years ago

Issues for the userland code seem to be split between this github project and the 'firmware' github project. I'd suggest adding a quick line to the README.md file to point users in the right direction for where to post and look for issues so that you don't get duplicates like the one I just posted...

popcornmix commented 11 years ago

Generally the firmware issues is for stuff related to the GPU (start.elf and the /opt/vc/lib libraries). Userland is for problems visible within the open source arm code.

However there is a bit of overlap with the header files. They exist in both repos, and whether you report a bug in either place probably depends on whether you were building the arm libs from source, or using the prebuilt libs.

This means duplicates are likely to happen, as there isn't a single place where issues should be reported for the header files.

Ruffio commented 9 years ago

@popcorntime I believe that this can be closed