On 10/14/2014 09:08 AM, jasbir wrote:
> I'm attempting a port to the imx6 processor, unfortunately to create an 
> android build the freescale SDK applies a series of patches on top the 4.4.3 
> ASOP code. The patched code now existing in my local repo. Can I refer to my 
> local repo in the manifest file I create for my device? If yes how can I do 
> that?

In your manifest, do something like:

<remote fetch="/path/to/the/parent/of-your-repo" name="fxos-imx6"/>
<project name="platform/external/wpa_supplicant_8"
         path="external/wpa_supplicant_8"
         remote="fxos-imx6/>

If most or all of your projects come from your local repo, you can set:
<default remote="fxos-imx6" revision="refs/tags/..." sync-j="8"/>
and remove the remote="..." in the <project>.

        Fabrice
-- 
Fabrice Desré
b2g team
Mozilla Corporation
_______________________________________________
dev-b2g mailing list
[email protected]
https://lists.mozilla.org/listinfo/dev-b2g

Reply via email to