Hi, I've ported git://android.git.linaro.org/platform/hardware/linaro/tinyhal.git to JellyBean - but somehow, the commit appears to get "forgotten" about. At first I thought I forgot to commit, but the port patch keeps disappearing.
Since nobody has screamed at me, I don't think my patch broke anything causing it to be reverted.
By any chance, is tinyhal being mirrored from git.linaro.org, killing off any changes made on android.git.linaro.org?
ttyl bero
On 07/23/2012 10:18 AM, Bernhard Rosenkränzer wrote:
Hi, I've ported git://android.git.linaro.org/platform/hardware/linaro/tinyhal.git to JellyBean - but somehow, the commit appears to get "forgotten" about. At first I thought I forgot to commit, but the port patch keeps disappearing.
Since nobody has screamed at me, I don't think my patch broke anything causing it to be reverted.
By any chance, is tinyhal being mirrored from git.linaro.org, killing off any changes made on android.git.linaro.org?
Weird? Yes, absolutely. The initial Android UCM prototype for Pandaboard.
See: https://bugs.launchpad.net/linaro-android-infrastructure/+bug/985034
FYI - Future enhancements and enablement work will be handled in the google group ->
https://groups.google.com/forum/#%21forum/android-audio-ucm
Kurt Taylor
ttyl bero
linaro-android mailing list linaro-android@lists.linaro.org http://lists.linaro.org/mailman/listinfo/linaro-android
On 23 July 2012 09:46, Kurt Taylor kurt.r.taylor@gmail.com wrote:
See: https://bugs.launchpad.net/linaro-android-infrastructure/+bug/985034
Ok, that explains things -- so the mirroring process kept throwing my commit out.
I'll commit it on a separate branch for now, that should prevent the mirror from breaking the build again. I've attached the patch, please take a look and commit unless you have issues with it.
The patch just adds JellyBean support - LOG{E,I,V,W} have been renamed to ALOG{E,I,V,W}, some generic types were replaced with custom types, and open_output_stream, get_input_buffer_size and open_input_stream have seen API changes.
ttyl bero
linaro-android@lists.linaro.org