Hi,
As I was trying to build busybox for Boot2Gecko, I found that the linaro repository had an Android.mk for busybox. However, it was using the source directory to store all temporary files, so I patched it all so that it works more nicely. The attached patch is against the linaro-master branch or platform/external/busybox.git.
Cheers,
Mike
Mike,
Thanks for the change!
Bero,
This looks like a good change. Was there a reason we store the temp files in the local directory, or do you think this change can be picked up?
On 3 July 2012 11:15, Mike Hommey mh@glandium.org wrote:
Hi,
As I was trying to build busybox for Boot2Gecko, I found that the linaro repository had an Android.mk for busybox. However, it was using the source directory to store all temporary files, so I patched it all so that it works more nicely. The attached patch is against the linaro-master branch or platform/external/busybox.git.
Cheers,
Mike
linaro-android mailing list linaro-android@lists.linaro.org http://lists.linaro.org/mailman/listinfo/linaro-android
Hi,
Here is an updated version.
Mike
On Tue, Jul 03, 2012 at 08:16:25PM -0500, Zach Pfeffer wrote:
Mike,
Thanks for the change!
Bero,
This looks like a good change. Was there a reason we store the temp files in the local directory, or do you think this change can be picked up?
On 3 July 2012 11:15, Mike Hommey mh@glandium.org wrote:
Hi,
As I was trying to build busybox for Boot2Gecko, I found that the linaro repository had an Android.mk for busybox. However, it was using the source directory to store all temporary files, so I patched it all so that it works more nicely. The attached patch is against the linaro-master branch or platform/external/busybox.git.
Cheers,
Mike
linaro-android mailing list linaro-android@lists.linaro.org http://lists.linaro.org/mailman/listinfo/linaro-android
-- Zach Pfeffer Android Platform Team Lead, Linaro Platform Teams Linaro.org | Open source software for ARM SoCs Follow Linaro: http://www.facebook.com/pages/Linaro http://twitter.com/#%21/linaroorg - http://www.linaro.org/linaro-blog
These are good changes Mike.
Would you mind signing up and sending them through our Gerrit system? The instructions to sign up are here:
https://wiki.linaro.org/Platform/Android/Gerrit
One you're signed up you should be able to push the change with:
git clone git://android.git.linaro.org/platform/external/busybox git checkout linaro-1.19 <apply patch> git push ssh://<username>@android.git.linaro.org:29418/platform/external/busybox HEAD:refs/for/linaro-1.19
On 4 July 2012 06:36, Mike Hommey mh@glandium.org wrote:
Hi,
Here is an updated version.
Mike
On Tue, Jul 03, 2012 at 08:16:25PM -0500, Zach Pfeffer wrote:
Mike,
Thanks for the change!
Bero,
This looks like a good change. Was there a reason we store the temp files in the local directory, or do you think this change can be picked up?
On 3 July 2012 11:15, Mike Hommey mh@glandium.org wrote:
Hi,
As I was trying to build busybox for Boot2Gecko, I found that the linaro repository had an Android.mk for busybox. However, it was using the source directory to store all temporary files, so I patched it all so that it works more nicely. The attached patch is against the linaro-master branch or platform/external/busybox.git.
Cheers,
Mike
linaro-android mailing list linaro-android@lists.linaro.org http://lists.linaro.org/mailman/listinfo/linaro-android
-- Zach Pfeffer Android Platform Team Lead, Linaro Platform Teams Linaro.org | Open source software for ARM SoCs Follow Linaro: http://www.facebook.com/pages/Linaro http://twitter.com/#%21/linaroorg - http://www.linaro.org/linaro-blog
linaro-android@lists.linaro.org