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

Emil Velikov emil.l.velikov at gmail.com
Tue Apr 7 07:18:57 PDT 2015


On 6 April 2015 at 16:28, Varad Gautam <varadgautam at gmail.com> wrote:
> 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!
>
Glad that my carefully chosen example was useful :-)

-Emil


More information about the Freedreno mailing list