BroadcomDoc2012: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
=Broadcom Doc 2012= | [[Category:QtEcosystemTeamTasklist]] | ||
= Broadcom Doc 2012 = | |||
Target: Document and Upstream Broadcom 97425 Target to Qt. | Target: Document and Upstream Broadcom 97425 Target to Qt. | ||
Scope: Upstream all broadcom/directFB changes for Qt5, document this part of building Qt<br /> for the Broadcom P7425 platform. | Scope: Upstream all broadcom/directFB changes for Qt5, document this part of building Qt<br />for the Broadcom P7425 platform. | ||
Move to the latest AppLibs and get the multiprocess OpenGL/DirectFB port working. Document<br /> the necessary steps and patches and get them upstreamed. | Move to the latest AppLibs and get the multiprocess OpenGL/DirectFB port working. Document<br />the necessary steps and patches and get them upstreamed. | ||
Qt 5.0.0 | Qt 5.0.0 | ||
Line 13: | Line 15: | ||
# Resolve QtJsBackend (V8) memory mmap issues | # Resolve QtJsBackend (V8) memory mmap issues | ||
==Logbook== | == Logbook == | ||
====28./29. February | ==== 28./29. February - Holger ==== | ||
Re-apply/validate needed linker changes to the new AppLibs release. Cleaned them up compared to previous releases. | Re-apply/validate needed linker changes to the new AppLibs release. Cleaned them up compared to previous releases. | ||
====2. March | ==== 2. March - Holger ==== | ||
Slowly continue with the above. | Slowly continue with the above. | ||
====6. March | ==== 6. March - Holger ==== | ||
* Start with the device profile, | * Start with the device profile, brad's work on arch autodetect makes it more easy. | ||
* Deal with build breakage for endian detection. | * Deal with build breakage for endian detection. | ||
====10. March | ==== 10. March - Holger ==== | ||
* Create the device.pri but I fail to include it due qmake not exposing QT_BUILD_TREE and resolving symlinks.. The qt_config.prf strategy does not work either as it is not loaded during config.tests. The other problem is that qmake resolves symlinks, this means that a | * Create the device.pri but I fail to include it due qmake not exposing QT_BUILD_TREE and resolving symlinks.. The qt_config.prf strategy does not work either as it is not loaded during config.tests. The other problem is that qmake resolves symlinks, this means that a "include (../../../device.pri)" will never look in the builddir for the device.pri | ||
* Proposed a [[Devices]] page. | * Proposed a [[Devices]] page. | ||
====14. March | ==== 14. March - Holger ==== | ||
* Got device profile to work in shadow build. I needed to add ln <s>s to add the device.pri around and load the .qmake.cache.<br />* Updated [[Devices/Broadcom97425]], but still blocked on on device profile. | |||
<br />h4. 28. March</s> Holger | |||
* Basic Device profile has been merged, rebased and extended the patches that base on it. This includes sanity checking of the compiler, -directfb configure option. | * Basic Device profile has been merged, rebased and extended the patches that base on it. This includes sanity checking of the compiler, -directfb configure option. | ||
* On the course and daily rebase more build breakage got introduced and resolved on the way. | * On the course and daily rebase more build breakage got introduced and resolved on the way. | ||
Revision as of 11:28, 24 February 2015
Broadcom Doc 2012
Target: Document and Upstream Broadcom 97425 Target to Qt.
Scope: Upstream all broadcom/directFB changes for Qt5, document this part of building Qt
for the Broadcom P7425 platform.
Move to the latest AppLibs and get the multiprocess OpenGL/DirectFB port working. Document
the necessary steps and patches and get them upstreamed.
Qt 5.0.0
- Move to the latest AppLibs
- Build Qt 5.0.0 with DirectFB/EGL
- Resolve QtJsBackend (V8) memory mmap issues
Logbook
28./29. February - Holger
Re-apply/validate needed linker changes to the new AppLibs release. Cleaned them up compared to previous releases.
2. March - Holger
Slowly continue with the above.
6. March - Holger
- Start with the device profile, brad's work on arch autodetect makes it more easy.
- Deal with build breakage for endian detection.
10. March - Holger
- Create the device.pri but I fail to include it due qmake not exposing QT_BUILD_TREE and resolving symlinks.. The qt_config.prf strategy does not work either as it is not loaded during config.tests. The other problem is that qmake resolves symlinks, this means that a "include (../../../device.pri)" will never look in the builddir for the device.pri
- Proposed a Devices page.
14. March - Holger
- Got device profile to work in shadow build. I needed to add ln
s to add the device.pri around and load the .qmake.cache.
* Updated Devices/Broadcom97425, but still blocked on on device profile.
Holger
h4. 28. March
- Basic Device profile has been merged, rebased and extended the patches that base on it. This includes sanity checking of the compiler, -directfb configure option.
- On the course and daily rebase more build breakage got introduced and resolved on the way.