[Freedreno] [GSoC-15] Enabling Freedreno on Android

Varad Gautam varadgautam at gmail.com
Mon Apr 6 08:28:57 PDT 2015


On 04/05/2015 11:28 PM, Emil Velikov wrote:
> How are you managing the extra/additional projects - do you have a
> local manifest or are you modifying the default one ?
> 
> I use the former as it allows me to keep my changes after a sync with upstream.
> 
> $ cd $(android_top)
> $ cat .repo/local_manifests/local_foo.xml
> <?xml version="1.0" encoding="UTF-8"?>
> <manifest>
> 
>   <remote name="local-dev" fetch="file:///home/emil/development/" />
> 
>   <remove-project name="platform/external/drm" />
>   <project name="drm" path="external/drm" remote="local-dev" revision="foo"/>
> 
> </manifest>
> 
> If adding a new project you'll need to omit the "remove-project" tag.
> Other than that things should just work :-)

I added a `remove-project` to my local manifest for all the conflicts.
Didn't think I could set fetch to a local directory - thanks for the tip!

Varad

> 
> Cheers,
> Emil
> 


More information about the Freedreno mailing list