lp://qastaging/~thopiekar/arm-mali/mali-proprietary-sunxi

Created by Thomas Karl Pietrowski and last modified
Get this branch:
bzr branch lp://qastaging/~thopiekar/arm-mali/mali-proprietary-sunxi

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Thomas Karl Pietrowski
Project:
ARM Mali drivers
Status:
Development

Import details

Import Status: Suspended

This branch is an import of the HEAD branch of the Git repository at https://github.com/linux-sunxi/sunxi-mali-proprietary.git.

Last successful import was .

Import started on juju-eb11dc-stg-qa-launchpad-codeimport-0 and finished taking 5 minutes
Import started on juju-eb11dc-stg-qa-launchpad-codeimport-0 and finished taking 10 seconds — see the log
Import started on juju-eb11dc-stg-qa-launchpad-codeimport-0 and finished taking 20 seconds — see the log
Import started on juju-eb11dc-stg-qa-launchpad-codeimport-0 and finished taking 40 seconds — see the log

Updating branch...

Launchpad is processing new changes to this branch which will be available in a few minutes. Reload to see the changes.

Recent revisions

19. By libv

add versioning to libUMP dependencies, across the board

And add further X deps to r3p0. Here is a diff of the changes:

 ./r2p4/armhf/x11/libGLESv2.so.2.0
 ./r2p4/armhf/x11/libMali.so
- 0x00000001 (NEEDED) Shared library: [libUMP.so]
+ 0x00000001 (NEEDED) Shared library: [libUMP.so.2]
 ./r2p4/armhf/x11/libGLESv1_CM.so.1.1
 ./r2p4/armhf/x11/libEGL.so.1.4
  0x00000001 (NEEDED) Shared library: [libX11.so.6]
  0x00000001 (NEEDED) Shared library: [libdrm.so.2]
  0x00000001 (NEEDED) Shared library: [libXfixes.so.3]
  0x00000001 (NEEDED) Shared library: [libXext.so.6]
 ./r2p4/armel/framebuffer/libGLESv2.so
 ./r2p4/armel/framebuffer/libMali.so
- 0x00000001 (NEEDED) Shared library: [libUMP.so]
+ 0x00000001 (NEEDED) Shared library: [libUMP.so.2]
 ./r2p4/armel/framebuffer/libGLESv1_CM.so
 ./r2p4/armel/framebuffer/libEGL.so
 ./r3p1/armhf/x11/libMali.so
- 0x00000001 (NEEDED) Shared library: [libUMP.so]
+ 0x00000001 (NEEDED) Shared library: [libUMP.so.3]
  0x00000001 (NEEDED) Shared library: [libX11.so.6]
  0x00000001 (NEEDED) Shared library: [libdrm.so.2]
  0x00000001 (NEEDED) Shared library: [libXfixes.so.3]
  0x00000001 (NEEDED) Shared library: [libXext.so.6]
 ./r3p1/armhf/framebuffer/libMali.so
- 0x00000001 (NEEDED) Shared library: [libUMP.so]
+ 0x00000001 (NEEDED) Shared library: [libUMP.so.3]
 ./r3p2-01rel1/armhf/x11/libGLESv2.so.2.0
 ./r3p2-01rel1/armhf/x11/libMali.so
- 0x00000001 (NEEDED) Shared library: [libUMP.so]
+ 0x00000001 (NEEDED) Shared library: [libUMP.so.3]
 ./r3p2-01rel1/armhf/x11/libGLESv1_CM.so.1.1
 ./r3p2-01rel1/armhf/x11/libEGL.so.1.4
  0x00000001 (NEEDED) Shared library: [libX11.so.6]
  0x00000001 (NEEDED) Shared library: [libdrm.so.2]
  0x00000001 (NEEDED) Shared library: [libXfixes.so.3]
  0x00000001 (NEEDED) Shared library: [libXext.so.6]
 ./r3p2-01rel1/armhf/framebuffer/libGLESv2.so.2.0
 ./r3p2-01rel1/armhf/framebuffer/libMali.so
- 0x00000001 (NEEDED) Shared library: [libUMP.so]
+ 0x00000001 (NEEDED) Shared library: [libUMP.so.3]
 ./r3p2-01rel1/armhf/framebuffer/libGLESv1_CM.so.1.1
 ./r3p2-01rel1/armhf/framebuffer/libEGL.so.1.4
 ./r3p0/armhf/x11/libMali.so
  0x00000001 (NEEDED) Shared library: [libUMP.so.3]
+ 0x00000001 (NEEDED) Shared library: [libX11.so.6]
  0x00000001 (NEEDED) Shared library: [libdrm.so.2]
  0x00000001 (NEEDED) Shared library: [libdri2.so.1]
  0x00000001 (NEEDED) Shared library: [libXfixes.so.3]
+ 0x00000001 (NEEDED) Shared library: [libXext.so.6]
 ./r3p0/armhf/framebuffer/libMali.so
- 0x00000001 (NEEDED) Shared library: [libUMP.so]
+ 0x00000001 (NEEDED) Shared library: [libUMP.so.3]

Let's hope this is the last of the binary hacks.

Signed-off-by: Luc Verhaegen <email address hidden>

18. By Miroslav Bendik <email address hidden>

Build: fix cut-n-paste tab conversion in Makefiles

Signed-off-by: Luc Verhaegen <email address hidden>

17. By libv

fix r3p0 hf x11 dependencies

Added libUMP.so.3, libdrm.so.2, libdri2.so.1 and libXfixes.so.3 to
the dynamic section. Thanks to patchelf this was easy and automatic.

Signed-off-by: Luc Verhaegen <email address hidden>

16. By libv

correct version of new binaries to r3p2-01rel1

Signed-off-by: Luc Verhaegen <email address hidden>

15. By libv

add makefiles for r3p2 binaries

Signed-off-by: Luc Verhaegen <email address hidden>

14. By benn.huang

add r3p2 binaries

13. By libv

build: complete overhaul

Of course, most of it is in the sunxi-mali repository.

Signed-off-by: Luc Verhaegen <email address hidden>

12. By libv

move Makefile.config to sunxi-mali

Signed-off-by: Luc Verhaegen <email address hidden>

11. By libv

remove libUMP.so binaries

They will be built from source in sunxi-mali soon.

Signed-off-by: Luc Verhaegen <email address hidden>

10. By libv

mali: move libs one level down to accomodate libump source

Signed-off-by: Luc Verhaegen <email address hidden>

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
This branch contains Public information 
Everyone can see this information.

Subscribers

No subscribers.