On Tuesday, October 14, 2014 8:55:17 PM UTC+1, Fabrice Desré wrote:
> 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

Hi Fabrice,

I made those changes however it now reports the following error for those 
projects:

tmp_manifest_repo/<path to my local repo>/.. dose not appear to be a git 
repository

I've checked the path(s) are correct, why does it prefix with 
'tmp_mainfest_repo'

Any ideas why?
_______________________________________________
dev-b2g mailing list
[email protected]
https://lists.mozilla.org/listinfo/dev-b2g

Reply via email to