Comment 3 for bug 978563

Revision history for this message
Ricardo Salveti (rsalveti) wrote :

Here I attached 2 debdiffs that would included the support for pvr-omap4. The first one uses the Alternatives class provided by nvidia-common, like done by the other drivers (including fglrx). This is the preferred method to reduce duplicated code, but then nvidia-common needs to be seeded for ARM (package is at least enabled for ARM now) and we'll have one extra package available at the image.

The second patch includes the Alternatives class inside the pvr-omap4 handler itself, and allows it to not depend explicitly at nvidia-common. While it duplicates the class, it doesn't need any extra change and might be a good way to get it included at Precise.

Please review and let me know which would be the preferred way for Precise, so I can then generate the proper merge proposal for the jockey/ubuntu bzr branch.